Indian Stock Data API
Access real-time Indian stock market data via Infoway API. Get live quotes, candlestick, trade ticks, order books, and fundamentals for over 5,800 Indian stocks.
Overview
The Infoway Indian Stock Real-Time Market Data API provides comprehensive access to Indian’s equity markets, covering more than 5,800 listed securities across the Bombay Stock Exchange (BSE) and National Stock Exchange of India (NSE).
It enables developers and institutional users to monitor live market movements, analyze trading activity, and make timely investment decisions with low-latency data delivery.
1. Retrieving the Indian Stock List
Infoway maintains an updated list of approximately 5,800 Indian securities. You can obtain the list in two ways:
Option 1 — Download from the Web Portal
Log in to your Infoway account and download the latest stock excel list file from the Downloads section at the right side of the dashboard.
Option 2 — Query via API
You can also retrieve the list programmatically through the HTTP Symbol List API. Refer to the GET /symbol-list documentation for usage details.
The stock list is updated periodically to include newly listed companies and remove delisted securities. To ensure your application always reflects the latest market data, it is recommended to refresh the list regularly.
2. Query Methods
Infoway offers two primary data-access methods, optimized for different use cases:
HTTP API
Scheduled or batch data queries
Flexible pull-based access to company fundamentals, historical quotes, real-time candlesticks, and order book data.
WebSocket Streaming
Low-latency, real-time monitoring
Push-based streaming for the fastest access to live market updates.
Both HTTP and WebSocket interfaces are subject to rate limits. See the Rate Limit Policy section for detailed constraints.
3. Market Data Schemas
The Infoway Indian Stock Real-Time Market Data API supports multiple categories of data feeds.
3.1 Real-Time Candlestick (OHLCV) Data
Provides live candlestick data for Indian securities, including open, high, low, close prices, trading volume, and turnover value. This allows users to visualize price movements and analyze short-term market trends.
You can access this data via:
HTTP Request: see GET /candlestick
WebSocket Subscription: see WebSocket /candlestick topic
Example Response
3.2 Latest Trade
Retrieve the latest trade for any listed Indian company, including price, volume, and trade direction.
Access methods:
HTTP API: GET /trades
WebSocket: Subscribe to /trades
Example Response
3.3 Order Book
Provides real-time bid/ask depth, showing market liquidity and order book structure.
Access methods:
HTTP API: GET /market-depth
WebSocket: Subscribe to /Depth
Example Response
3.4 Indian Stock Fundamentals
Retrieve fundamental information for listed companies, including corporate names, share structure, exchange details, and key financial indicators. (GET / symbol-fundamentals)
Example Response
3.5 Trading Days & Market Hours
Retrieve trading session schedules and trading calendar information for the Indian market. This ensures your system is synchronized with market open/close times and holiday periods.
Query Methods
GET /trading-hours — Returns daily trading sessions and their start/end times
GET /trading-days — Returns valid trading days and half-days
Example: Trading Hours
Example: Trading Days
Last updated
