This is an open-source personal finance and portfolio tracker that I made so I can keep track of my stocks, options, dollars, and cryptocurrencies. Automatically retrieves brokerage info and calculates beta weighted delta. Currently only supports Robinhood, with plans for TD Ameritrade, Interactive Brokers, Gemini, and bank accounts through Plaid.
-
Add options screener by custom formula
- Currently available as a standalone repository: https://github.com/GrahamboJangles/PutPremiumProcessor
-
Add support for other brokerages
- TD Ameritrade
- Interactive Brokers
- Gemini (for trading crypto)
-
Add bank support through Plaid
-
Add ability to place trades
- Stock
- Options
- Crypto
-
Whole net worth tracker with support for other brokerages by manually entering positions
-
(削除) Put data fetching on another thread (削除ここまで)(wow that was really easy) -
Add a login to the main page
-
Make data update quicker
-
(削除) Show open orders next to the positions (削除ここまで) -
(削除) Make collateral an integer (削除ここまで) -
Add stocks position dataframe to GUI
-
Show total cash being used by open orders
-
Adjust collateral for spreads
-
Add another graph for historical options price
-
Fix the portfolio graph
- Add dropdown for span
- Add a checkbox for whether to include bank transfers in graph
-
(削除) Print current portfolio balance next to portfolio chart (削除ここまで)- Print profit for day
-
(削除) The portfolio chart only works for 'all' span, and even then it doesn't look quite right (削除ここまで) -
Sometimes the option table doesn't calculate things right
-
(削除) Fetching option data stops the rest of the program, will need to move to a separate thread (削除ここまで)