Hi @pdzala ,
MCX trades futures and options on the underlying commodities. Thus the kiteconnect API only provides quotes for futures and options of those underlying commodities. Is this what you are looking for?
If so, then you can download the i…
Hi @rohitpoddar ,
As Sujith mentioned, the API currently doesn't have knowledge of the scrip level blocks put in the RMS. It provides leverages as per the product type (MIS in your case).
For now you will have to query the list for all the scrips …
During the expiry week, we levy additional margins (called physical delivery margins) for contracts that are physically settled.
You can read up on that here: https://support.zerodha.com/category/trading-and-markets/margin-leverage-and-product-and…
Hi wtdmarketing,
The ticks broadcasted from us for API clients as well as the kite frontend sends the latest tick for an instrument in a broadcast cycle (sub-second). You can think of it as a snapshot for that cycle.
It is not possible to recreate…
Hi,
If you follow the documentation, the length of the message can be obtained with msg.length().
Also, streambuf isn't really required to read the message body.
You can read the from msg.body() directly, like so:
uint16_t num_packets = __bui…
@avinashsringeri, this issue is now fixed. We had some issues with one of our services. We are investigating the same. Apologies for the inconvenience.