interest_rates
Get interest rates by country(s) and duration. Most OECD countries publish short-term, a long-term, and immediate rates monthly.
Parameters
- standard
- oecd
country
: Union[str, list[str]]
The country to get data. Multiple items allowed for provider(s): oecd.
Choices
belgium
bulgaria
brazil
ireland
mexico
indonesia
new_zealand
japan
united_kingdom
france
chile
canada
netherlands
united_states
south_korea
norway
austria
south_africa
denmark
switzerland
hungary
luxembourg
australia
germany
sweden
iceland
turkey
greece
israel
czech_republic
latvia
slovenia
poland
estonia
lithuania
portugal
costa_rica
slovakia
finland
spain
romania
russia
euro_area19
colombia
italy
india
china
croatia
all
• 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
: Union[str, list[str]]
The country to get data. Multiple items allowed for provider(s): oecd.
Choices
belgium
bulgaria
brazil
ireland
mexico
indonesia
new_zealand
japan
united_kingdom
france
chile
canada
netherlands
united_states
south_korea
norway
austria
south_africa
denmark
switzerland
hungary
luxembourg
australia
germany
sweden
iceland
turkey
greece
israel
czech_republic
latvia
slovenia
poland
estonia
lithuania
portugal
costa_rica
slovakia
finland
spain
romania
russia
euro_area19
colombia
italy
india
china
croatia
all
• 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
duration
: Literal['immediate', 'short', 'long']
Duration of the interest rate. 'immediate' is the overnight rate, 'short' is the 3-month rate, and 'long' is the 10-year rate.
• Default: short
• Optional: True
frequency
: Literal['monthly', 'quarter', 'annual']
Frequency to get interest rate for for.
• Default: monthly
• Optional: True
Returns
results
: list[CountryInterestRates]
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.
value
: float
The interest rate value.
country
: str
Country for which the interest rate is given.
date
: Union[date, str]
The date of the data.
value
: float
The interest rate value.
country
: str
Country for which the interest rate is given.