Skip to main content

Borsdata api SDK

Project description

Borsdata python SKD

unofficial

python SDK for the Börsdata API. Note that all endpoints are not yet implemented -> API.

Install

pip install borsdata-sdk

Usage

from borsdata_sdk import BorsdataAPI

borsdata = BorsdataAPI('<api_key>')

markets = borsdata.get_markets()
branches = borsdata.get_branches()
sectors = borsdata.get_sectors()
instruments = borsdata.get_instruments()
entries = borsdata.get_instrument_stock_price(3)
entries_from_to = borsdata.get_instrument_stock_price(3, '2009-04-22', '2009-04-25')
list_of_updated_instruments = borsdata.get_instrument_stock_price_last()

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

borsdata_sdk-0.0.5.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

borsdata_sdk-0.0.5-py3-none-any.whl (9.5 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