Borsdata api SDK
Project description
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')
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-1.0.0.tar.gz
(5.3 kB
view details)
Built Distribution
File details
Details for the file borsdata_sdk-1.0.0.tar.gz
.
File metadata
- Download URL: borsdata_sdk-1.0.0.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
24e2d1beac025570d039d7711d7b2d4a865d0914906e314d96b815001646912a
|
|
MD5 |
7aaaea63bcd30be922dc9bcfb7edb50e
|
|
BLAKE2b-256 |
277aa546a36c2d1e9ac7252bc16969d6b22631904de0ae9e52ebe9e431a41fc4
|
File details
Details for the file borsdata_sdk-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: borsdata_sdk-1.0.0-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/40.6.2 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ccab8bacedbfdd6bfbbfcfc1474163c68eabd1d550b97535944d7fa957481c40
|
|
MD5 |
601cfc8b65772c99aebb2d0e5394b7df
|
|
BLAKE2b-256 |
ff39f5367b3dc5d8a72e542abb3461807f455ab70f705833da2d60a01c347919
|