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.1.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.1.tar.gz.
File metadata
- Download URL: borsdata_sdk-0.1.1.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 |
e1c541e17c67ebb8cf258dcf93dfaf15f06a748898d6be11456de0e7791c104e
|
|
| MD5 |
e69398429af5cfaa9fce4f6081fe82c8
|
|
| BLAKE2b-256 |
11ce1ca0b9cd01334f374ca5e1f74fa6e983cb6a92db87b6ad04a37efd7fbe8e
|
File details
Details for the file borsdata_sdk-0.1.1-py3-none-any.whl.
File metadata
- Download URL: borsdata_sdk-0.1.1-py3-none-any.whl
- Upload date:
- Size: 12.5 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 |
b41ec0ba3faa720df2d53f5fd3e35338e9886ac6bdb3a55438aacad20674bdc4
|
|
| MD5 |
5c6e371d79acbc86dc6a6065b93f1f7f
|
|
| BLAKE2b-256 |
863be30bc2e45c2cbe78704a24d9360747ed0689a7f1f4449802d3e13df4d87a
|