Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 760 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 760 Bytes

Stock Lookup App

This is a simple tool to lookup stocks and get data using the IEX API.

To run this app locally, go to the (iexCloud)[https://iexcloud.io] website and generate an API key.

Create a file called .env in the root directory of this project and add the API key like this:

REACT_APP_IEX_API_KEY= "YOUR_KEY_HERE"

Completed work:

  • Searchbar that allows searching by stock ticker and company name
  • Component to display simple company information
  • Component to display simple financial information
  • Component to display news articles

TODO:

  • Generate graph for last week, month, year, 5-years and max
  • Integrate some sort of smoothing algorithm to reduce data usage and time to generate graphs
Dhruv Sharma, 2019