getAveragePrice (in getQuote )

naveen278
In getQuote method we can get average price like list_order.get(i).averagePrice.
a) Can you let me know how is this average price calculated?
b) When will the average price reverse if the last traded price is going down?
  • naveen278
    since often average price remains high even when price is doing down
  • rakeshr
    a) Can you let me know how is this average price calculated?
    b) When will the average price reverse if the last traded price is going down?
    This article explains on average price calculation.
  • naveen278
    Thanks when I get the getQuote for a stock what is the average price calcuation is it for one minute or 5 minutes ?
  • rakeshr
    It is up-till that very quote update i.e latest quote data. You can find details of all response attributes in the doc.
Sign In or Register to comment.