I attempted to fetch the instrument data segment-wise and didn’t encounter any issues on my end. It might be helpful to debug your code to uncover the root cause and address it accordingly.
I understand that the limit of 10 orders/second is applicable for each API. If I use multiple API's in a single account, each API shall be permitetd to placed 10 orders/second. Please confirm.
Individuals can place up to 10 orders per second (per se…
my question is why would I require kite connect - personal API (without live stream of data) ?
The Kite Connect Personal app was introduced to give users free programmatic access to their own Zerodha trading accounts. It’s designed for the users who…
We don't have the APIs to create basket orders.
Alternatively, you can simply place all the orders on the client side back to back and use the Basket Margins API to know the margin requirements.
@Vj013 Yes, there is no seperate charge for historical Options data. You can get intraday historical data for the active options contract. Go through the documentation here.
You'll need to manually fetch the request token using the OAuth flow. It looks like you're using an external library to parse the request token, but we don't recommend automating the login process.
The charges for the Kite Connect app have been reduced from Rs. 2000 to Rs. 500. If you're using the API key and access token from the paid version of the Connect app, you shouldn't experience any issues when fetching market data, like LTP.
Howeve…
Is there a way to get the exact same timestamp as Zerodha's in my code?
@Walker You can retrieve the timestamp as mentioned in the documentation and use it accordingly.
With the Kite Connect Personal app, it's not possible to access real-time or historical market data.
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…
With the Kite Connect Personal app, it's not possible to access real-time or historical market data. For more details, you might find this thread helpful.
The historical data fetched through the API should align with what is displayed on Kite charts.
Please note that global indices are not directly available on Kite. However, you can view CFDs (Contracts for Difference) that closely follow these indic…
I’ve checked the Kite MCP integration via Cursor on my end, and everything is working fine.
To troubleshoot, please open the MCP configuration file and verify that the server details are correctly set as mentioned here.
If the configuration looks …
It looks like there aren't any issues with the 1-minute data for RELIANCE. Could you please share the specific data that you believe is different or incorrect? That way, I can assist you more effectively.
1. If you haven't already logged in using the Kite `login` MCP tool, please use the link shared in the chat by the AI assistant to log in first."
2. If you're already logged in and are currently using the Claude AI assistant, you may try switching t…
@james505 @vks1974 @adipkite It looks like Claude has made a change on their end, breaking the integration. We’re working on fixing this. Meanwhile, you can use Kite MCP via VS Code alternatively.
It looks like Claude has made a change on their end, breaking the integration. We’re working on fixing this. Meanwhile, you can use Kite MCP via VS Code alternatively.
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.