Skip to main content

quant-data-sdk - sdk for quant data project

Project description

QuantData sdk

auth token

for access write to support@quantdata.science

simple usage:

get companies:

    api = QuantumDataApi(API_TOKEN)
    response = api.get_companies()


get quotations:

    api = QuantumDataApi(API_TOKEN)
    response = api.get_quotations_as_df("KGHM", date_from="2015-01-01", date_to="2021-01-01", stock="GPW")

get reports:

    api = QuantumDataApi(API_TOKEN)
    response = api.get_reports("KGHM")

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

quant-data-sdk-0.2.3.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

quant_data_sdk-0.2.3-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

Supported by

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