Our simple Python console test client to get a quick start with Börsdata API. More details about API is found here
If you dont have an API Key, you need to Apply for an API key on Börsdata webbpage. You need to be a Pro member to get Access to API.
Python 3+ needed! Use the package manager pip to install dependencies.
pip3 install -r requirements.txt
Download project and run it from a terminal or any Python-IDE PyCharm. In constants.py you replace xxxx with your unique API Key. Run borsdata_client.py (or excel_exporter.py)