Borsdata python SKD
unofficial
python SDK for the Börsdata API, detailed docs.
Install
pip install borsdata-sdk
Usage
A simple example can be found here.
from borsdata_sdk import BorsdataAPI
borsdata = BorsdataAPI('<api_key>')
# Meta
markets = borsdata.get_markets()
branches = borsdata.get_branches()
countries = borsdata.get_countries()
sectors = borsdata.get_sectors()
# All stocks
instruments = borsdata.get_instruments()
# Entries for stock with insId == 3
entries = borsdata.get_instrument_stock_price(3)
entries_from_to = borsdata.get_instrument_stock_price(3, '2009-04-22', '2009-04-25')
# Updated instruments
updated_instruments = borsdata.get_instruments_updated()
# Last entries of updated instruments
list_of_updated_instruments = borsdata.get_instrument_stock_price_last()
# Reports
yearly_reports = borsdata.get_instrument_reports(3, 'year')
r12s = borsdata.get_instrument_reports(3, 'r12')
quarters = borsdata.get_instrument_reports(3, 'quarter')
Release files for borsdata-sdk 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| borsdata_sdk-1.0.0.tar.gz | 5.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| borsdata_sdk-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:17.7 kB
Release files / borsdata_sdk-1.0.0.tar.gz
| Download URL | borsdata_sdk-1.0.0.tar.gz |
|---|---|
| Size | 5.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
24e2d1beac025570d039d7711d7b2d4a865d0914906e314d96b815001646912a
|
|
BLAKE2b-256 checksum How to use checksums |
277aa546a36c2d1e9ac7252bc16969d6b22631904de0ae9e52ebe9e431a41fc4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.2
|
Release files / borsdata_sdk-1.0.0-py3-none-any.whl
| Download URL | borsdata_sdk-1.0.0-py3-none-any.whl |
|---|---|
| Size | 12.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ccab8bacedbfdd6bfbbfcfc1474163c68eabd1d550b97535944d7fa957481c40
|
|
BLAKE2b-256 checksum How to use checksums |
ff39f5367b3dc5d8a72e542abb3461807f455ab70f705833da2d60a01c347919
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.2
|