solarforecastarbiter.io.api.APISession.get_forecast_time_range

APISession.get_forecast_time_range(forecast_id)[source]

Get the miniumum and maximum timestamps for forecast values.

Parameters:forecast_id (string) – UUID of the forecast object.
Returns:tuple of (pandas.Timestamp, pandas.Timestamp) – The minimum and maximum timestamps for values of the forecast. Values without an explicit timezone from the API are assumed to be UTC.