File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 22[ ![ Build] ( https://github.com/finterion/finterion-python-client/actions/workflows/build.yml/badge.svg )] ( https://github.com/finterion/finterion-python-client/actions/workflows/build.yml )
33# Official Finterion Python Client
44
5+ <a href =" https://www.finterion.com/ " target =" _blank " >
6+ <picture style="height: 30px;">
7+ <source media="(prefers-color-scheme: dark)" srcset="static/sponsors/finterion-dark.png">
8+ <source media="(prefers-color-scheme: light)" srcset="static/sponsors/finterion-light.png">
9+ <img src="static/sponsors/finterion-light.png" alt="Finterion Logo" width="200px" height="50px">
10+ </picture>
11+ </a >
12+
513The Finterion python client is a python library that can be used by your
6- investing algorithm. With this client your can connect your algorithm to
7- the finterion platform .
14+ trading bots/quantitative trading strategies that are registered at the [ Finterion platform ] ( https://finterion.com ) .
15+ It provides a simple and easy-to-use interface for interacting with the Finterion API .
816
917## Installation
1018You can install the client directly using pip:
@@ -55,6 +63,3 @@ portfolio = client.get_portfolio()
5563
5664## Documentation
5765You can find the official documentation at our [ documentation website] ( https://docs.finterion.com/python-client/introduction )
58-
59-
60-
You can’t perform that action at this time.
0 commit comments