solarforecastarbiter.io.api.APISession.get_probabilistic_forecast_constant_value_time_range

APISession.get_probabilistic_forecast_constant_value_time_range(forecast_id)[source]

Get the miniumum and maximum timestamps for forecast values.

Parameters:forecast_id (string) – UUID of the constant value 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.