Skip to main content

Short Term Energy Outlook


Implementation details

Class names

Model nameParameters classData class
ShortTermEnergyOutlookShortTermEnergyOutlookQueryParamsShortTermEnergyOutlookData

Import Statement

from openbb_core.provider.standard_models.short_term_energy_outlook import (
ShortTermEnergyOutlookData,
ShortTermEnergyOutlookQueryParams,
)

Parameters

start_date: date | str
Start date of the data, in YYYY-MM-DD format.

end_date: date | str
End date of the data, in YYYY-MM-DD format.

Data

date: date | str
The date of the data.

table: str
Table name for the data.

symbol: str
Symbol representing the entity requested in the data.

order: int
Presented order of the data, relative to the table.

title: str
Title of the data.

value: Union[int, float]
Value of the data.

unit: str
Unit or scale of the data.