Skip to main content

icebofa

Get data for ICE BofA US Corporate Bond Indices.

Source Code: [link]

openbb.fixedincome.icebofa(data_type: str = "yield", category: str = "all", area: str = "us", grade: str = "non_sovereign", options: bool = False, start_date: Optional[str] = None, end_date: Optional[str] = None)

Parameters

NameTypeDescriptionDefaultOptional
data_typestrThe type of data you want to see, either "yield", "yield_to_worst", "total_return", or "spread"yieldTrue
categorystrThe type of category you want to see, either "all", "duration", "eur" or "usd".allTrue
areastrThe type of area you want to see, either "asia", "emea", "eu", "ex_g10", "latin_america" or "us"usTrue
gradestrThe type of grade you want to see, either "a", "aa", "aaa", "b", "bb", "bbb", "ccc", "crossover",
"high_grade", "high_yield", "non_financial", "non_sovereign", "private_sector", "public_sector"
non_sovereignTrue
optionsboolSet to True to obtain the available options.FalseTrue
start_dateOptional[str]Start date, formatted YYYY-MM-DDNoneTrue
end_dateOptional[str]End date, formatted YYYY-MM-DDNoneTrue

Returns

This function does not return anything