NSE India Stock Market Data
Pricing
from $9.50 / 1,000 results
NSE India Stock Market Data
Under maintenanceFetch 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
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
4 days ago
Last modified
Categories
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
- Click Try for free on this page
- Select a Data Mode (e.g. market_overview, stock_quote, option_chain)
- For stock quotes, enter comma-separated symbols (e.g. RELIANCE,TCS,INFY)
- Click Start and wait for results
- Download your data as JSON, CSV, or Excel
Input
| Field | Type | Description | Default |
|---|---|---|---|
| Data Mode | string | What data to fetch | market_overview |
| Stock Symbols | string | Comma-separated NSE symbols (for stock_quote mode) | RELIANCE,TCS,INFY |
| Index Name | string | Index name (for index_data mode) | NIFTY 50 |
| Option Symbol | string | Symbol for option chain | NIFTY |
Data Modes
| Mode | Description |
|---|---|
| market_overview | Market status + NIFTY 50 summary |
| stock_quote | Detailed quote for specific stocks — price, volume, 52-week range, OHLC |
| top_gainers | Today's top 30 gaining stocks with price changes |
| top_losers | Today's top 30 losing stocks with price changes |
| most_active | Top 30 most traded stocks by volume and turnover |
| bulk_deals | Today's bulk and block deals — client names, quantities, prices |
| fii_dii | FII/DII daily buy/sell activity — buy value, sell value, net value |
| index_data | Detailed index data + all constituent stocks |
| option_chain | Full option chain — all strikes with OI, IV, volume, prices |
| all | Fetch 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
| Field | Description |
|---|---|
| symbol | NSE stock symbol |
| companyName | Full company name |
| lastPrice | Current/last traded price |
| open / high / low | Intraday OHLC |
| previousClose | Previous day's close |
| change / pChange | Absolute and percentage change |
| totalTradedVolume | Total shares traded today |
| weekHigh52 / weekLow52 | 52-week high and low |
Option Chain Fields
| Field | Description |
|---|---|
| strikePrice | Option strike price |
| CE_openInterest / PE_openInterest | Call/Put open interest |
| CE_lastPrice / PE_lastPrice | Call/Put last traded price |
| CE_impliedVolatility / PE_impliedVolatility | Call/Put IV |
| CE_totalTradedVolume / PE_totalTradedVolume | Call/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.