Skip to main content

Overnight Bank Funding Rate


Implementation details

Class names

Model nameParameters classData class
OvernightBankFundingRateOvernightBankFundingRateQueryParamsOvernightBankFundingRateData

Import Statement

from openbb_core.provider.standard_models.overnight_bank_funding_rate import (
OvernightBankFundingRateData,
OvernightBankFundingRateQueryParams,
)

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

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 $).