Latest Inflation Data
Retrieve the most recent consumer price index (CPI) and inflation rate data. Monitor economic health and inflationary pressures for investment decisions.
Use Case: Show current inflation rate on an economic dashboard to assess purchasing power trends.
Authorizations
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Query Parameters
Exact date in YYYY-MM-DD format. Use this when you want one specific calendar day.
"2024-01-15"
Comma-separated list of dates in YYYY-MM-DD format. Use this when you want several specific dates in one request.
"2024-01-15,2024-01-16"
Start-date filter. Returns records on or after this date.
"2024-01-01"
End-date filter. Returns records on or before this date.
"2024-01-31"
After-date filter. Returns records after this date, excluding the date itself.
"2024-01-01"
Before-date filter. Returns records before this date, excluding the date itself.
"2024-01-31"
Maximum number of results to return. Use smaller values for UI pages and larger values for exports within API limits.
100
A comma-separated list of sort columns. For each column, append .asc or .desc to specify direction. Defaults to date.asc when not specified.
Pagination cursor from the previous response. Omit it on the first request, then send the returned cursor to fetch the next page. for next page