Skip to main content

ameribor

Obtain data for American Interbank Offered Rate (AMERIBOR)

Source Code: [link]

openbb.fixedincome.ameribor(parameter: str = "overnight", start_date: Optional[str] = None, end_date: Optional[str] = None)

Parameters

NameTypeDescriptionDefaultOptional
parameterstrThe parameter to get data for. Choose from:
"overnight": "AMERIBOR",
"term_30": "AMBOR30T",
"term_90": "AMBOR90T",
"1_week_term_structure": "AMBOR1W",
"1_month_term_structure": "AMBOR1M",
"3_month_term_structure": "AMBOR3M",
"6_month_term_structure": "AMBOR6M",
"1_year_term_structure": "AMBOR1Y",
"2_year_term_structure": "AMBOR2Y",
"30_day_ma": "AMBOR30",
"90_day_ma": "AMBOR90",
overnightTrue
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