fossterer / PortfolioManager

A web application to track financial portfolio growth. Uses free and open APIs to fetch real-time market data
MIT License
1 stars 5 forks source link

Goal Jul 12 - jul 18 #4

Open fossterer opened 4 years ago

fossterer commented 4 years ago

Table-1

Ticker Name Security Type Quantity Purchase Price Purchase Date

AAPL - - -- -- -- FB - - -- -- -- MSFT - - -- -- -- BO - - -- -- --

An external API call to fetch current Price (https://finnhub.io/docs/api#websocket-trades OR https://finnhub.io/docs/api#quote OR anything else)

Table-2

Ticker Price_DataStructure (Type = CLOB)

AAPL [price1]

An array or such datastructure --

[price1]

Everytime you fetch this, improve it to

[price1, price2] and so on

fossterer commented 4 years ago

Please also include *.sql files for your table definitions whenever they cahnge Stretch goal: https://note.nkmk.me/en/python-pip-install-requirements/ (For easy setup of libraries)