/NSE-historical-stock-prices

This python script prints the daily historical prices of all the stocks listed by NSE from year 2000 using Google Finance.

Primary LanguagePython

NSE-historical-stock-prices

This python 3 script prints the daily historical prices of all the stocks listed by NSE from year 2000 using Google Finance.

This script uses NSE website to get the list of stocks. Google Finance is used to get historical data.

How to use:

python NSE-historical-stocks.py

Note:

  • Data of every stocks is not present in Google Finance so some of the stock listed by NSE will be missing.
  • It is not necessary that every stock has historical data from year 2000.
  • It will only print the stocks data. You can furthur save it in csv fromat.