JSON API
Every page here is backed by a plain JSON endpoint — pull these into your other systems (no auth, server-local)
Cross-section
/api/overview
Market KPIs (total book, F&O split, fresh/liquidated, stress index) plus the day's top buildup, spike, unwind and lev×DTC lists.
/api/screener
Every funded stock with book, leverage, days-to-cover, 30-day change and the computed flags.
/api/leverage
All stocks ranked by MTF book as a share of free float, with free-float mcap and retail holding.
/api/flows
Per-stock book flows over 1, 5 and 20 days in ₹ lakhs and %.
/api/sectors
Sector books, share, leverage, 1w/1m/3m/1y changes, 60-month trend series and the month-on-month heatmap grid.
/api/symbols
Every listing in the mirror as
EXCH:SYMBOL with its company name.Per stock
/api/stock/<exch>/<symbol>/series
Combined NSE+BSE daily series: date, amount financed (₹ lakhs), qty financed, close.
/api/stock/<exch>/<symbol>/stats
Records & stats: flows, trend over 1w–1y, all-time high/low, biggest 1-day build and unwind, average book, peak shares, history length.
/api/stock/<exch>/<symbol>
Raw single-exchange file as mirrored from the source, including beginning and fresh amounts.
Market-wide history
/api/aggregates/<name>
Notes
Money is in ₹ lakhs throughout (divide by 100 for ₹ Cr) — matching the source disclosures.
A stock's book is the NSE + BSE combined figure;
exchange on a row is the larger of the two listings.
Flags: HIGH_BUILDUP (20-day financed-qty change ≥0.5pp of free float, non-F&O), EXTREME_BUILDUP (≥2pp),
UNWIND (≤−0.5pp), SPIKE (one-day jump ≥25% and ≥₹1 Cr and >10% qty), CROWDED (float leverage ≥5% with DTC ≥3).
Refreshed three times a day; data_date on each response is the disclosure date.