Submit

Indian Stock Market Live (moneycontrol) Mcp

Real-time Indian stock market mcp with 5000+ NSE/BSE stocks, Nifty 50, Sensex, Bank Nifty indices, MCX commodities (Gold, Silver, Crude Oil), Futures & Options chains, historical OHLCV candles, top gainers/losers, and financial news. No API key needed for basic access
Overview
— Live prices, PE ratio, PB ratio, 52-week range, market cap, moving averages, circuit limits, VWAP, delivery percentage, and volume for 5000+ listed companies\n- Market Indices — Real-time data for Nifty 50, Sensex, Bank Nifty, Nifty Midcap 100, Nifty Smallcap 50, Nifty IT, Nifty Auto, Nifty Financial Services, and more\n- Historical OHLCV Charts — Candlestick data in multiple resolutions (1min, 5min, 15min, 30min, 1hour, daily, weekly, monthly) for up to 1 year\n- Index Constituents — All stocks in an index with live prices, sector breakdown, and industry allocation\n- Market Statistics — Top gainers, top losers, most active stocks, and advance/decline breadth\n- MCX Commodities — Gold, Silver, Crude Oil, Natural Gas, Copper, Zinc, Aluminium, Nickel, Lead futures with open interest and lot size\n- Futures \u0026 Options — Active futures contracts, options expiry dates, and full options chains (calls \u0026 puts) for Nifty, Bank Nifty, and individual stocks\n- Stock Search — Search any Indian stock by name, ticker, or ISIN to get the stock ID\n- Financial News — Latest market headlines with full article extraction\n\n### Use Cases\n\n- Build stock market dashboards and portfolio trackers\n- Technical analysis with OHLCV candle data\n- Options trading tools and strategy builders\n- Market screeners (gainers, losers, most active)\n- Financial news aggregators\n- Algorithmic trading data feeds\n- Mobile apps for Indian investors\n- Academic research on Indian equities\n\n### Supported Exchanges\n\n| Exchange | Coverage |\n|----------|----------|\n| NSE (National Stock Exchange) | All listed equities, indices, F\u0026O |\n| BSE (Bombay Stock Exchange) | All listed equities, indices |\n| MCX (Multi Commodity Exchange) | Metals, Energy, Agri commodities |\n\n---\n\n## Endpoints Overview\n\n### Indices\n\n| Endpoint | Description |\n|----------|-------------|\n| GET /indices | List all supported Indian market indices |\n| GET /indices/details?index_id=9 | Full index data (OHLC, 52-week, advances/declines) |\n| GET /indices/constituents?index_id=9 | All stocks in an index with live prices |\n| GET /indices/industries?index_id=9 | Sector/industry breakdown |\n| GET /indices/chart?index_id=9\u0026range=1d\u0026type=area | Index time-series chart data |\n\nIndex IDs: 9=Nifty 50, 4=Sensex, 23=Bank Nifty, 27=Midcap 100, 52=Nifty Auto, 47=Nifty Financial Services, 113=Smallcap 50, 28=Nifty 100, 17=BSE IT, 34=Nifty Realty, 100=Sensex 50\n\n### Stocks\n\n| Endpoint | Description |\n|----------|-------------|\n| GET /stocks/search?query=HDFC | Search stocks by name/ticker/ISIN |\n| GET /stocks/quote?sc_id=HDF01\u0026exchange=nse | Full stock quote with 30+ data points |\n| GET /stocks/chart?symbol=HDFCBANK\u0026resolution=1d\u0026days=30 | Historical OHLCV candles |\n\nPopular Stock IDs: HDF01=HDFC Bank, RI=Reliance, TCS=TCS, IT=Infosys, SBI=SBI, ICI02=ICICI Bank, BA08=Bharti Airtel, LT=L\u0026T, BAF=Bajaj Finance, KMB=Kotak Bank\n\nChart Resolutions: 1 (1-min), 5, 15, 30, 60 (1-hour), 1d (daily), 1w (weekly), 1M (monthly)\n\n### Market Statistics\n\n| Endpoint | Description |\n|----------|-------------|\n| GET /market/gainers?index_id=9\u0026limit=10 | Today's top gaining stocks |\n| GET /market/losers?index_id=9\u0026limit=10 | Today's top losing stocks |\n| GET /market/active?index_id=9\u0026limit=10 | Most actively traded by volume |\n| GET /market/breadth?index_id=9 | Advance/decline/unchanged counts |\n\n### Commodities (MCX)\n\n| Endpoint | Description |\n|----------|-------------|\n| GET /commodities/quote?symbol=GOLD\u0026expiry=2026-06-05 | Commodity futures price, OI, volume |\n\nSymbols: GOLD, SILVER, NATURALGAS, CRUDEOIL, COPPER, ZINC, ALUMINIUM, NICKEL, LEAD\n\n### Futures \u0026 Options\n\n| Endpoint | Description |\n|----------|-------------|\n| GET /fno/futures?symbol=NIFTY | Active futures contracts |\n| GET /fno/options/expiries?symbol=NIFTY | Available options expiry dates |\n| GET /fno/options/chain?symbol=NIFTY\u0026expiry=2026-05-19\u0026type=CE | Full options chain |\n\nF\u0026O Symbols: NIFTY, BANKNIFTY, RELIANCE, HDFCBANK, TCS, INFY, and all F\u0026O-enabled stocks\n\n### News\n\n| Endpoint | Description |\n|----------|-------------|\n| GET /news?page=1\u0026limit=20 | Latest financial news headlines |\n| GET /news/article?url={moneycontrol_url} | Full article content |\n\n### Reference\n\n| Endpoint | Description |\n|----------|-------------|\n| GET /reference/indices | All index IDs and metadata |\n| GET /reference/stocks | Popular stock IDs with tickers |\n| GET /reference/commodities | Available commodity symbols |\n\n---\n\n## Example Responses\n\n### Stock Quote Response\njson\n{\n \"data\": {\n \"company_name\": \"HDFC Bank Ltd.\",\n \"current_price\": \"1798.25\",\n \"price_change\": \"+15.30\",\n \"percent_change\": \"+0.86\",\n \"open\": \"1789.10\",\n \"high\": \"1805.95\",\n \"low\": \"1789.10\",\n \"prev_close\": \"1782.95\",\n \"volume\": \"3629665\",\n \"52_week_high\": \"1880.00\",\n \"52_week_low\": \"1363.55\",\n \"market_cap\": \"1375000\",\n \"pe_ratio\": \"19.88\",\n \"pb_ratio\": \"3.04\",\n \"eps\": \"90.46\"\n },\n \"status\": \"success\"\n}\n\n\n### Historical Chart Response\njson\n{\n \"data\": {\n \"timestamps\": [1715000000, 1715086400, 1715172800],\n \"open\": [1780.0, 1789.5, 1795.0],\n \"high\": [1795.0, 1805.0, 1810.5],\n \"low\": [1775.0, 1785.0, 1790.0],\n \"close\": [1789.5, 1798.25, 1805.0],\n \"volume\": [3500000, 3629665, 4100000]\n },\n \"symbol\": \"HDFCBANK\",\n \"resolution\": \"1d\",\n \"status\": \"success\"\n}\n\n\n---\n\n## SEO Keywords\n\nindia stock market api, nse api, bse api, indian stock api, nifty 50 api, sensex api, bank nifty api, stock price api india, historical stock data india, ohlcv india, mcx commodity api, gold price api india, crude oil price api, futures options api india, stock market data india, real time stock price india, stock screener api, market gainers losers api, indian equity data, nse stock quote api, bse stock data, stock chart api india, candlestick data api, intraday data india, indian financial data api, mutual fund api india, share market api\n\n\n---\n\nFinance, Stock Market, India, NSE, BSE, MCX, Real-Time Data, Historical Data, Commodities, Options, Futures\n"]) "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"\r\n },\r\n "variable": [\r\n {\r\n "key": "baseUrl",\r\n "value": "http://127.0.0.1:8080/api/moneycontrol",\r\n "type": "string"\r\n }\r\n ],\r\n "item": [\r\n {\r\n "name": "Health",\r\n "item": [\r\n {\r\n "name": "Health Check",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/health",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["health"]\r\n },\r\n "description": "Check API health status."\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n "name": "Indices",\r\n "item": [\r\n {\r\n "name": "List All Indices",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/indices",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["indices"]\r\n },\r\n "description": "Get all available Indian market indices with their IDs, names, exchanges, and bridge symbols."\r\n }\r\n },\r\n {\r\n "name": "Get Index Details (Nifty 50)",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/indices/details?index_id=9",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["indices", "details"],\r\n "query": [\r\n { "key": "index_id", "value": "9", "description": "9=Nifty50, 4=Sensex, 23=BankNifty, 27=Midcap100, 52=NiftyAuto, 47=FinService, 113=Smallcap50, 17=BSE_IT, 34=Realty, 28=Nifty100, 100=Sensex50" }\r\n ]\r\n },\r\n "description": "Full index details — OHLC, 52-week range, YTD, advances/declines, moving averages."\r\n }\r\n },\r\n {\r\n "name": "Get Index Details (Bank Nifty)",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/indices/details?index_id=23",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["indices", "details"],\r\n "query": [\r\n { "key": "index_id", "value": "23", "description": "Bank Nifty" }\r\n ]\r\n },\r\n "description": "Bank Nifty index details."\r\n }\r\n },\r\n {\r\n "name": "Get Index Constituents (Nifty 50)",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/indices/constituents?index_id=9",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["indices", "constituents"],\r\n "query": [\r\n { "key": "index_id", "value": "9", "description": "Index ID" }\r\n ]\r\n },\r\n "description": "All 50 Nifty stocks with live prices, change, volume, and market cap."\r\n }\r\n },\r\n {\r\n "name": "Get Index Industries Breakdown",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/indices/industries?index_id=9",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["indices", "industries"],\r\n "query": [\r\n { "key": "index_id", "value": "9", "description": "Index ID" }\r\n ]\r\n },\r\n "description": "Sector/industry breakdown of the index."\r\n }\r\n },\r\n {\r\n "name": "Get Index Chart (Intraday)",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/indices/chart?index_id=9\u0026range=1d\u0026type=area",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["indices", "chart"],\r\n "query": [\r\n { "key": "index_id", "value": "9", "description": "Index ID" },\r\n { "key": "range", "value": "1d", "description": "1d, 5d, 1m, 3m, 6m, 1yr, 2yr, 5yr, max" },\r\n { "key": "type", "value": "area", "description": "area, line, stick, ohlc" }\r\n ]\r\n },\r\n "description": "Minute-by-minute intraday chart data for Nifty 50."\r\n }\r\n },\r\n {\r\n "name": "Get Index Chart (1 Year)",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/indices/chart?index_id=9\u0026range=1yr\u0026type=ohlc",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["indices", "chart"],\r\n "query": [\r\n { "key": "index_id", "value": "9" },\r\n { "key": "range", "value": "1yr" },\r\n { "key": "type", "value": "ohlc" }\r\n ]\r\n },\r\n "description": "1-year OHLC chart data for Nifty 50."\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n "name": "Stocks",\r\n "item": [\r\n {\r\n "name": "Search Stock (HDFC)",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/stocks/search?query=HDFC",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["stocks", "search"],\r\n "query": [\r\n { "key": "query", "value": "HDFC", "description": "Stock name, ticker, or ISIN" }\r\n ]\r\n },\r\n "description": "Search for stocks. Returns sc_id needed for the quote endpoint."\r\n }\r\n },\r\n {\r\n "name": "Search Stock (Reliance)",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/stocks/search?query=Reliance",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["stocks", "search"],\r\n "query": [\r\n { "key": "query", "value": "Reliance" }\r\n ]\r\n },\r\n "description": "Search for Reliance Industries."\r\n }\r\n },\r\n {\r\n "name": "Get Stock Quote — HDFC Bank (NSE)",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/stocks/quote?sc_id=HDF01\u0026exchange=nse",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["stocks", "quote"],\r\n "query": [\r\n { "key": "sc_id", "value": "HDF01", "description": "HDF01=HDFC Bank, RI=Reliance, TCS=TCS, IT=Infosys, SBI=SBI, ICI02=ICICI, ONG=ONGC, LT=L\u0026T, BAF=Bajaj Finance" },\r\n { "key": "exchange", "value": "nse", "description": "nse or bse" }\r\n ]\r\n },\r\n "description": "Full quote — price, PE, PB, CAGR, 50/150/200 DMA, circuit limits, market cap, 52wk range, delivery %."\r\n }\r\n },\r\n {\r\n "name": "Get Stock Quote — Reliance (BSE)",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/stocks/quote?sc_id=RI\u0026exchange=bse",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["stocks", "quote"],\r\n "query": [\r\n { "key": "sc_id", "value": "RI" },\r\n { "key": "exchange", "value": "bse" }\r\n ]\r\n },\r\n "description": "Reliance Industries quote from BSE."\r\n }\r\n },\r\n {\r\n "name": "Get Stock Quote — TCS (NSE)",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/stocks/quote?sc_id=TCS\u0026exchange=nse",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["stocks", "quote"],\r\n "query": [\r\n { "key": "sc_id", "value": "TCS" },\r\n { "key": "exchange", "value": "nse" }\r\n ]\r\n },\r\n "description": "TCS stock quote."\r\n }\r\n },\r\n {\r\n "name": "Get Stock Historical Chart (Daily)",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/stocks/chart?symbol=HDFCBANK\u0026resolution=1d\u0026days=30",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["stocks", "chart"],\r\n "query": [\r\n { "key": "symbol", "value": "HDFCBANK", "description": "NSE ticker: HDFCBANK, RELIANCE, TCS, INFY, SBIN" },\r\n { "key": "resolution", "value": "1d", "description": "1, 5, 15, 30, 60, 1d, 1w, 1M" },\r\n { "key": "days", "value": "30", "description": "Number of days (1-365)" }\r\n ]\r\n },\r\n "description": "30 days of daily OHLCV candles for HDFC Bank."\r\n }\r\n },\r\n {\r\n "name": "Get Stock Historical Chart (Weekly, 1 Year)",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/stocks/chart?symbol=RELIANCE\u0026resolution=1w\u0026days=365",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["stocks", "chart"],\r\n "query": [\r\n { "key": "symbol", "value": "RELIANCE" },\r\n { "key": "resolution", "value": "1w" },\r\n { "key": "days", "value": "365" }\r\n ]\r\n },\r\n "description": "1 year of weekly candles for Reliance."\r\n }\r\n },\r\n {\r\n "name": "Get Stock Intraday Chart (5-min)",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/stocks/chart?symbol=TCS\u0026resolution=5\u0026days=1",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["stocks", "chart"],\r\n "query": [\r\n { "key": "symbol", "value": "TCS" },\r\n { "key": "resolution", "value": "5" },\r\n { "key": "days", "value": "1" }\r\n ]\r\n },\r\n "description": "Today's 5-minute intraday candles for TCS."\r\n }\r\n },\r\n {\r\n "name": "Get Historical Data — Reliance (1 Year, NSE)",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/stocks/historical?sc_id=RI\u0026exchange=N\u0026from_date=2025-05-19\u0026to_date=2026-05-19",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["stocks", "historical"],\r\n "query": [\r\n { "key": "sc_id", "value": "RI", "description": "Moneycontrol stock ID. Use /reference/stocks for popular IDs." },\r\n { "key": "exchange", "value": "N", "description": "N=NSE, B=BSE" },\r\n { "key": "from_date", "value": "2025-05-19", "description": "Start date (YYYY-MM-DD). Defaults to 1 year ago." },\r\n { "key": "to_date", "value": "2026-05-19", "description": "End date (YYYY-MM-DD). Defaults to today." }\r\n ]\r\n },\r\n "description": "1 year of daily historical OHLCV data for Reliance from NSE. Data available back to year 2000."\r\n }\r\n },\r\n {\r\n "name": "Get Historical Data — HDFC Bank (5 Years, NSE)",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/stocks/historical?sc_id=HDF01\u0026exchange=N\u0026from_date=2021-01-01\u0026to_date=2026-05-19",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["stocks", "historical"],\r\n "query": [\r\n { "key": "sc_id", "value": "HDF01" },\r\n { "key": "exchange", "value": "N" },\r\n { "key": "from_date", "value": "2021-01-01" },\r\n { "key": "to_date", "value": "2026-05-19" }\r\n ]\r\n },\r\n "description": "5 years of daily historical data for HDFC Bank."\r\n }\r\n },\r\n {\r\n "name": "Get Historical Data — TCS (Default 1yr, BSE)",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/stocks/historical?sc_id=TCS\u0026exchange=B",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["stocks", "historical"],\r\n "query": [\r\n { "key": "sc_id", "value": "TCS" },\r\n { "key": "exchange", "value": "B", "description": "BSE exchange" }\r\n ]\r\n },\r\n "description": "Default 1-year historical data for TCS from BSE (no date params = last 1 year)."\r\n }\r\n },\r\n {\r\n "name": "Get Historical Extended — Reliance (Multi-Year, Daily)",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/stocks/historical/extended?symbol=RELIANCE\u0026from_date=2020-01-01\u0026to_date=2026-05-19\u0026resolution=1D",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["stocks", "historical", "extended"],\r\n "query": [\r\n { "key": "symbol", "value": "RELIANCE", "description": "NSE ticker: HDFCBANK, RELIANCE, TCS, INFY, SBIN" },\r\n { "key": "from_date", "value": "2020-01-01", "description": "Start date (YYYY-MM-DD)" },\r\n { "key": "to_date", "value": "2026-05-19", "description": "End date (YYYY-MM-DD)" },\r\n { "key": "resolution", "value": "1D", "description": "1D=daily, 1W=weekly, 1M=monthly" }\r\n ]\r\n },\r\n "description": "6+ years of daily OHLCV candles for Reliance via TechCharts API. Returns dates, timestamps, OHLCV, and metadata."\r\n }\r\n },\r\n {\r\n "name": "Get Historical Extended — INFY (Weekly, 3 Years)",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/stocks/historical/extended?symbol=INFY\u0026from_date=2023-01-01\u0026to_date=2026-05-19\u0026resolution=1W",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["stocks", "historical", "extended"],\r\n "query": [\r\n { "key": "symbol", "value": "INFY" },\r\n { "key": "from_date", "value": "2023-01-01" },\r\n { "key": "to_date", "value": "2026-05-19" },\r\n { "key": "resolution", "value": "1W" }\r\n ]\r\n },\r\n "description": "3 years of weekly candles for Infosys."\r\n }\r\n },\r\n {\r\n "name": "Get Historical Extended — SBIN (Monthly, 10 Years)",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/stocks/historical/extended?symbol=SBIN\u0026from_date=2016-01-01\u0026to_date=2026-05-19\u0026resolution=1M",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["stocks", "historical", "extended"],\r\n "query": [\r\n { "key": "symbol", "value": "SBIN" },\r\n { "key": "from_date", "value": "2016-01-01" },\r\n { "key": "to_date", "value": "2026-05-19" },\r\n { "key": "resolution", "value": "1M" }\r\n ]\r\n },\r\n "description": "10 years of monthly candles for SBI — long-term investment analysis."\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n "name": "Market Stats",\r\n "item": [\r\n {\r\n "name": "Get Top Gainers (Nifty 50)",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/market/gainers?index_id=9\u0026limit=10",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["market", "gainers"],\r\n "query": [\r\n { "key": "index_id", "value": "9", "description": "Index ID" },\r\n { "key": "limit", "value": "10", "description": "Max results (1-50)" }\r\n ]\r\n },\r\n "description": "Top gaining Nifty 50 stocks today."\r\n }\r\n },\r\n {\r\n "name": "Get Top Losers (Nifty 50)",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/market/losers?index_id=9\u0026limit=10",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["market", "losers"],\r\n "query": [\r\n { "key": "index_id", "value": "9" },\r\n { "key": "limit", "value": "10" }\r\n ]\r\n },\r\n "description": "Top losing Nifty 50 stocks today."\r\n }\r\n },\r\n {\r\n "name": "Get Most Active Stocks",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/market/active?index_id=9\u0026limit=10",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["market", "active"],\r\n "query": [\r\n { "key": "index_id", "value": "9" },\r\n { "key": "limit", "value": "10" }\r\n ]\r\n },\r\n "description": "Most actively traded Nifty 50 stocks by volume."\r\n }\r\n },\r\n {\r\n "name": "Get Market Breadth",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/market/breadth?index_id=9",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["market", "breadth"],\r\n "query": [\r\n { "key": "index_id", "value": "9" }\r\n ]\r\n },\r\n "description": "Advances, declines, unchanged count for Nifty 50."\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n "name": "Commodities",\r\n "item": [\r\n {\r\n "name": "Get Gold Price (MCX)",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/commodities/quote?symbol=GOLD\u0026expiry=2026-06-05",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["commodities", "quote"],\r\n "query": [\r\n { "key": "symbol", "value": "GOLD", "description": "GOLD, SILVER, NATURALGAS, CRUDEOIL, COPPER, ZINC, ALUMINIUM, NICKEL, LEAD" },\r\n { "key": "expiry", "value": "2026-06-05", "description": "Contract expiry (YYYY-MM-DD)" }\r\n ]\r\n },\r\n "description": "Gold futures from MCX — last price, OI, volume, lot size."\r\n }\r\n },\r\n {\r\n "name": "Get Natural Gas Price (MCX)",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/commodities/quote?symbol=NATURALGAS\u0026expiry=2026-05-26",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["commodities", "quote"],\r\n "query": [\r\n { "key": "symbol", "value": "NATURALGAS" },\r\n { "key": "expiry", "value": "2026-05-26" }\r\n ]\r\n },\r\n "description": "Natural Gas futures from MCX."\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n "name": "Futures \u0026 Options",\r\n "item": [\r\n {\r\n "name": "Get Nifty Futures",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/fno/futures?symbol=NIFTY",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["fno", "futures"],\r\n "query": [\r\n { "key": "symbol", "value": "NIFTY", "description": "NIFTY, BANKNIFTY, or stock tickers" }\r\n ]\r\n },\r\n "description": "All active Nifty futures contracts — near, next, far month."\r\n }\r\n },\r\n {\r\n "name": "Get Bank Nifty Futures",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/fno/futures?symbol=BANKNIFTY",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["fno", "futures"],\r\n "query": [\r\n { "key": "symbol", "value": "BANKNIFTY" }\r\n ]\r\n },\r\n "description": "Bank Nifty futures contracts."\r\n }\r\n },\r\n {\r\n "name": "Get Options Expiry Dates (Nifty)",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/fno/options/expiries?symbol=NIFTY",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["fno", "options", "expiries"],\r\n "query": [\r\n { "key": "symbol", "value": "NIFTY" }\r\n ]\r\n },\r\n "description": "All available Nifty options expiry dates (weekly + monthly)."\r\n }\r\n },\r\n {\r\n "name": "Get Call Options Chain (Nifty)",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/fno/options/chain?symbol=NIFTY\u0026expiry=2026-05-19\u0026type=CE",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["fno", "options", "chain"],\r\n "query": [\r\n { "key": "symbol", "value": "NIFTY" },\r\n { "key": "expiry", "value": "2026-05-19", "description": "From /fno/options/expiries" },\r\n { "key": "type", "value": "CE", "description": "CE=Call, PE=Put" }\r\n ]\r\n },\r\n "description": "Full Nifty call options chain for the specified expiry."\r\n }\r\n },\r\n {\r\n "name": "Get Put Options Chain (Nifty)",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/fno/options/chain?symbol=NIFTY\u0026expiry=2026-05-19\u0026type=PE",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["fno", "options", "chain"],\r\n "query": [\r\n { "key": "symbol", "value": "NIFTY" },\r\n { "key": "expiry", "value": "2026-05-19" },\r\n { "key": "type", "value": "PE" }\r\n ]\r\n },\r\n "description": "Full Nifty put options chain."\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n "name": "News",\r\n "item": [\r\n {\r\n "name": "Get Top News",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/news?page=1\u0026limit=20",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["news"],\r\n "query": [\r\n { "key": "page", "value": "1", "description": "Page number" },\r\n { "key": "limit", "value": "20", "description": "Items per page (max 50)" }\r\n ]\r\n },\r\n "description": "Latest financial news headlines with title, link, description, and date."\r\n }\r\n },\r\n {\r\n "name": "Get News Article",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/news/article?url=https://www.moneycontrol.com/news/business/markets/market-live-sensex-nifty-bse-nse-share-price-12345.html",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["news", "article"],\r\n "query": [\r\n { "key": "url", "value": "https://www.moneycontrol.com/news/business/markets/market-live-sensex-nifty-bse-nse-share-price-12345.html", "description": "Full article URL" }\r\n ]\r\n },\r\n "description": "Full article content parsed from HTML — title, author, date, body paragraphs."\r\n }\r\n }\r\n ]\r\n },\r\n {\r\n "name": "Reference",\r\n "item": [\r\n {\r\n "name": "List Available Indices",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/reference/indices",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["reference", "indices"]\r\n },\r\n "description": "Full reference list of supported index IDs with names, exchanges, and bridge symbols."\r\n }\r\n },\r\n {\r\n "name": "List Popular Stock IDs",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/reference/stocks",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["reference", "stocks"]\r\n },\r\n "description": "Reference list of popular stock IDs (sc_id) with company names and NSE tickers."\r\n }\r\n },\r\n {\r\n "name": "List Commodity Symbols",\r\n "request": {\r\n "method": "GET",\r\n "url": {\r\n "raw": "{{baseUrl}}/reference/commodities",\r\n "host": ["{{baseUrl}}"],\r\n "path": ["reference", "commodities"]\r\n },\r\n "description": "List of available MCX commodity symbols."\r\n }\r\n }\r\n ]\r\n }\r\n ]\r\n}\r\n"]) Indian stock market API with 5000+ NSE/BSE stocks, Nifty 50, Sensex, Bank Nifty indices, MCX commodities (Gold, Silver, Crude Oil), Futures \u0026 Options chains, historical OHLCV candles, top gainers/losers, and financial news. No API key needed for basic access","apiType":"http","allowedContext":[],"isCtxSubscriber":false,"quality":{"score":null},"versions":[{"id":"apiversion_d4bfd31b-7484-485c-a83d-6ab2de381a56","name":"1.0.0","current":true,"createdAt":"2026-05-12T15:44:41.154Z","versionStatus":"active"}],"billingPlans":[{"id":"billingplan_ae1ac296-aef5-4932-916d-abb7986d8e96","name":"MEGA","recommended":false,"visibility":"PUBLIC","allowedPlanDevelopers":[],"shouldRequestApproval":false,"requestApprovalQuestion":"","hidden":false,"legalDocumentId":"","legalAccountId":"","version":{"id":"billingplanversion_188cd311-f75a-46f2-9fb8-cb0cf2a5f22e","name":"5ab5e7c2-2cd9-49fa-85c8-942f6537f768","period":"MONTHLY","option":null,"price":45,"currency":null,"current":true,"billingPlanId":"billingplan_ae1ac296-aef5-4932-916d-abb7986d8e96","pricing":"PAID","localePrice":{"price":null,"symbol":null},"billinglimits":[{"id":"billinglimit_03e19efb-7e79-4750-8f6f-25541f4a4218","period":"MONTHLY","amount":200000,"unlimited":false,"overageprice":0.003,"overageLocalePrice":{"price":null,"symbol":null},"billingitem":{"id":"billingitem_68b0c56d-7348-47de-823b-17f02fb70c1a","name":"Requests","title":null,"description":"A call to any endpoint is one request.","displayName":null,"type":"billingitem","allEndpoints":true},"tiersDefinitions":null,"priceVariants":null,"item":"billingitem_68b0c56d-7348-47de-823b-17f02fb70c1a","limitType":"soft"}],"enablebillingfeatures":[],"rateLimit":null}},{"id":"billingplan_434f0fcc-4fcd-4db8-b697-ca9c6e9cb132","name":"ULTRA","recommended":false,"visibility":"PUBLIC","allowedPlanDevelopers":[],"shouldRequestApproval":false,"requestApprovalQuestion":"","hidden":false,"legalDocumentId":"","legalAccountId":"","version":{"id":"billingplanversion_a864036b-842a-43c4-9290-dd4976393523","name":"1e8ec277-0ae2-4765-b338-f3d42edac9de","period":"MONTHLY","option":null,"price":15,"currency":null,"current":true,"billingPlanId":"billingplan_434f0fcc-4fcd-4db8-b697-ca9c6e9cb132","pricing":"PAID","localePrice":{"price":null,"symbol":null},"billinglimits":[{"id":"billinglimit_f186dc41-cfec-4427-ad59-6dde26b5bba1","period":"MONTHLY","amount":56000,"unlimited":false,"overageprice":0.008,"overageLocalePrice":{"price":null,"symbol":null},"billingitem":{"id":"billingitem_68b0c56d-7348-47de-823b-17f02fb70c1a","name":"Requests","title":null,"description":"A call to any endpoint is one request.","displayName":null,"type":"billingitem","allEndpoints":true},"tiersDefinitions":null,"priceVariants":null,"item":"billingitem_68b0c56d-7348-47de-823b-17f02fb70c1a","limitType":"soft"}],"enablebillingfeatures":[],"rateLimit":null}},{"id":"billingplan_985e0bdb-6783-41fd-bfac-febf4baf4608","name":"PRO","recommended":false,"visibility":"PUBLIC","allowedPlanDevelopers":[],"shouldRequestApproval":false,"requestApprovalQuestion":"","hidden":false,"legalDocumentId":"","legalAccountId":"","version":{"id":"billingplanversion_175cf095-cc93-43b6-8591-312807fb6683","name":"cd93261a-86bc-432c-9cee-03b6fc625e2a","period":"MONTHLY","option":null,"price":5,"currency":null,"current":true,"billingPlanId":"billingplan_985e0bdb-6783-41fd-bfac-febf4baf4608","pricing":"PAID","localePrice":{"price":null,"symbol":null},"billinglimits":[{"id":"billinglimit_b52e1b1f-9b9e-4d70-ad64-fa59ed7b4f54","period":"MONTHLY","amount":12000,"unlimited":false,"overageprice":0.01,"overageLocalePrice":{"price":null,"symbol":null},"billingitem":{"id":"billingitem_68b0c56d-7348-47de-823b-17f02fb70c1a","name":"Requests","title":null,"description":"A call to any endpoint is one request.","displayName":null,"type":"billingitem","allEndpoints":true},"tiersDefinitions":null,"priceVariants":null,"item":"billingitem_68b0c56d-7348-47de-823b-17f02fb70c1a","limitType":"soft"}],"enablebillingfeatures":[],"rateLimit":null}},{"id":"billingplan_6b9f4ff7-43d4-4ab4-8714-dd89e586db88","name":"BASIC","recommended":null,"visibility":"PUBLIC","allowedPlanDevelopers":[],"shouldRequestApproval":null,"requestApprovalQuestion":"","hidden":false,"legalDocumentId":"","legalAccountId":"","version":{"id":"billingplanversion_8ad38e5f-efb1-4811-9b47-9879753daa31","name":"113fd9a1-46a7-4118-a98e-7c617f3ccd40","period":"MONTHLY","option":null,"price":0,"currency":null,"current":true,"billingPlanId":"billingplan_6b9f4ff7-43d4-4ab4-8714-dd89e586db88","pricing":"FREE","localePrice":{"price":null,"symbol":null},"billinglimits":[{"id":"billinglimit_0241dd32-6c7d-46c7-b05b-d618f8d39cf9","period":"MONTHLY","amount":5,"unlimited":false,"overageprice":0,"overageLocalePrice":{"price":null,"symbol":null},"billingitem":{"id":"billingitem_68b0c56d-7348-47de-823b-17f02fb70c1a","name":"Requests","title":null,"description":"A call to any endpoint is one request.","displayName":null,"type":"billingitem","allEndpoints":true},"tiersDefinitions":null,"priceVariants":null,"item":"billingitem_68b0c56d-7348-47de-823b-17f02fb70c1a","limitType":"hard"}],"enablebillingfeatures":[],"rateLimit":{"enabled":false,"unit":60,"unitName":"minute","amount":250}}}],"billingItems":[{"id":"billingitem_68b0c56d-7348-47de-823b-17f02fb70c1a","name":"Requests","title":null,"description":"A call to any endpoint is one request.","displayName":null,"type":"billingitem","allEndpoints":true}],"billingFeatures":[],"rating":{"rating":5,"votes":1,"bestRating":5},"activeUserRating":null,"documentation":{"readme":{"text":"$38"}},"termsOfService":null,"subscriptionsCount":19,"websiteUrl":"","spotlights":[{"apiId":"api_03b54b16-e036-43bc-82ca-62006d5e9809","thumbnailURL":"https://rapidapi-prod-apis.s3.amazonaws.com/c8c3f7f7-8d40-4253-b66f-63fa13e16f2c.png","title":"RottenTomato","type":"link","weight":1,"description":"RottenTomato api","id":"35690","published":true,"spotlightURL":"https://rapidapi.com/matepapava123/api/rottentomato","status":"ACTIVE","slugifiedName":null},{"apiId":"api_03b54b16-e036-43bc-82ca-62006d5e9809","thumbnailURL":"https://rapidapi-prod-apis.s3.amazonaws.com/eee1fb5d-07f7-4572-a4da-6704e3addb24.png","title":"espncricinfo api","type":"link","weight":1,"description":"Unofficial Cricinfo API (ESPN Cricinfo Alternative) — Live Cricket Scores \u0026 Stats API","id":"35689","published":true,"spotlightURL":"https://rapidapi.com/matepapava123/api/espncricinfo-api","status":"ACTIVE","slugifiedName":null},{"apiId":"api_03b54b16-e036-43bc-82ca-62006d5e9809","thumbnailURL":"https://rapidapi-prod-apis.s3.amazonaws.com/a15c6f82-115c-4322-9e7f-03f886c07929.png","title":"kayak api","type":"link","weight":1,"description":"get rich infromation from kayak api about flights rental cars staies and everything about treveling","id":"35687","published":true,"spotlightURL":"https://rapidapi.com/matepapava123/api/kayak-api","status":"ACTIVE","slugifiedName":null}]},"dataUpdateCount":1,"dataUpdatedAt":1779872988359,"error":null,"errorUpdateCount":0,"errorUpdatedAt":0,"fetchFailureCount":0,"fetchFailureReason":null,"fetchMeta":null,"isInvalidated":false,"status":"success","fetchStatus":"idle"},"queryKey":["getApiBySlug","matepapava123","india-stock-market-moneycontrol-live-api"],"queryHash":"[\"getApiBySlug\",\"matepapava123\",\"india-stock-market-moneycontrol-live-api\"]"},{"dehydratedAt":1779872988432,"state":{"data":{"id":"apiversion_d4bfd31b-7484-485c-a83d-6ab2de381a56","name":"1.0.0","spec":"$39","current":true,"versionStatus":"active","apiVersionType":"rest","assets":[],"endpoints":[{"id":"apiendpoint_2ec589c5-d1eb-4d56-b7d6-d1fb2268c9fc","isGraphQL":false,"route":"/api/moneycontrol/indices/constituents","method":"GET","name":"getIndexConstituentsNifty50","description":"All 50 Nifty stocks with live prices, change, volume, and market cap.","apiversion":"apiversion_d4bfd31b-7484-485c-a83d-6ab2de381a56","group":"apigroup_30cead53-95a2-4fa7-ba6d-004d46cb2a1f","index":null},{"id":"apiendpoint_18da5035-b2dc-43f5-affa-4aca6de9a144","isGraphQL":false,"route":"/api/moneycontrol/indices/details","method":"GET","name":"getIndexDetailsBankNifty","description":"Bank Nifty index details.","apiversion":"apiversion_d4bfd31b-7484-485c-a83d-6ab2de381a56","group":"apigroup_30cead53-95a2-4fa7-ba6d-004d46cb2a1f","index":null},{"id":"apiendpoint_e16ce7e5-4949-45cd-bc94-8e306519b09e","isGraphQL":false,"route":"/api/moneycontrol/indices/chart","method":"GET","name":"getIndexChart1Year","description":"1-year OHLC chart data for Nifty 50.","apiversion":"apiversion_d4bfd31b-7484-485c-a83d-6ab2de381a56","group":"apigroup_30cead53-95a2-4fa7-ba6d-004d46cb2a1f","index":null},{"id":"apiendpoint_b1d232df-8d7d-4f00-b766-919ac10a3c9c","isGraphQL":false,"route":"/api/moneycontrol/indices","method":"GET","name":"listAllIndices","description":"Get all available Indian market indices with their IDs, names, exchanges, and bridge symbols.","apiversion":"apiversion_d4bfd31b-7484-485c-a83d-6ab2de381a56","group":"apigroup_30cead53-95a2-4fa7-ba6d-004d46cb2a1f","index":null},{"id":"apiendpoint_05bb37bb-d45e-40b6-b81e-09fd30b8ac8d","isGraphQL":false,"route":"/api/moneycontrol/commodities/quote","method":"GET","name":"getNaturalGasPriceMcx","description":"Natural Gas futures from MCX.","apiversion":"apiversion_d4bfd31b-7484-485c-a83d-6ab2de381a56","group":"apigroup_93f1c123-6145-48cc-839b-254f0038a554","index":null},{"id":"apiendpoint_1ba125b5-0bfb-43fe-8b3d-11ddb2769452","isGraphQL":false,"route":"/api/moneycontrol/indices/industries","method":"GET","name":"getIndexIndustriesBreakdown","description":"Sector/industry breakdown of the index.","apiversion":"apiversion_d4bfd31b-7484-485c-a83d-6ab2de381a56","group":"apigroup_30cead53-95a2-4fa7-ba6d-004d46cb2a1f","index":null},{"id":"apiendpoint_07339e3f-466b-41d0-841f-729d11a39bc1","isGraphQL":false,"route":"/api/moneycontrol/reference/stocks","method":"GET","name":"listPopularStockIDs","description":"Reference list of popular stock IDs (sc_id) with company names and NSE tickers.","apiversion":"apiversion_d4bfd31b-7484-485c-a83d-6ab2de381a56","group":"apigroup_bb0e4f29-6e0b-437e-8711-aa73cb2568a6","index":null},{"id":"apiendpoint_0a37949e-c4f7-427f-8955-fd2c049c3a50","isGraphQL":false,"route":"/api/moneycontrol/reference/commodities","method":"GET","name":"listCommoditySymbols","description":"List of available MCX commodity symbols.","apiversion":"apiversion_d4bfd31b-7484-485c-a83d-6ab2de381a56","group":"apigroup_bb0e4f29-6e0b-437e-8711-aa73cb2568a6","index":null},{"id":"apiendpoint_aa10743a-3bef-491a-98b2-1d3d3d947c8d","isGraphQL":false,"route":"/api/moneycontrol/reference/indices","method":"GET","name":"listAvailableIndices","description":"Full reference list of supported index IDs with names, exchanges, and bridge symbols.","apiversion":"apiversion_d4bfd31b-7484-485c-a83d-6ab2de381a56","group":"apigroup_bb0e4f29-6e0b-437e-8711-aa73cb2568a6","index":null},{"id":"apiendpoint_0b61c17d-aab6-4838-9b86-f85b2e5bf01f","isGraphQL":false,"route":"/api/moneycontrol/news","method":"GET","name":"getTopNews","description":"Latest financial news headlines with title, link, description, and date.","apiversion":"apiversion_d4bfd31b-7484-485c-a83d-6ab2de381a56","group":"apigroup_91a33b42-03e2-4e83-8ba5-22f8e2fabc9f","index":null},{"id":"apiendpoint_8df936e2-1df8-4b0c-bc32-386aaa37c8a0","isGraphQL":false,"route":"/api/moneycontrol/stocks/historical/extended","method":"GET","name":"getHistoricalExtendedSbinMonthly10Years","description":"10 years of monthly candles for SBI — long-term investment analysis.","apiversion":"apiversion_d4bfd31b-7484-485c-a83d-6ab2de381a56","group":"apigroup_029cdf1e-9c3c-4a77-bbf6-7d60064fe416","index":null},{"id":"apiendpoint_64ebdf9c-0bca-4003-a00c-b9fa22e40a86","isGraphQL":false,"route":"/api/moneycontrol/market/breadth","method":"GET","name":"getMarketBreadth","description":"Advances, declines, unchanged count for Nifty 50.","apiversion":"apiversion_d4bfd31b-7484-485c-a83d-6ab2de381a56","group":"apigroup_d9e092c2-73eb-4142-929c-40eb644b5c43","index":null},{"id":"apiendpoint_1aedd2d5-d48e-4a67-bdf6-fdc9c1e78ff5","isGraphQL":false,"route":"/api/moneycontrol/stocks/quote","method":"GET","name":"getStockQuoteTcsNse","description":"TCS stock quote.","apiversion":"apiversion_d4bfd31b-7484-485c-a83d-6ab2de381a56","group":"apigroup_029cdf1e-9c3c-4a77-bbf6-7d60064fe416","index":null},{"id":"apiendpoint_f9387a26-6b76-4b74-a32d-1239593c05a5","isGraphQL":false,"route":"/api/moneycontrol/market/gainers","method":"GET","name":"getTopGainersNifty50","description":"Top gaining Nifty 50 stocks today.","apiversion":"apiversion_d4bfd31b-7484-485c-a83d-6ab2de381a56","group":"apigroup_d9e092c2-73eb-4142-929c-40eb644b5c43","index":null},{"id":"apiendpoint_b133d561-6bac-4b6d-9918-95bc0a781b98","isGraphQL":false,"route":"/api/moneycontrol/stocks/chart","method":"GET","name":"getStockIntradayChart5Min","description":"Today's 5-minute intraday candles for TCS.","apiversion":"apiversion_d4bfd31b-7484-485c-a83d-6ab2de381a56","group":"apigroup_029cdf1e-9c3c-4a77-bbf6-7d60064fe416","index":null},{"id":"apiendpoint_2adc120c-b86b-40c7-988f-1bbbf05c6d94","isGraphQL":false,"route":"/api/moneycontrol/market/losers","method":"GET","name":"getTopLosersNifty50","description":"Top losing Nifty 50 stocks today.","apiversion":"apiversion_d4bfd31b-7484-485c-a83d-6ab2de381a56","group":"apigroup_d9e092c2-73eb-4142-929c-40eb644b5c43","index":null},{"id":"apiendpoint_820cffb7-193a-4864-8367-34bdd544bd05","isGraphQL":false,"route":"/api/moneycontrol/stocks/search","method":"GET","name":"searchStockReliance","description":"Search for Reliance Industries.","apiversion":"apiversion_d4bfd31b-7484-485c-a83d-6ab2de381a56","group":"apigroup_029cdf1e-9c3c-4a77-bbf6-7d60064fe416","index":null},{"id":"apiendpoint_3e84a366-1ae3-455b-9e43-a21aad56625c","isGraphQL":false,"route":"/api/moneycontrol/stocks/historical","method":"GET","name":"getHistoricalDataTcsDefault1YrBse","description":"Default 1-year historical data for TCS from BSE (no date params = last 1 year).","apiversion":"apiversion_d4bfd31b-7484-485c-a83d-6ab2de381a56","group":"apigroup_029cdf1e-9c3c-4a77-bbf6-7d60064fe416","index":null},{"id":"apiendpoint_8c50a25b-f0ac-4359-9fac-7967e5e0e555","isGraphQL":false,"route":"/api/moneycontrol/market/active","method":"GET","name":"getMostActiveStocks","description":"Most actively traded Nifty 50 stocks by volume.","apiversion":"apiversion_d4bfd31b-7484-485c-a83d-6ab2de381a56","group":"apigroup_d9e092c2-73eb-4142-929c-40eb644b5c43","index":null},{"id":"apiendpoint_80d8c393-8aac-42f7-ae86-e3d1c20c5dd9","isGraphQL":false,"route":"/api/moneycontrol/news/article","method":"GET","name":"getNewsArticle","description":"Full article content parsed from HTML — title, author, date, body paragraphs.","apiversion":"apiversion_d4bfd31b-7484-485c-a83d-6ab2de381a56","group":"apigroup_91a33b42-03e2-4e83-8ba5-22f8e2fabc9f","index":null},{"id":"apiendpoint_1e1ef395-9985-4765-b7de-90d9236efeba","isGraphQL":false,"route":"/api/moneycontrol/fno/options/chain","method":"GET","name":"getPutOptionsChainNifty","description":"Full Nifty put options chain.","apiversion":"apiversion_d4bfd31b-7484-485c-a83d-6ab2de381a56","group":"apigroup_b72afad2-cf40-428a-9759-7b8b9b7d4893","index":null},{"id":"apiendpoint_ef97fb61-b60b-4f5e-a049-f07c7b0290c5","isGraphQL":false,"route":"/api/moneycontrol/fno/futures","method":"GET","name":"getBankNiftyFutures","description":"Bank Nifty futures contracts.","apiversion":"apiversion_d4bfd31b-7484-485c-a83d-6ab2de381a56","group":"apigroup_b72afad2-cf40-428a-9759-7b8b9b7d4893","index":null},{"id":"apiendpoint_78496cbf-605f-4504-8120-01ead369bb1e","isGraphQL":false,"route":"/api/moneycontrol/fno/options/expiries","method":"GET","name":"getOptionsExpiryDatesNifty","description":"All available Nifty options expiry dates (weekly + monthly).","apiversion":"apiversion_d4bfd31b-7484-485c-a83d-6ab2de381a56","group":"apigroup_b72afad2-cf40-428a-9759-7b8b9b7d4893","index":null}],"targetGroup":null,"accessControl":{"security":[]},"groups":[{"id":"apigroup_93f1c123-6145-48cc-839b-254f0038a554","name":"Commodities","index":4,"description":null,"externalDocs":null},{"id":"apigroup_91a33b42-03e2-4e83-8ba5-22f8e2fabc9f","name":"News","index":6,"description":null,"externalDocs":null},{"id":"apigroup_029cdf1e-9c3c-4a77-bbf6-7d60064fe416","name":"Stocks","index":2,"description":null,"externalDocs":null},{"id":"apigroup_d9e092c2-73eb-4142-929c-40eb644b5c43","name":"Market Stats","index":3,"description":null,"externalDocs":null},{"id":"apigroup_30cead53-95a2-4fa7-ba6d-004d46cb2a1f","name":"Indices","index":1,"description":null,"externalDocs":null},{"id":"apigroup_b72afad2-cf40-428a-9759-7b8b9b7d4893","name":"Futures \u0026 Options","index":5,"description":null,"externalDocs":null},{"id":"apigroup_bb0e4f29-6e0b-437e-8711-aa73cb2568a6","name":"Reference","index":7,"description":null,"externalDocs":null}],"publicdns":[{"proxyMode":"","address":"india-stock-market-moneycontrol-live-api.p.rapidapi.com","current":true,"id":"publicdns_a818555a-36e2-47f3-90d7-233947928906"}]},"dataUpdateCount":1,"dataUpdatedAt":1779872988432,"error":null,"errorUpdateCount":0,"errorUpdatedAt":0,"fetchFailureCount":0,"fetchFailureReason":null,"fetchMeta":null,"isInvalidated":false,"status":"success","fetchStatus":"idle"},"queryKey":["getApiVersion","apiversion_d4bfd31b-7484-485c-a83d-6ab2de381a56"],"queryHash":"[\"getApiVersion\",\"apiversion_d4bfd31b-7484-485c-a83d-6ab2de381a56\"]"},{"dehydratedAt":1779872988432,"state":{"data":{"subscriber":"$undefined"},"dataUpdateCount":1,"dataUpdatedAt":1779872988359,"error":null,"errorUpdateCount":0,"errorUpdatedAt":0,"fetchFailureCount":0,"fetchFailureReason":null,"fetchMeta":null,"isInvalidated":false,"status":"success","fetchStatus":"idle"},"queryKey":["getApiSubscriber","api_03b54b16-e036-43bc-82ca-62006d5e9809","$undefined"],"queryHash":"[\"getApiSubscriber\",\"api_03b54b16-e036-43bc-82ca-62006d5e9809\",null]"}]},"children":"$L3a"}]\n"])

Server Config

{
  "mcpServers": {
    "india-stock-market": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.rapidapi.com",
        "--header",
        "x-rapidapi-host: india-stock-market-moneycontrol-live-api.p.rapidapi.com",
        "--header",
        "x-rapidapi-key: YOUR_RAPIDAPI_KEY_HERE"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

Indian Stock Market Live (moneycontrol) Mcp MCP Server