Closed PedroGFonseca closed 1 year ago
Each interval is a millisecond of the day. We provide the exact quote at each interval. Whatever the last quote is at the exact time is the computed value. You can use OHLC_QUOTE to receive aggregated ohlc for quotes. Our REST API documents behavior of this much more than Python does. For API support, I highly recommend you join our discord server for faster replies: https://discord.thetadata.us.
Ah so it's not aggregated it's just subset, makes sense
My apologies if this is a stupid question.
When I request quotes on other exchanges every X minutes usually there is a "High" and "Low" (as it is for a period) but with
get_hist_option
it seems to be a single number. What is the aggregation that's being done?