Skip to main content

bond_indices

Bond Indices.

Parameters

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

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

index_type: Literal['yield', 'yield_to_worst', 'total_return', 'oas'] | None
Default: yield
The type of series. OAS is the option-adjusted spread. Default is yield.


Returns

results: BondIndices

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

date: date | str
The date of the data.

symbol: str | None
Symbol representing the entity requested in the data.

value: float
Index values.