India Stock Market MoneyControl API
Pricing
$0.70 / 1,000 results
India Stock Market MoneyControl API
(data source is moneycontrol) ireda share price api , irfc share price api, tata power share price api nifty 50 api (Live Nifty 50, NSE & BSE) AI-ready with MCP support cheap.for better api structure visit here : { https://rapidapi.com/matepapava123/api/india-stock-market-moneycontrol-live-api }
Pricing
$0.70 / 1,000 results
Rating
0.0
(0)
Developer
Mate Papava
Maintained by CommunityActor stats
1
Bookmarked
36
Total users
9
Monthly active users
5 days ago
Last modified
Categories
Share
India Stock Market Data — NSE, BSE, Mutual Funds, IPO, FII/DII
Complete Indian stock market scraper. Covers 5000+ NSE/BSE stocks, 30+ indices, 10000+ mutual fund schemes, FII/FPI daily activity, upcoming IPOs, corporate actions, and financial news.
All Available Actions
| Action | What it does | Key Input |
|---|---|---|
stock_quote | Live price + 30 metrics (PE, PB, 52wk, volume, mcap) | symbol = NSE ticker (RELIANCE, TCS) |
stock_search | Find any stock by name, ticker, or ISIN | query |
stock_chart | Historical OHLCV candlestick data (1min to monthly) | symbol, resolution, days |
delivery | Delivery volume, delivery %, 1-week & 1-month averages | symbol or scId |
technicals | Pivot levels, SMA, EMA, technical signals (daily/weekly/monthly) | symbol or scId, duration |
analyst_rating | Buy/Sell/Hold consensus from 30+ analysts | symbol or scId |
price_target | Analyst consensus price target (high, mean, low) | symbol or scId |
index_details | Full index data (Nifty 50, Sensex, Bank Nifty) | indexId |
index_constituents | All stocks in an index with live prices | indexId |
index_chart | Index time-series (intraday to 5yr) | indexId, chartRange |
market_gainers | Today's top gaining stocks | indexId, limit |
market_losers | Today's top losing stocks | indexId, limit |
market_active | Most traded stocks by volume | indexId, limit |
financials | Income statement, Balance Sheet, Cash Flow, Ratios | symbol or scId, statement |
shareholding | Promoter, FII, DII, Public holdings | symbol or scId |
peers | Peer comparison with key metrics | symbol or scId |
mf_search | Search mutual fund schemes | query |
mf_nav | Latest NAV with fund details | schemeCode |
mf_history | Historical NAV data (paginated) | schemeCode, page, limit |
ipo_upcoming | Open and upcoming IPOs | (none) |
ipo_listed | Recently listed IPOs with performance | (none) |
fii_dii | FII/FPI daily equity + debt buy/sell (from NSDL) | (none) |
corporate_actions | Dividends, Splits, Bonuses, Rights, Buybacks | actionType, page, limit |
commodity_quote | MCX futures (Gold, Silver, Crude Oil) | symbol, expiry |
futures | Active futures contracts with OI | symbol |
options_chain | Full call/put options chain | symbol, expiry, optionType |
oi_trends | F&O OI buildup trends (active buying, short covering, etc.) | oiCategory, oiExpiry, limit |
oi_change | Strike-wise Put/Call OI change chart | oiScId, oiExpiry, oiAssetType |
news | Financial news by category | newsCategory, page, limit |
Quick Examples
Get Reliance live quote
{"action": "stock_quote","symbol": "RELIANCE"}
Delivery volume for TCS (institutional conviction metric)
{"action": "delivery","symbol": "TCS"}
Technical analysis for HDFC Bank
{"action": "technicals","symbol": "HDFCBANK","duration": "D"}
F&O OI buildup trends (bullish stocks)
{"action": "oi_trends","oiCategory": "bullish","oiExpiry": "ALL","limit": 10}
Get HDFC Bank quarterly income statement
{"action": "financials","symbol": "HDFCBANK","statement": "income","statementType": "standalone"}
FII/DII daily activity (no params needed)
{"action": "fii_dii"}
Returns today's FII buy/sell in equity and debt (INR crores), with direction (BUY/SELL).
Upcoming dividends
{"action": "corporate_actions","actionType": "dividend","limit": 50}
Search mutual funds
{"action": "mf_search","query": "axis bluechip"}
Get mutual fund NAV history
{"action": "mf_history","schemeCode": 119551,"page": 1,"limit": 30}
30-day daily chart
{"action": "stock_chart","symbol": "HDFCBANK","resolution": "1d","days": 30}
Nifty 50 top gainers
{"action": "market_gainers","indexId": "9","limit": 10}
Financial news
{"action": "news","newsCategory": "markets","page": 1,"limit": 20}
Index IDs
| ID | Index | ID | Index |
|---|---|---|---|
| 9 | Nifty 50 | 4 | BSE Sensex |
| 23 | Nifty Bank | 27 | Midcap 100 |
| 52 | Nifty Auto | 47 | Financial Services |
| 113 | Smallcap 50 | 28 | Nifty 100 |
| 17 | BSE IT | 34 | Nifty Realty |
| 53 | Nifty Pharma | 116 | Nifty Energy |
Popular Tickers (auto-resolved)
These NSE tickers work directly with stock_quote — no need to search first:
RELIANCE, HDFCBANK, TCS, INFY, SBIN, ICICIBANK, BHARTIARTL, LT, KOTAKBANK, BAJFINANCE, HINDUNILVR, ITC, AXISBANK, WIPRO, MARUTI, TATAMOTORS, SUNPHARMA, ADANIENT, TITAN, ASIANPAINT, HCLTECH, BAJAJFINSV, NESTLEIND, POWERGRID, NTPC, TATASTEEL, ULTRACEMCO, ONGC, TECHM, JSWSTEEL
Output
Each run pushes one result to the dataset:
{"data": { ... },"status": "success","_action": "stock_quote","_input": { "symbol": "RELIANCE", ... }}
Use Cases
- Portfolio tracking dashboards
- Dividend calendar apps
- FII/DII flow trackers
- Mutual fund NAV monitors
- IPO alert systems
- Technical analysis tools
- Options strategy builders
- Market screeners
- Financial news aggregators
- Academic research
Notes
- Market hours: Mon-Fri 9:15 AM - 3:30 PM IST
- FII/DII data updates after 6 PM IST daily
- Corporate actions sourced from BSE India (official)
- Mutual fund NAV updates by 11 PM IST
symbolaccepts NSE tickers directly (auto-resolves to internal IDs)