Please Provide NSE and BSE code in API Holding and Position response. Sometime KITE and BSE code differs and it causing some inconvenience while importing the holding/position.
Ex. Like State Bank of India BseCode : 500112 & BSE Symbol : SBIN and NSE Symbol : SBIN. KITE API Provides ISIN for Holdings only not Positions. Please try to Provide (BSECode, ISIN and NSE Symbol) it will be of great help.
Hi, 500112 is called exchange token which is available in instrument dump.
In positions and holdings, we send instrument_token you can get exchange_token by doing bit shift operation with 8 on instrument_token. For example, instrument_token for SBIN BSE is 128028676. If you do 128028676 >> 8 then you get 500112
Can you let us know what are you referring to?
Is it instrument token or ISIN?
KITE API Provides ISIN for Holdings only not Positions. Please try to Provide (BSECode, ISIN and NSE Symbol) it will be of great help.
500112 is called exchange token which is available in instrument dump.
In positions and holdings, we send instrument_token you can get exchange_token by doing bit shift operation with 8 on instrument_token.
For example, instrument_token for SBIN BSE is 128028676.
If you do 128028676 >> 8 then you get 500112