Skip to main content

sofr

Secured Overnight Financing Rate.

The Secured Overnight Financing Rate (SOFR) is a broad measure of the cost of borrowing cash overnight collateralizing by Treasury securities.

Examples

from openbb import obb
obb.fixedincome.rate.sofr(provider='fred')

Parameters

start_date: date | str
Start date of the data, in YYYY-MM-DD format.

end_date: date | str
End date of the data, in YYYY-MM-DD format.


Returns

results: list[SOFR]

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

date: date | str
The date of the data.

rate: float
Effective federal funds rate.

percentile_1: float
1st percentile of the distribution.

percentile_25: float
25th percentile of the distribution.

percentile_75: float
75th percentile of the distribution.

percentile_99: float
99th percentile of the distribution.

volume: float
The trading volume.The notional volume of transactions (Billions of $).