KOTAK NEO LATEST SDK #2008
Replies: 2 comments
|
Not yet in the current OpenAlgo Kotak adapter. Its |
|
Yes, this is supported now. @Kxrma47's answer was accurate when it was written earlier today, and we turned the implementation around within a few hours of it. Historical data for Kotak Neo is now on What you get
Verified against a live Kotak session: a two year 1-minute pull returns 184,595 candles across 497 trading sessions, with no duplicates and no gaps at the chunk boundaries. Every index symbol returns both intraday and daily data, including NIFTY, BANKNIFTY, FINNIFTY, MIDCPNIFTY, NIFTYNXT50, INDIAVIX, SENSEX and BANKEX. Implementation note: direct REST API, not the vendor SDKTo answer the SDK part of the question directly: OpenAlgo does not wrap the The request path stays short, and every call shares OpenAlgo's pooled HTTP/2 client, so a long pull reuses one connection instead of paying SDK and per call connection setup overhead on every chunk. It also means no extra dependency to track, and no waiting on an SDK release when an endpoint changes. For scale, the two year 1-minute pull above is 25 chunked requests and completes in roughly 10 seconds end to end. Point to note: MCX and CDS have no historical dataKotak does not serve history for the commodity and currency segments. The API refuses every MCX and CDS contract with: We confirmed this across four MCX commodities (CRUDEOIL, GOLDM, SILVERM, NATURALGAS) and multiple exchange segment spellings, so it is a broker side limitation rather than something OpenAlgo can work around. MCX and CDS continue to work normally for quotes, depth, orders and streaming. A history request on those exchanges returns a clear error rather than an empty series, so it will not be mistaken for a market holiday. Open interest is not yet populated by Kotak in this phase, so the Getting it
Separately, Kotak is deprecating the existing HS market feed on 15 September 2026 (see #2010). Migration to the new market feed integration is planned for the coming week. |
Uh oh!
There was an error while loading. Please reload this page.
NEW KOTAKNEO SDK HAVE HISTORICAL DATA FEATURE,IS IT SUPPORTED NOW ON OPENALGO
All reactions