NSE India Stock Market Data avatar

NSE India Stock Market Data

Under maintenance

Pricing

from $9.50 / 1,000 results

Go to Apify Store
NSE India Stock Market Data

NSE India Stock Market Data

Under maintenance

Fetch live stock quotes, NIFTY indices, top gainers/losers, most active stocks, bulk deals, FII/DII activity, and option chains from NSE India. No API key needed. Handles NSE cookie authentication automatically.

Pricing

from $9.50 / 1,000 results

Rating

0.0

(0)

Developer

Aryan Saxena

Aryan Saxena

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

4 days ago

Last modified

Share

NSE India Stock Market Data — Live Quotes, Indices & Option Chains

Fetch live stock market data from NSE India. Get stock quotes, NIFTY indices, top gainers/losers, most active stocks, bulk deals, FII/DII activity, and option chains — all from the same source as nseindia.com. No API key or login needed.

Why use this actor?

  • No API key needed — just select a mode and run
  • 10 data modes — quotes, indices, gainers, losers, most active, bulk deals, FII/DII, option chains
  • Schedule it — run every 15 minutes during market hours to build historical datasets
  • Export to CSV/Excel — perfect for analysis, Google Sheets, or trading dashboards
  • Integrations — connect to Slack, Zapier, webhooks, or Google Sheets via Apify

How to use

  1. Click Try for free on this page
  2. Select a Data Mode (e.g. market_overview, stock_quote, option_chain)
  3. For stock quotes, enter comma-separated symbols (e.g. RELIANCE,TCS,INFY)
  4. Click Start and wait for results
  5. Download your data as JSON, CSV, or Excel

Input

FieldTypeDescriptionDefault
Data ModestringWhat data to fetchmarket_overview
Stock SymbolsstringComma-separated NSE symbols (for stock_quote mode)RELIANCE,TCS,INFY
Index NamestringIndex name (for index_data mode)NIFTY 50
Option SymbolstringSymbol for option chainNIFTY

Data Modes

ModeDescription
market_overviewMarket status + NIFTY 50 summary
stock_quoteDetailed quote for specific stocks — price, volume, 52-week range, OHLC
top_gainersToday's top 30 gaining stocks with price changes
top_losersToday's top 30 losing stocks with price changes
most_activeTop 30 most traded stocks by volume and turnover
bulk_dealsToday's bulk and block deals — client names, quantities, prices
fii_diiFII/DII daily buy/sell activity — buy value, sell value, net value
index_dataDetailed index data + all constituent stocks
option_chainFull option chain — all strikes with OI, IV, volume, prices
allFetch everything above in one run

Output Examples

Stock Quote

{
"dataType": "stock_quote",
"symbol": "RELIANCE",
"companyName": "Reliance Industries Limited",
"industry": "REFINERIES",
"lastPrice": 1285.50,
"open": 1280.00,
"high": 1292.35,
"low": 1275.10,
"previousClose": 1278.90,
"change": 6.60,
"pChange": 0.52,
"totalTradedVolume": 12345678,
"weekHigh52": 1608.80,
"weekLow52": 1114.85
}

Option Chain Strike

{
"dataType": "option_chain_strike",
"symbol": "NIFTY",
"expiryDate": "01-May-2026",
"strikePrice": 24500,
"CE_openInterest": 1234567,
"CE_lastPrice": 125.50,
"CE_impliedVolatility": 12.35,
"PE_openInterest": 987654,
"PE_lastPrice": 98.75,
"PE_impliedVolatility": 13.20
}

FII/DII Activity

{
"dataType": "fii_dii",
"category": "FII/FPI",
"date": "30-Apr-2026",
"buyValue": "12345.67",
"sellValue": "9876.54",
"netValue": "2469.13"
}

Data Fields

Stock Quote Fields

FieldDescription
symbolNSE stock symbol
companyNameFull company name
lastPriceCurrent/last traded price
open / high / lowIntraday OHLC
previousClosePrevious day's close
change / pChangeAbsolute and percentage change
totalTradedVolumeTotal shares traded today
weekHigh52 / weekLow5252-week high and low

Option Chain Fields

FieldDescription
strikePriceOption strike price
CE_openInterest / PE_openInterestCall/Put open interest
CE_lastPrice / PE_lastPriceCall/Put last traded price
CE_impliedVolatility / PE_impliedVolatilityCall/Put IV
CE_totalTradedVolume / PE_totalTradedVolumeCall/Put volume

How much does it cost?

This actor uses minimal compute. A typical run costs $0.01–$0.05 in platform usage. The "all" mode takes slightly longer but still under $0.10.

Tips

  • Market hours: NSE is open 9:15 AM – 3:30 PM IST, Monday to Friday. Live data is available during these hours. Outside market hours, you'll get the last closing data.
  • Schedule runs: Set up a schedule to run every 15 minutes during market hours for intraday tracking.
  • Option chain: Use NIFTY or BANKNIFTY for index options, or any F&O stock symbol for equity options.
  • FII/DII data: Track institutional flows daily to gauge market sentiment.
  • Bulk deals: Monitor bulk deals for large institutional activity.

Supported Indices

NIFTY 50, NIFTY NEXT 50, NIFTY BANK, NIFTY IT, NIFTY FINANCIAL SERVICES, NIFTY AUTO, NIFTY PHARMA, NIFTY FMCG, NIFTY METAL, NIFTY REALTY, NIFTY ENERGY, NIFTY INFRA, NIFTY MIDCAP 50, NIFTY SMALLCAP 50, and more.

FAQ

Does this work outside market hours? Yes. Outside market hours you'll get the last available closing data. Market status will show "Closed".

Can I get historical data? This actor fetches current/live data. For historical data, consider NSE's bhavcopy downloads.

I found a bug or have a feature request. Please open an issue in the Issues tab.