solarforecastarbiter.io.api.APISession.get_forecast_values

APISession.get_forecast_values(forecast_id, start, end)[source]

Get forecast values from start to end for forecast_id

Parameters:
  • forecast_id (string) – UUID of the forecast object
  • start (timelike object) – Start of the interval to retrieve values for
  • end (timelike object) – End of the interval
Returns:

pandas.Series – With the forecast values and a datetime index