hi, i'm trying to iterate over months of 1-min data and build dataframes for each day individually, but for some reason get_pricing doesn't skip non-trading days and my iterations get hung up with stuff like this:
InvalidDateRange: No trading minutes found between start=2020-01-04 00:00:00, end=2020-01-04 00:00:00.
The first trading minute after start is 2020-01-06 14:31:00+00:00.
The last trading minute before end is 2020-01-03 21:00:00+00:00.
and apparently the parameter handle_missing doesn't actually do anything for this either...any thoughts?