Skip to main content

SOFR


Implementation details

Class names

Model nameParameters classData class
SOFRSOFRQueryParamsSOFRData

Import Statement

from openbb_core.provider.standard_models.sofr import (
SOFRData,
SOFRQueryParams,
)

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.
ratefloatEffective federal funds 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 $).