India Stock Market MoneyControl api avatar

India Stock Market MoneyControl api

Pricing

$0.70 / 1,000 results

Go to Apify Store
India Stock Market MoneyControl api

India Stock Market MoneyControl api

for better api structure visit here : { https://rapidapi.com/matepapava123/api/india-stock-market-moneycontrol-live-api } (data source is moneycontrol)

Pricing

$0.70 / 1,000 results

Rating

0.0

(0)

Developer

Mate Papava

Mate Papava

Maintained by Community

Actor stats

0

Bookmarked

8

Total users

0

Monthly active users

3 days ago

Last modified

Share

India Stock Market Data Scraper — NSE, BSE, MCX

Scrape real-time and historical Indian stock market data. Covers 5000+ listed stocks on NSE & BSE, all major indices, MCX commodity futures, Futures & Options chains, and financial news.

What data can you extract?

ActionDescriptionKey Input
stock_quoteLive stock price with 30+ metrics (PE, PB, 52wk range, volume, market cap)symbol = stock ID (e.g. HDF01, RI, TCS)
stock_searchFind any stock by name, ticker, or ISINquery = search term
stock_chartHistorical OHLCV candlestick datasymbol = NSE ticker, resolution, days
index_detailsFull index data (Nifty 50, Sensex, Bank Nifty)indexId = 9, 4, 23, etc.
index_constituentsAll stocks in an index with live pricesindexId
index_chartIndex time-series data (intraday to 5yr)indexId, chartRange
market_gainersToday's top gaining stocksindexId, limit
market_losersToday's top losing stocksindexId, limit
market_activeMost traded stocks by volumeindexId, limit
commodity_quoteMCX futures — Gold, Silver, Crude Oil, etc.symbol, expiry
futuresActive futures contracts with OIsymbol = NIFTY, BANKNIFTY
options_chainFull options chain (calls/puts)symbol, expiry, optionType
newsLatest financial news headlinespage, limit

Index IDs

IDIndex
9Nifty 50
4BSE Sensex
23Nifty Bank
27Nifty Midcap 100
52Nifty Auto
47Nifty Financial Services
113Nifty Smallcap 50
28Nifty 100
17BSE IT
34Nifty Realty
IDCompanyNSE Ticker
HDF01HDFC BankHDFCBANK
RIReliance IndustriesRELIANCE
TCSTCSTCS
ITInfosysINFY
SBIState Bank of IndiaSBIN
ICI02ICICI BankICICIBANK
BA08Bharti AirtelBHARTIARTL
LTLarsen & ToubroLT
BAFBajaj FinanceBAJFINANCE
KMBKotak Mahindra BankKOTAKBANK

Example Input

Get HDFC Bank stock quote

{
"action": "stock_quote",
"symbol": "HDF01",
"exchange": "nse"
}

Get Nifty 50 top gainers

{
"action": "market_gainers",
"indexId": "9",
"limit": 10
}

Get 30-day daily chart for Reliance

{
"action": "stock_chart",
"symbol": "RELIANCE",
"resolution": "1d",
"days": 30
}

Get Gold futures price

{
"action": "commodity_quote",
"symbol": "GOLD",
"expiry": "2026-06-05"
}

Get Nifty options chain

{
"action": "options_chain",
"symbol": "NIFTY",
"expiry": "2026-05-19",
"optionType": "CE"
}

Output

Results are pushed to the default dataset. Each run produces one result object with the requested data plus metadata:

{
"data": { ... },
"status": "success",
"_action": "stock_quote",
"_input": {
"symbol": "HDF01",
"exchange": "nse"
}
}

Chart Resolutions

  • 1 — 1-minute candles (intraday)
  • 5 — 5-minute candles
  • 15 — 15-minute candles
  • 30 — 30-minute candles
  • 60 — 1-hour candles
  • 1d — Daily candles
  • 1w — Weekly candles
  • 1M — Monthly candles

Commodity Symbols

GOLD, SILVER, NATURALGAS, CRUDEOIL, COPPER, ZINC, ALUMINIUM, NICKEL, LEAD

Use Cases

  • Stock market dashboards
  • Portfolio tracking apps
  • Technical analysis tools
  • Options strategy builders
  • Market screening (gainers/losers/volume)
  • Financial news aggregators
  • Algorithmic trading research
  • Academic research on Indian equities

Notes

  • Market hours: Mon-Fri 9:15 AM - 3:30 PM IST
  • Pre-market: 9:00 AM - 9:15 AM IST
  • Commodity expiry dates change monthly — check MCX calendar
  • Some endpoints may require Indian IP access for full functionality