Skip to main content

fed

Obtain data for Effective Federal Funds Rate.

Source Code: [link]

openbb.fixedincome.fed(parameter: str = "monthly", start_date: Optional[str] = None, end_date: Optional[str] = None, overnight: bool = False, quantiles: bool = False, target: bool = False)

Parameters

NameTypeDescriptionDefaultOptional
parameterstrThe parameter to get data for. Choose from:
"monthly"
"daily"
"weekly"
"daily_excl_weekend"
"annual"
"biweekly"
"volume"
monthlyTrue
start_dateOptional[str]Start date, formatted YYYY-MM-DDNoneTrue
end_dateOptional[str]End date, formatted YYYY-MM-DDNoneTrue
overnightboolWhether you want to plot the Overnight Banking Federal RateFalseTrue
quantilesboolWhether you want to see the 1, 25, 75 and 99 percentilesFalseTrue
targetboolWhether you want to see the high and low target rangeFalseTrue

Returns

This function does not return anything