Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 645 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 645 Bytes

stock-app

Stock portfolio app focusing on fundamental analysis and business financials.

Features:

  • cash flow
  • income statement
  • long-term price history
  • portfolio simulator
  • tables and graphs that enable comparing multiple stocks at once and sorting/filtering/etc.

About

  • created using Vite + React + TS starter

  • uses AlphaVantage

    • the free API key's rate limit is 5/min and 500/day
  • in the future use IEX Cloud?

usage

  • create a .env.local containing:

notes