Skip to main content

mortgage_indices

Mortgage Indices.

Examples

from openbb import obb
# The default state for FRED are the primary mortgage indices from Optimal Blue.
obb.fixedincome.mortgage_indices(provider='fred')
# Multiple indices can be requested.
obb.fixedincome.mortgage_indices(index=jumbo_30y,conforming_30y,conforming_15y, 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[MortgageIndices]
Serializable results.

provider : Optional[Literal['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.
symbolstrSymbol representing the entity requested in the data.
namestrName of the index.
ratefloatMortgage rate.