Skip to main content

effr_forecast

Fed Funds Rate Projections.

The projections for the federal funds rate are the value of the midpoint of the projected appropriate target range for the federal funds rate or the projected appropriate target level for the federal funds rate at the end of the specified calendar year or over the longer run.

Examples

from openbb import obb
obb.fixedincome.rate.effr_forecast(provider='fred')
obb.fixedincome.rate.effr_forecast(long_run=True, provider='fred')

Parameters

NameTypeDescriptionDefaultOptional
;

Returns

OBBject
results : List[PROJECTIONS]
Serializable results.

provider : Optional[Literal['fred']]
Provider name.

warnings : Optional[List[Warning_]]
List of warnings.

chart : Optional[Chart]
Chart object.

extra : Dict[str, Any]
Extra info.

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.