Gettting intraday orders for previous days or daterange

Hsadikot
Hsadikot edited April 2021 in Python client
kite.orders() gives us the order history of the Intraday and other orders placed on the current day. My doubt is that if we want to extract the list of orders during a week or a particular date range as in historical data(wherein we can extract the ohlcv prices during a particular date range) can we do the same for order history using an api call?

  • tahseen
    I don't think there is any API route to fetch old orders. But you rather log your orders using

    on_order_update

    in a file that you can open using pandas or any other analytics tool. Use data filters to check your orders
Sign In or Register to comment.