Skip to content

Commit 20ee705

Browse files
committed
Update README
1 parent 9c80c7d commit 20ee705

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
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+
513
The 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
1018
You can install the client directly using pip:
@@ -55,6 +63,3 @@ portfolio = client.get_portfolio()
5563

5664
## Documentation
5765
You can find the official documentation at our [documentation website](https://docs.finterion.com/python-client/introduction)
58-
59-
60-

static/sponsors/finterion-dark.png

14.2 KB
Loading
9.3 KB
Loading

0 commit comments

Comments
 (0)