Skip to main content

Quantweb3 Data API for quants

Project description

NexusData

License Python Version

NexusData revolutionizes decentralized market analysis by transforming complex data workflows into a single line of code. Designed for traders and developers, our platform seamlessly aggregates high-fidelity coin spots/contracts bar data from top exchanges like Binance and OKX, delivering:

  • Zero-Learning-Code: Extract, clean, and structure raw data with one intuitive function
  • Turbocharged Security: Local data vaulting ensures enterprise-grade protection + sub-millisecond access
  • Future-Proof Scalability: Modular architecture primed for expanding exchange integrations
  • Trade smarter: build faster – where simplicity meets institutional-grade data resilience.

Quick Start 🚀

Installation

pip install qwdataapi

Basic Usage

from qwdataapi import auth, fetch_data
  1. Authentication (Get credentials at https://quantweb3.ai/subscribe)
auth('your_username', 'your_token')
  1. Fetch Data Store the data in a local specified directory (csv format)
fetch_data()

Advanced Usage

Fetch data with custom parameters

fetch_data(
    tickers=["BTCUSDT"],
    store_dir="./tmp/data",
    start_time=datetime.datetime(2021, 1, 1),
    end_time=datetime.datetime(2022, 1, 2),
    data_type="klines",
    data_frequency="1m",
    asset_class="um"
)

Function Parameters 📋

  • tickers (list[str]):
    A list of trading pairs to fetch data for.
    Example: ["BTCUSDT"].

  • store_dir (str):
    The directory path where the fetched data will be stored.
    Example: "./tmp/data".

  • start_time (datetime.datetime):
    The starting timestamp for the data retrieval.
    Example: datetime.datetime(2021, 1, 1).

  • end_time (datetime.datetime):
    The ending timestamp for the data retrieval.
    Example: datetime.datetime(2022, 1, 2).

  • data_type (str):
    The type of data to fetch. Defaults to "klines", which represents candlestick (OHLCV) data.

  • data_frequency (str):
    The frequency at which the data is sampled.
    Example: "1m" for one-minute intervals.

  • asset_class (str):
    The asset class identifier. For instance, "um" might indicate a specific market type.
    Note: The accepted values should be defined by your application context.

Data Structure 📊

The returned DataFrame contains the following columns:

Column Description
Open time The moment when the candlestick period started.
Open The opening price for the period.
High The highest price reached during the period.
Low The lowest price reached during the period.
Close The closing price at the end of the period.
Volume The total traded quantity during the period.
Close time The moment when the candlestick period ended.
Quote asset volume The traded volume in terms of the quote asset during the period.
Number of trades The total number of trades executed during the period.
Taker buy base asset volume The amount of the base asset bought by takers during the period.
Taker buy quote asset volume The amount of the quote asset used for taker buy orders during the period.
Ignore A field reserved for future use and typically disregarded.

Authentication 🔑

  1. Visit Quantweb3.ai Subscription Page(Note: New users get a 7-day free trial)
  2. Register and obtain authentication credentials
  3. Use the auth() function to authenticate

How to get free data service?

Note: Open an account using one of the above links and provide a screenshot to get 1 year's of free data service(Anyone).

Examples 📝

  • You can view the demo on Google Colab by clicking here.
  • You can also look at the example folder in the directory

Dependencies 📦

  • python-snappy >= 0.7.2
  • grpcio >= 1.64.1
  • pandas >= 1.5.3
  • protobuf >= 4.25.3
  • tqdm >= 4.65.0

FAQ ❓

Q: How to handle authentication errors?
A: Ensure your username and token are correct, and check your network connection.

Q: What is the data update frequency?
A: Hstorical data is updated daily.

Contributing 🤝

Issues and Pull Requests are welcome!

License 📄

This project is licensed under the MIT License - see the LICENSE file for details

Contact 📧

Changelog 📝

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nexusdata-1.0.8.tar.gz (8.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nexusdata-1.0.8-py3-none-any.whl (10.1 kB view details)

Uploaded Python 3

File details

Details for the file nexusdata-1.0.8.tar.gz.

File metadata

  • Download URL: nexusdata-1.0.8.tar.gz
  • Upload date:
  • Size: 8.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for nexusdata-1.0.8.tar.gz
Algorithm Hash digest
SHA256 4c48d1a8c1c947631a5120b8589d24e80cff94701d5f853961769dbafc19d3bc
MD5 73ded11ac13f1ff388155a507f534ab5
BLAKE2b-256 77c280ab52c52f1a15983034071c8e479ce244f4d932f67c0d528b5804700947

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexusdata-1.0.8.tar.gz:

Publisher: nexusdata.yml on Quantweb3-com/NexusData

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nexusdata-1.0.8-py3-none-any.whl.

File metadata

  • Download URL: nexusdata-1.0.8-py3-none-any.whl
  • Upload date:
  • Size: 10.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for nexusdata-1.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 417b9582102eb5648aca38ae5998d1e8628d22d192f9235aa06043c7c572d7c7
MD5 28ba286f46504b83c47cb1612a57a2db
BLAKE2b-256 aad54a9f509ccb37b4ac723444ad4d651c4951f5e82c41aa70a73bfa430ee8df

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexusdata-1.0.8-py3-none-any.whl:

Publisher: nexusdata.yml on Quantweb3-com/NexusData

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page