Description Usage Arguments Details Value See Also
Function to obtain quotes and market depths.
1 | get_quote(object, instruments)
|
object |
An object of type kite connect with valid api_key and access_token. |
instruments |
A list of instruments. See details below. |
This function accepts a list of instruments (as exchange:symbol pair, e.g. NFO:NIFTY18JANFUT) and returns current market quotes, including last traded price, OHLC prices and market depth (up to 5 best bids and offers). Please note: this function is meant to be called as a one-off way to get the quotes. One should not call this function too many times. The api possibly has a rate limit and too many requests will block the user. For continous data, websocket is more appropriate choice. Check the Kite Connect online documentation for more details.
a list of quote and market depth data, with row names as instruments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.