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>')
# 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')
Project details
Release history Release notifications | RSS feed
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.1.0.tar.gz
(5.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file borsdata_sdk-0.1.0.tar.gz.
File metadata
- Download URL: borsdata_sdk-0.1.0.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25e8cbb15a95cf4fc6a48b13f5ed8afe49edc97ba135e63e6c44f82e89611bff
|
|
| MD5 |
dd573a79d23720657121af04a8852461
|
|
| BLAKE2b-256 |
c2da6fcc8288cef793fb11f74bf9271d81dcaa5f423551055dd5f4d42d992b91
|
File details
Details for the file borsdata_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: borsdata_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
841cbde024787c3bd89630cec2a1de32a3800e9def6bf2457590c79fa36d8439
|
|
| MD5 |
7133afb76ebc71bd8756577dfe905ee2
|
|
| BLAKE2b-256 |
66c1f1508ad26ff6e68cafae6eed036c3dcf515f9e49be676e6408f1147ca411
|