This is the official finterion plugin for the investing algorithm framework open source project.
Project description
Finterion Investing Algorithm Framework Plugin
This is the official plugin for the investing algorithm framework open source project.
Installation
You can install the plugin with pip.
pip install finterion-investing-algorithm-framework
Usage
In order to use the plugin you must use the 'create_app' function provided by the plugin. This function will return an instance of the investing algorithm framework configured with the finterion platform.
Note: You must provide the API key of your algorithm in order to use the plugin. You can find your API keys in the developer dashboard of your algorithm on the finterion platform.
from finterion_investing_algorithm_framework import create_app
app = create_app(api_key="<YOUR_TRADING_BOT_FINTERION_API_KEY>")
# Add your investing algorithm framework market data sources
# .....
# Add your investing algorithm framework trading strategies
# ....
if __name__ == "__main__":
app.run()
Documentation
You can find the official documentation at our documentation website
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
Built Distribution
File details
Details for the file finterion_investing_algorithm_framework-0.21.0.tar.gz
.
File metadata
- Download URL: finterion_investing_algorithm_framework-0.21.0.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.12 Linux/6.5.0-1017-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60c15deb2fcc0181c084eb1383d6d7f0a68fcee1061264254a42f056ce98940c |
|
MD5 | e0c0445f0081679a04d16ceb0b080e36 |
|
BLAKE2b-256 | afd5ba4c75325ce80ed15528f8ba970cbf623b7c5e3e81840567d542adb2ddc6 |
File details
Details for the file finterion_investing_algorithm_framework-0.21.0-py3-none-any.whl
.
File metadata
- Download URL: finterion_investing_algorithm_framework-0.21.0-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.12 Linux/6.5.0-1017-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7553ebdd168b5866be9928884be13dc5fa44c383772577636f008dd3c07a27d3 |
|
MD5 | 510bdc363dd78ffe531cf0c60b4004bb |
|
BLAKE2b-256 | e21ca21e2438c963eaeb509a8cd62e6c1faa29e772c2fe494f562fd61eb8ff70 |