Extract Zerodha Kite Data
The full NSE/BSE instrument master and mutual-fund NAV list from Kite.
Ask AuraCrawl to search Zerodha's public instrument dumps — "every NSE equity matching this name with its trading symbol and token," or a mutual-fund scheme with its latest NAV. We read the two open Kite CSV dumps (~107k instruments, ~7.6k MF schemes) and return a searchable view — no login, no key.
What a response looks like
REQUEST
ask“Tell AuraCrawl what you need from Zerodha Kite in plain language — which entities, which fields, how often. That sentence is the spec.”
{
"instrument_token": 408065,
"exchange_token": 1594,
"tradingsymbol": "INFY",
"name": "INFOSYS",
"exchange": "NSE",
"segment": "NSE",
"instrument_type": "EQ",
"lot_size": 1,
"tick_size": 0.05
}
What you can extract
- Instrument token and exchange token
- Trading symbol and company / scheme name
- Exchange and segment (NSE / BSE / NFO / BFO / MCX)
- Instrument type, lot size, and tick size
- Expiry and strike for derivatives
- Mutual-fund schemes with latest NAV and NAV date
PIPELINE Only Kite's public CSV dumps are open — an Open-tier target served as a searchable substring view; live quotes need an authenticated Kite session.
Related targets
Request Zerodha Kite data.
Describe the fields, the volume, and the cadence. We scope the extraction and deliver a sample before you commit.