Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 577 Bytes

File metadata and controls

12 lines (10 loc) · 577 Bytes

Finance

Web app to manage portfolios of stock with real-time prices and buy/sell option.

Not only will this tool allow you to check real stocks’ actual prices and portfolios’ values, it will also let you buy (okay, “buy”) and sell (okay, “sell”) stocks by querying IEX for stocks’ prices.

How to use

  1. Clone the repository
  2. Open terminal and cd to folder
  3. Go to https://iexcloud.io/ and register a new account
  4. Look for your API key and copy to clipboard
  5. set API_KEY='your-API-key' in the terminal
  6. Use flask run to start the application