Skip to main content

overnight_bank_funding

Overnight Bank Funding.

For the United States, the overnight bank funding rate (OBFR) is calculated as a volume-weighted median of overnight federal funds transactions and Eurodollar transactions reported in the FR 2420 Report of Selected Money Market Rates.

Examples

from openbb import obb
obb.fixedincome.rate.overnight_bank_funding(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[OvernightBankFundingRate]
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.
ratefloatOvernight Bank Funding Rate.
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 $).