Skip to main content

Federal Funds Rate


Implementation details

Class names

Model nameParameters classData class
FederalFundsRateFederalFundsRateQueryParamsFederalFundsRateData

Import Statement

from openbb_core.provider.standard_models.federal_funds_rate import (
FederalFundsRateData,
FederalFundsRateQueryParams,
)

Parameters

start_date: Union[date, str]

Start date of the data, in YYYY-MM-DD format.

Optional: True


end_date: Union[date, str]

End date of the data, in YYYY-MM-DD format.

Optional: True

Data

date: Union[date, str]

The date of the data.

rate: float

Effective federal funds rate.

target_range_upper: float

Upper bound of the target range.

target_range_lower: float

Lower bound of the target range.

percentile_1: float

1st percentile of the distribution.

percentile_25: float

25th percentile of the distribution.

percentile_75: float

75th percentile of the distribution.

percentile_99: float

99th percentile of the distribution.

volume: float

The trading volume.The notional volume of transactions (Billions of $).