← Back to dashboard

📡 Data & API

Every dataset behind the dashboard is available as free JSON. No key, no signup. Sourced from NSE (daily cash + F&O participant OI) and NSDL (fortnightly FPI sector data).

Downloads

Full history (JSON) Sectors (JSON)

Endpoints

EndpointReturns
GET /api/dataLatest session — FII/DII cash buy/sell/net plus F&O participant OI, PCR and sentiment score. Evening figures are provisional (custodian-confirmed figures land the next morning).
GET /api/historyLast 60 sessions, newest first.
GET /api/history-fullFull daily history (compact keys: d date, fb/fs/fn FII buy/sell/net, db/ds/dn DII, plus F&O OI fields, pcr, sentiment_score).
GET /api/sectorsNSDL fortnightly FPI sector allocation — AUM %, fortnight net flow (₹ Cr), 1-year flow, per-fortnight history array.
GET /api/marketLive NIFTY 50 & India VIX quote (Yahoo Finance proxy).
GET /api/nifty-history~2 years of NIFTY 50 daily closes (for flow-vs-index overlays).
GET /api/large-dealsToday's NSE bulk / block / short-sale deals (when upstream allows).
GET /api/agents/statusAll analysis agents — streaks, regime, flow strength, divergence, sector rotation.
GET /api/agents/regimeCurrent market regime classification with recommendation.
GET /api/agents/streaksActive FII buy/sell streak, cumulative flow, DII absorption %.
GET /api/agents/docsSelf-documenting agent API manifest.

Field reference

FieldMeaning
fii_net / fnFII net cash purchase in ₹ Crore (negative = net selling).
dii_net / dnDII net cash purchase in ₹ Crore.
fii_idx_fut_long/shortFII index-futures open interest, contracts (long-short ratio = long ÷ short).
pcrFII index-option put-call ratio computed on short OI (put short ÷ call short).
_sourcefetch-pipeline = real NSE data. Other values are seeded/estimated rows kept for continuity.
Terms: Data originates from NSE and NSDL public reports, which permit personal, non-commercial use. This API is offered free for research and personal analysis — please don't resell the data, and keep request rates polite (responses are cached server-side). Attribution appreciated: FII & DII Data by Mr. Chartist.

Questions or a dataset you wish existed? Ping @mr_chartist or open an issue on GitHub.