Institutional-Grade Market Data API
Access real-time and historical NSE/BSE market data through a developer-friendly REST API. Built for algo traders, quants, and fintech developers who demand reliability and speed.
import bluechip_api as bta
# Initialize client
client = bta.Client(api_key="YOUR_KEY")
# Real-time quote
quote = client.quote("RELIANCE")
print(f"Price: ₹{quote.price}")
print(f"Change: {quote.change_pct}%")
# Historical OHLCV
df = client.historical(
symbol="NIFTY50",
start="2024-01-01",
end="2025-01-01",
interval="1d"
)
# NSE Options Chain
options = client.options_chain(
symbol="RELIANCE",
expiry="2025-01-30"
)
Change: +1.54%
DataFrame(365 rows × 6 cols)
What Data Do We Provide?
Comprehensive coverage of Indian financial markets — NSE, BSE, MCX, and currency markets.
Real-time Quotes
Tick-by-tick price data via WebSockets. Sub-second latency for equity, F&O, and indices.
Historical OHLCV
20+ years of daily and intraday data (1min, 5min, 15min, 1hr) for all listed instruments.
Fundamentals
Quarterly P&L, Balance Sheet, Cash Flow, key ratios, and management commentary for 5000+ stocks.
Options Chain
Real-time NSE options data with Greeks (Delta, Gamma, Theta, Vega), IV, OI, and volume.
Corporate Events
Dividend announcements, bonus issues, AGMs, results dates, insider transactions, and bulk deals.
Technical Indicators
Pre-computed technical indicators (RSI, MACD, BB, ATR) on historical data — no need to calculate yourself.
Futures Data
NSE/BSE futures data with open interest, basis, cost of carry for equity, index, and commodity futures.
Sector & Index
Nifty sectoral indices, sector rotation data, FII/DII activity, and delivery volumes by sector.
Key API Endpoints
Simple REST API with JSON responses. Full OpenAPI documentation available for all subscribers.
🔒 Full API documentation (50+ endpoints) available after subscription
What Can You Build with Our API?
Algorithmic Trading
Connect our real-time WebSocket feed to your algo trading engine. Execute strategies on live NSE/BSE data with sub-second latency.
Strategy Backtesting
Pull 20 years of tick data to backtest your trading strategies. Validate before risking capital with our historical API.
Portfolio Analytics
Build portfolio tracking tools, risk dashboards, and P&L calculators using real-time and historical pricing data.
Stock Screener
Create custom screeners using our fundamentals API. Filter stocks by PE, revenue growth, debt ratios, and technical signals.
Fintech Apps
Power your mobile app or web platform with institutional market data. Used by 50+ fintech startups in India.
Research & Education
Academic researchers and finance professors use our API for market microstructure research and course development.
SDKs & Integrations
Official libraries and integrations to help you get started in minutes, not hours.
Python SDK
pip install bluechip-apiNode.js SDK
npm install @bluechip/apiExcel Add-in
Live data in spreadsheetsGoogle Sheets
Market data in G-SheetsGet Your Free API Key in 60 Seconds
Sign up for a free plan. No credit card required. Start with 1,000 API calls/month and upgrade as you grow.