README
Gaining access to the API:
- On yahoofinanceapi.com create an account
- Go to the dashboard on the top right of the page
- Copy the API key
- Replace the API key located on line 58 with your own API key
Note: throuhghout the process, our API key was changed so if you have problems with it just go back to the api website and go to specifications to find your new API key.
Running the Program: This program can find select information about up to ten stocks that the user enters.
- Enter an integer from 1-10 for how many stocks you want analyzed -only accepts integers
- Enter each stock ticker you would like analyzed -only accepts strings -only accepts equity, no mutual funds, ETFs, crypto, etc.
- Then, the program will display a data table with the current market price, forward PE ratio, and price to book ratio.