Does /quote api returns latest last traded price?

yogeshs
Hi team,
Does /quote api returns latest last traded price? Like websocket prices?
Or one should depend on websocket to get the latest price?

Thank you
  • salim_chisty
    The quote API returns the Last Traded Price (LTP) and other market depth fields at the time of the request; however, it does not provide real-time updates like a websocket and is not continuously refreshed.
  • yogeshs
    I do not wish to get subsequent real time prices like web socket. But at the moment when quote api is called, I expect it to return the live price.
  • salim_chisty
    Yes, the quote API enable you to retrieve market data snapshots from the exchanges at the time of the request. Please check our API documentation on the market quote here.
  • yogeshs
    Thank you.
This discussion has been closed.