Skip to main content

Projections


Implementation details

Class names

Model nameParameters classData class
PROJECTIONSPROJECTIONSQueryParamsPROJECTIONSData

Import Statement

from openbb_core.provider.standard_models. import (
PROJECTIONSData,
PROJECTIONSQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
;

Data

NameTypeDescription
dateUnion[date, str]The date of the data.
range_highfloatHigh projection of rates.
central_tendency_highfloatCentral tendency of high projection of rates.
medianfloatMedian projection of rates.
range_midpointfloatMidpoint projection of rates.
central_tendency_midpointfloatCentral tendency of midpoint projection of rates.
range_lowfloatLow projection of rates.
central_tendency_lowfloatCentral tendency of low projection of rates.