This Python script will open a CSV file with stock symbol and stock name as the columns.
It will return the prices for any day that you enter.
Uses ystockquote
library to fetch data from Yahoo Finance (finance.yahoo.com/)
Python script to open a CSV file with stocks and get their historical prices.
Python