immediate_interest_rate
This endpoint will be removed in a future version. Use, /economy/interest_rates
, instead. Deprecated in OpenBB Platform V4.3 to be removed in V4.5.
Get immediate interest rates by country.
Parameters
- standard
- oecd
country
: Union[str, list[str]]
The country to get data. Multiple items allowed for provider(s): oecd.
• Default: united_states
• Optional: True
start_date
: Union[date, str]
Start date of the data, in YYYY-MM-DD format.
• Optional: True
end_date
: Union[date, str]
End date of the data, in YYYY-MM-DD format.
• Optional: True
country
: str
The country to get data.
• Default: united_states
• Optional: True
start_date
: Union[date, str]
Start date of the data, in YYYY-MM-DD format.
• Optional: True
end_date
: Union[date, str]
End date of the data, in YYYY-MM-DD format.
• Optional: True
frequency
: Literal['monthly', 'quarter', 'annual']
The frequency of the data.
• Default: monthly
• Optional: True
Returns
results
: list[ImmediateInterestRate]
Serializable results.
provider
: Optional[Literal['oecd']]
Provider name.
warnings
: Optional[list[Warning_]]
list of warnings.
chart
: Optional[Chart]
Chart object.
extra
: dict[str, Any]
Extra info.
Data
- standard
- oecd
date
: Union[date, str]
The date of the data.
country
: str
Country for which interest rate is given
value
: float
Immediate interest rates, call money, interbank rate.
date
: Union[date, str]
The date of the data.
country
: str
Country for which interest rate is given
value
: float
Immediate interest rates, call money, interbank rate.