https://github.com/flintsh/fennel-trader
https://github.com/flintsh/fennel-trader
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flintsh/fennel-trader
- Owner: FlintSH
- Created: 2024-09-12T15:47:21.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-14T14:39:10.000Z (8 months ago)
- Last Synced: 2025-02-24T06:56:16.812Z (3 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fennel Auto Stock Trader
This is a simple Python script that uses the Fennel Invest API to automatically buy or sell stocks across all accounts associated with a user's login.
## How it works
It's pretty simple:
1. Install dependencies (just fennel-invest-api)
2. Run the script (python app.py)
3. Give your authentication info
4. Specify a stock ticker and quantity
5. Watch it place orders for the specified stock on all available accounts## Maintenance
This script is just a small script I wrote up real quick for personal use, so I'm not going to be adding any new features or fixing any bugs. If you want to contribute, feel free to open a PR though and I'd be happy to review it.
Just putting this out there for anyone who wants it.
## Disclaimer
This is a personal project and not an official Fennel Invest product and I am not a financial advisor. Use at your own risk. The script is provided as-is, without any guarantees or warranty. I am not responsible for any financial losses incurred through the use of this script.