Skip to main content

effr

Fed Funds Rate.

Get Effective Federal Funds Rate data. A bank rate is the interest rate a nation's central bank charges to its domestic banks to borrow money. The rates central banks charge are set to stabilize the economy.

Examples

from openbb import obb
obb.fixedincome.rate.effr(provider='fred')
obb.fixedincome.rate.effr(effr_only=True, provider='fred')

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

Returns

OBBject
results : List[FederalFundsRate]
Serializable results.

provider : Optional[Literal['federal_reserve', '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.
ratefloatEffective federal funds rate.
target_range_upperfloatUpper bound of the target range.
target_range_lowerfloatLower bound of the target range.
percentile_1float1st percentile of the distribution.
percentile_25float25th percentile of the distribution.
percentile_75float75th percentile of the distribution.
percentile_99float99th percentile of the distribution.
volumefloatThe trading volume.The notional volume of transactions (Billions of $).