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

(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

Mate Papava

Maintained by Community

Actor stats

1

Bookmarked

36

Total users

9

Monthly active users

5 days ago

Last modified

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

ActionWhat it doesKey Input
stock_quoteLive price + 30 metrics (PE, PB, 52wk, volume, mcap)symbol = NSE ticker (RELIANCE, TCS)
stock_searchFind any stock by name, ticker, or ISINquery
stock_chartHistorical OHLCV candlestick data (1min to monthly)symbol, resolution, days
deliveryDelivery volume, delivery %, 1-week & 1-month averagessymbol or scId
technicalsPivot levels, SMA, EMA, technical signals (daily/weekly/monthly)symbol or scId, duration
analyst_ratingBuy/Sell/Hold consensus from 30+ analystssymbol or scId
price_targetAnalyst consensus price target (high, mean, low)symbol or scId
index_detailsFull index data (Nifty 50, Sensex, Bank Nifty)indexId
index_constituentsAll stocks in an index with live pricesindexId
index_chartIndex time-series (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
financialsIncome statement, Balance Sheet, Cash Flow, Ratiossymbol or scId, statement
shareholdingPromoter, FII, DII, Public holdingssymbol or scId
peersPeer comparison with key metricssymbol or scId
mf_searchSearch mutual fund schemesquery
mf_navLatest NAV with fund detailsschemeCode
mf_historyHistorical NAV data (paginated)schemeCode, page, limit
ipo_upcomingOpen and upcoming IPOs(none)
ipo_listedRecently listed IPOs with performance(none)
fii_diiFII/FPI daily equity + debt buy/sell (from NSDL)(none)
corporate_actionsDividends, Splits, Bonuses, Rights, BuybacksactionType, page, limit
commodity_quoteMCX futures (Gold, Silver, Crude Oil)symbol, expiry
futuresActive futures contracts with OIsymbol
options_chainFull call/put options chainsymbol, expiry, optionType
oi_trendsF&O OI buildup trends (active buying, short covering, etc.)oiCategory, oiExpiry, limit
oi_changeStrike-wise Put/Call OI change chartoiScId, oiExpiry, oiAssetType
newsFinancial news by categorynewsCategory, 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"
}
{
"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

IDIndexIDIndex
9Nifty 504BSE Sensex
23Nifty Bank27Midcap 100
52Nifty Auto47Financial Services
113Smallcap 5028Nifty 100
17BSE IT34Nifty Realty
53Nifty Pharma116Nifty Energy

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
  • symbol accepts NSE tickers directly (auto-resolves to internal IDs)