Project Quant Book

Where can I find Data for Indian markets?

Lot of times, I have faced challenges finding the right source, and free, for personal research on Indian markets. So, I thought, if its free, researchers should not struggle in finding the source data. They should rather focus on doing the research.

Listing Publicly available sources for data. Ofcourse, there are other paid services such as Bloomberg, Factset which provide a better view of the market (they are paid services, ofcourse)

Single Stocks (Equities)

  • Meta Data:
  • Price:
    • Available at Yahoo Finance.
    • Python API available (yfinance)
    • Historically, better to use BSE as exchange, as Corporate actions are handled better on BSE prices. 2015 onwards, NSE is also good
    • Pro: Free, easy to access, with yfinance Python API.
    • Con: No support if price issues found. Example: Corporate actions
  • Fundamentals Data:
    • Available at Screener.in
    • Python API not available.
    • Pro: Free. Good for discretionary investing.
    • Con:
      • For systematic investing, Data aggregation is a challenge.
      • Also, not enough history. No direct Python API. Create one if needed.
      • Screener.in has its own ID for each security. Herculian task to consolidate the list for each security
  • Call transripts/ Earnings Announcements
    • Yet to be figured out

NSE Indices

  • Historical Prices:
    • Available at Nifty Indices
    • Around 80 Indices available, with daily updates
    • Pro: Regularly maintained by NSE
    • Con: No Python API. Write a parser if needed
  • Fundamental Data:
    • Such as Index Dividend Yield, PE Ratio, Price-Book value.
    • Available at Screener.in
    • Pro: Free. Good for discretionary investing, and get a sense of overall market
    • Con:
      • For systematic investing, Data aggregation is a challenge.
      • Also, not enough history. No direct Python API. Create one if needed.
      • Screener.in has its own ID for each security. Herculian task to consolidate the list for each security

India Yield Curve

  • Historical Prices:
    • Available at Investing.com
    • Pro: Its just the price data, good enough to be used
    • Con:
      • There is a Python API: investpy. But seems like, its not maintained. Facing issues with it regularly. However, investing.com has stopped allowing scraping. So, investpy is of no use.
      • Hard to have a systematic way to get the data on a regular basis

Economic Indicators Data

  • Historical Data:
    • moneycontrol.com is a fantastic source for the Indian market economic data
    • Pro: Its just data, available on web. Good for discretionary investing.
    • Con: Need to systematically parse data frequently to create models looking at economic data

Market Activity Data



List of data which I need but havent been able to find:

  • Futures and Options Data, Daily Close


In case, you are comfortable in paying few bucks, then here are few good sources to procure the data

  1. Bloomberg. Rarely seen individuals using it due to high cost.
  2. Similar to Bloomberg, Factset, Reuters are good enough.
  3. OpenBB Open BB Terminal. Havent tried it yet, so cant comment much on efficacy.
  4. For Indian market Fundamental data, Prowess, by CMIE. It is used by academic instutions for their research purposes.




PS: For detailed python notebook, you can reach out to me directly!

Disclaimer: The article is solely made available for educational purposes and doesn't promote any investment or trading guidance whatsoever. Any views or opinions presented in this article are solely those of the author.


© 2024. All rights reserved.