Skip to main content

immediate_interest_rate

Deprecated

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

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


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

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.