Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
finterion-investing-algorithm-framework
Advanced tools
This is the official finterion plugin for the investing algorithm framework open source project.
This is the official plugin for the investing algorithm framework open source project.
You can install the plugin with pip.
pip install finterion-investing-algorithm-framework
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()
You can find the official documentation at our documentation website
FAQs
This is the official finterion plugin for the investing algorithm framework open source project.
We found that finterion-investing-algorithm-framework demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.