Skip to main content

Petroleum Status Report


Implementation details

Class names

Model nameParameters classData class
PetroleumStatusReportPetroleumStatusReportQueryParamsPetroleumStatusReportData

Import Statement

from openbb_core.provider.standard_models.petroleum_status_report import (
PetroleumStatusReportData,
PetroleumStatusReportQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
start_dateUnion[date, str]Start date of the data, in YYYY-MM-DD format.NoneTrue
end_dateUnion[date, str]End date of the data, in YYYY-MM-DD format.NoneTrue

Data

NameTypeDescription
dateUnion[date, str]The date of the data.
tablestrTable name for the data.
symbolstrSymbol representing the entity requested in the data.
orderintPresented order of the data, relative to the table.
titlestrTitle of the data.
valueUnion[int, float]Value of the data.
unitstrUnit or scale of the data.