Currently, disableMinutlyData is rather a hint that comes into play to avoid an additional request for minutely data for the last day when the time range extends over a day.
Additionally, it would be good to disable minutely data if specifically requested so via the flag (for example to reduce the transmitted data) even if all time stamps are within the last day. To achieve this, we can enforce fetching a longer time range.
Currently,
disableMinutlyData
is rather a hint that comes into play to avoid an additional request for minutely data for the last day when the time range extends over a day. Additionally, it would be good to disable minutely data if specifically requested so via the flag (for example to reduce the transmitted data) even if all time stamps are within the last day. To achieve this, we can enforce fetching a longer time range.