Skip to content

BrianPaur/Portfolio_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Portfolio Tracker

Creates a stock portfolio for the user and has the ability to pull in various security datapoints (finnhub API)

  • On first run return transaction and holdings function to create dbs (will update latrer so that we don't have to do this)

Portfolio Functions (all transaction funcs will update transaction db):

  • holdings (displays portfolio and calls current price everytime function is ran)
  • transactions (displays all transactions with time stamp)
  • deposit cash
  • withdraw cash
  • buy
  • sell
  • buying power (how much of a stock you can afford)

image

Security Info Functions:

  • current price
  • percent change
  • high
  • low
  • open
  • previous close

image

image

To-Do:

  • add totals to pd table for holdings
  • host on flask app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages