/stock-data-spreadsheet

Create spreadsheet with given stock data

Primary LanguagePython

Stock Data Retrieval

Install dependencies: pip install -r requirements.txt

To use: python stock_data.py <input file>

python stock_data.py stocks.csv

Input File

The input file should contain a list ticker symbols that you want to get data from.

This list can be line separated, comma separated, or both.

Example is the stocks.csv file.