Previous day data

prakash.jj
Hi,

How do I get the previous trading day's open high low close data in Python. Do I have to use historic API for this purpose. I just want the previous day data and not like months years old data.
  • Kailash
    To fetch non-live data, even if it's for the last hour during a trading day, the historical API is required.
Sign In or Register to comment.