The GIFT Nifty Index operates in two trading sessions: the first from 6:30 a.m. to 3:40 p.m., and the second from 4:35 p.m. to 2:45 a.m. the following day, as per IST.
The Quote API provides live market data at the time of the request, provided the…
If you have created multiple apps, please ensure that you're using the API key and access token for the Connect app (paid version), rather than the Personal app (free version). This issue typically arises when the credentials from the Personal app a…
Once a tick is lost and not stored, it cannot be retrieved later through the Kite Connect API. However, you may consider exploring exchange-approved data vendors who provide access to historical tick data.
To calculate the average price of an Iceberg order, you need to filter all its associated orders using the parent_order_id parameter. By calculating the average price of these individual slices linked to a specific parent_order_id, you can determine…
Go to the app details and verify whether the redirect URL is updated correctly. If it is updated correctly, you can try this in an incognito window or clear your browser cache and try.
There are certain limitations on retrieving historical data. You can refer to the discussion here for more details and plan your data retrieval accordingly.
If you are holding a long position, the TRANSACTION_TYPE for placing a stop-loss order should be set to the opposite side of your position — i.e., it should be "sell".
You may retrieve the order details and check the filled_quantity/pending_quantity details. Check out the pykiteconnect documentation here.
You may also check out the API documentation here.