Power your algorithmic trading bots, fintech platforms, backtesting engines, and wealth dashboards with ultra-low latency WebSockets and REST APIs.
Click any module below to inspect endpoints, live code snippets, schemas, and specs.
Need co-location tick feeds, binary multicast streams, or custom corporate solutions? Speak with our quant engineering desk.
Contact Enterprise Sales →Real-time streaming & historical market data for NSE EQ, NSE F&O, BSE EQ, BSE F&O, NSE CDS & MCX
# Install: pip install truedata-ws
from truedata_ws.websocket.TD import TD
# Initialize connection
td_app = TD('YOUR_LOGIN_ID', 'YOUR_PASSWORD', live_port=8082)
# Real-time WebSocket Subscription
symbols = ['NIFTY 50', 'BANKNIFTY-I', 'RELIANCE', 'CRUDEOIL-I']
req_id = td_app.start_live_data(symbols)
# Stream live tick with LTP, Volume, Bid/Ask & Option Greeks
while True:
feed = td_app.get_live_data(req_id)
print(feed)
L1 streaming data @1sec frequency or raw tick stream with single best bid/ask and cumulative volume.
Single endpoint retrieval of IV, Delta, Theta, Vega, Gamma and full strike depth for index and stock options.
TrueData offers a Market Data API that facilitates access to financial data. It supplies both real-time and historical data for stocks and additional financial instruments. TrueData stands out as the premier provider of Market Data API , delivering services for NSE EQ, NSE Indices, NSE F&O, BSE EQ, BSE Indices, BSE F&O and MCX. Our stock data API is a dependable option for individuals seeking thorough and precise financial information.
Available APIs
Exchange Segments supported
Versatile, most Modern, simple yet powerful API. On demand data in JSON format is pushed from server. Suitable for Web, Mobile as well as Desktop Applications
Authentic, accurate & affordable data with low latency
No commitment required, flexible pricing
Supported exchanges : NSE (Stocks & Indices), NFO (NSE Futures & Options), NSE CDS (Currency Derivatives), MCX
OS / Languages : Almost any operating system & programming language can be used which has support for any of above technologies
Available Data : Real-time, option-chain, option greeks
Versatile, most Modern, simple yet powerful API. On demand data in JSON format is pushed from server. Suitable for Web, Mobile as well as Desktop Applications
Authentic, accurate & affordable data with low latency
No commitment required, flexible pricing
Supported exchanges : NSE (Stocks & Indices), NFO (NSE Futures & Options), NSE CDS (Currency Derivatives), MCX
OS / Languages : Almost any operating system & programming language can be used which has support for any of above technologies
Available Data : Real-time, option-chain, option greeks
Versatile, most Modern, simple yet powerful API. On demand data in JSON format is pushed from server. Suitable for Web, Mobile as well as Desktop Applications
Authentic, accurate & affordable data with low latency
No commitment required, flexible pricing
Supported exchanges : NSE (Stocks & Indices), NFO (NSE Futures & Options), NSE CDS (Currency Derivatives), MCX
OS / Languages : Almost any operating system & programming language can be used which has support for any of above technologies
Available Data : Real-time, option-chain, option greeks
Versatile, most Modern, simple yet powerful API. On demand data in JSON format is pushed from server. Suitable for Web, Mobile as well as Desktop Applications
Authentic, accurate & affordable data with low latency
No commitment required, flexible pricing
Supported exchanges : NSE (Stocks & Indices), NFO (NSE Futures & Options), NSE CDS (Currency Derivatives), MCX
OS / Languages : Almost any operating system & programming language can be used which has support for any of above technologies
Available Data : Real-time, option-chain, option greeks
Live exchange filings from NSE & BSE parsed, structured, and pushed via Webhooks & WebSockets
Get corporate disclosures in real-time the instant they hit the stock exchange terminals. Filter by critical categories, ticker symbols, or keywords.
{
"event": "corporate_announcement",
"timestamp": "2026-09-01T10:42:15.120Z",
"exchange": "NSE",
"symbol": "TATAMOTORS",
"isin": "INE155A01022",
"category": "Financial Results",
"headline": "Outcome of Board Meeting - Q1 FY27 Financial Results",
"critical_flag": true,
"summary": "Approved unaudited standalone and consolidated results. Declared interim dividend of Rs 6.00 per share.",
"attachment_pdf": "https://archives.nseindia.com/corporate/TATAMOTORS_01092026.pdf"
}
Comprehensive database for Indian Mutual Funds: Schemes, Daily NAVs, Portfolio Holdings & Analytics
Direct & Regular plans, Growth & IDCW variants, AMFI codes, ISINs, and benchmark tracking across all AMCs in India.
End-of-day NAV updates with 15+ years of historical adjusted NAV series for accurate backtesting & CAGR returns.
Monthly portfolio disclosures, stock-level weights, sector exposures, market-cap categorization, and fund overlap.
Pre-computed XIRR, Rolling Returns, Sharpe Ratio, Alpha, Beta, Standard Deviation and expense ratios.
{
"scheme_code": "120503",
"scheme_name": "Mirae Asset Large Cap Fund - Direct (G)",
"aum_crores": 37842.15,
"nav": 118.42,
"nav_date": "2026-08-31",
"holdings": [
{ "company": "HDFC Bank Ltd", "weight_pct": 9.45 },
{ "company": "Reliance Industries", "weight_pct": 8.90 },
{ "company": "ICICI Bank Ltd", "weight_pct": 7.15 },
{ "company": "Infosys Ltd", "weight_pct": 6.20 }
],
"sector_allocation": {
"Financial Services": 33.4,
"IT & Technology": 14.2,
"Oil & Gas": 10.8
}
}
Financial statements, balance sheets, shareholding patterns, ratios, and corporate actions calendar
{
"symbol": "INFY",
"period": "Q1-FY27",
"currency": "INR_CRORES",
"results": {
"net_sales": 39315.00,
"ebitda": 8920.50,
"ebitda_margin_pct": 22.69,
"net_profit": 6368.00,
"basic_eps": 15.42
},
"shareholding": {
"promoters": 14.60,
"fii": 34.12,
"dii": 36.25,
"public": 15.03
},
"corporate_actions": [
{ "type": "DIVIDEND", "amount": 18.50, "ex_date": "2026-10-15" }
]
}
Eliminate manual data entry and screener scraping. Power your stock screener, investment apps, and portfolio management tools with standardized data points.
Real-time financial news stream with symbol tagging, sector classification, and AI sentiment analysis
Curated from verified financial media sources, wire services, and macroeconomic press releases. Delivered in sub-second JSON packets for event-driven algorithmic trading.
Automatically maps news content to corresponding NSE/BSE symbols.
Real-time Bullish, Bearish, or Neutral classification score.
{
"news_id": "news_98321045",
"published_at": "2026-09-01T10:44:02.000Z",
"headline": "RBI Governor hints at supportive liquidity stance in upcoming policy meet",
"source": "TrueData Financial Wire",
"tickers": ["BANKNIFTY", "SBIN", "HDFCBANK"],
"sentiment": {
"label": "BULLISH",
"score": 0.86
},
"summary": "Banking sector shares advance as policy rate commentary remains growth supportive.",
"url": "https://news.truedata.in/articles/rbi-liquidity-policy-2026"
}
Get instant release notifications, library updates, API status broadcasts, code samples, and interact with 5,000+ quant developers and algo traders.
Python (truedata-ws), NodeJS, C# NuGet, and Go wrappers regularly maintained.
Our dedicated API engineering desk is available on direct phone and email support.
FEATURES
We offer realtime data of Indian Stock Markets through APIs. This is the same data & APIs which power our own data products.
L1 data @1sec frequency with single best bid/ask details
Get realtime data of entire option chain of the underlying in single call
Get IV, Delta, Theta, Vega, Gamma, & 16+ matrices in single call
Get live data of entire exchange segment in single call
Realtime, snapshot, delayed, End-Of-Day
WebSockets, RESTful, DotNet, COM
NSE (Stocks, Indices, Futures & Options), NSE CDS (Currency), MCX
Virtually any OS can be supported. Some of these include MS Windows, Linux & Unix
Live & Historical data of any symbol traded on supported exchanges is available.
Code Samples for various programming languages are available for quick start
Long (FUTIDX_NIFTY_25AUG2022_XX_0), short (NIFTY25AUG22FUT) & continuous (NIFTY-I)
Widely used Programming Languages are Python, Java, JavaScript, PHP, NodeJS, C-Sharp, VB.Net, C, C++ and many more
Desktop, Web, Mobile
Telegram
To Get API Updates and implementation ideas
New Updates
Library Updates
New Feratures etc
Contact our solution experts for any help. They will help you
answer any questions you may have.
The Subscriber must ensure that the information provided terminates at his / her end.
TrueData does not provide market data for any kind of Gaming / Virtual trading / Simulation usage, as per NSE/SEBI guidelines.
If you have such requirements, please take approvals from NSE & SEBI before approaching us.
This Data is for Personal Charting Use of a Single Subscriber only.
In case of any violation of the above terms, misuse or objection of your usage by the exchanges, TrueData has the right to terminate your subscription without any prior notice or intimation.
Amount paid will not be refunded once order is placed / data is delivered. Please see our Disclaimer as well as Refund Policy before placing the order.