Skip to main content

Borsdata python SKD

Build Status

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')

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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

borsdata_sdk-1.0.0-py3-none-any.whl (12.5 kB view details)

Uploaded Python 3

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

Hashes for borsdata_sdk-1.0.0.tar.gz
Algorithm Hash digest
SHA256 24e2d1beac025570d039d7711d7b2d4a865d0914906e314d96b815001646912a
MD5 7aaaea63bcd30be922dc9bcfb7edb50e
BLAKE2b-256 277aa546a36c2d1e9ac7252bc16969d6b22631904de0ae9e52ebe9e431a41fc4

See more details on using hashes here.

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

Hashes for borsdata_sdk-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ccab8bacedbfdd6bfbbfcfc1474163c68eabd1d550b97535944d7fa957481c40
MD5 601cfc8b65772c99aebb2d0e5394b7df
BLAKE2b-256 ff39f5367b3dc5d8a72e542abb3461807f455ab70f705833da2d60a01c347919

See more details on using hashes here.

Release history Release notifications | RSS feed

1.2.1

2 files

1.2.0

2 files

1.1.3

1 file

1.1.2

1 file

1.1.1

1 file

1.1.0

1 file

This release

1.0.0 This release

2 files

0.1.1

2 files

0.1.0

2 files

0.0.5

2 files

0.0.4

2 files

0.0.3

2 files

0.0.2

2 files

0.0.1

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page