Skip to content

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.

GrahamboJangles/PersonalFinanceTrackerPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

open source robinhood

PersonalFinanceTrackerPy

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.

TODO:

Features:

  • Add options screener by custom formula

  • 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

Functionality:

  • Put data fetching on another thread (wow that was really easy)

  • Add a login to the main page

  • Make data update quicker

Tables:

  • 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

Graphs:

  • 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

Known Bugs:

  • 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

About

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.

Topics

Resources

Stars

Watchers

Forks

Languages