Please help me ,the process for algo trading,I have created App and got Api key and Secret key,lso installed the latest python version. What are next to do?How can I connect to Zerodha to python?
@Gunja, Please refer to the Python library on the Kite Connect API documentation. You can also explore our Quantinsti course on Algorithmic trading with Zerodha Kite Connect API and Python.
Currently, we don't have a direct API or endpoint to check the holiday calendar through the Kite Connect API. Exchange holidays are easy to maintain at your end as it's fixed and is released at the start of the year on the NSE portal.
2️⃣ Funds availability confusion
The kite.margins() method in the Kite Connect API is used to fetch segment-wise margin and fund availability for the trading account. It returns a structured response containing available, utilised, and total margins across different segments such as equity and commodity. Please check the margin API documentation for details.
3️⃣ Post NSE Algo SOP clarification
Strategy registration is not required if the order limit is less than 10 orders per second. The static IP requirement will apply only to the order place/modify/cancel endpoints, and this feature will soon be added to the developer console. Please check Z-Connect post for more details.