CPI

This endpoint can be called using:

https://api.adiinvestments.net/v1/economics/cpi

Returns the latest month's Consumer Price Index percent change over the last year.

Responses

200 Successful
{"cpi":"2.73%"}
401 Unauthorized
{"error_code":403,
"error_message":"Invalid API key."}
429 Too Many Requests
{"error_code":429,
"error_message":"Rate limit exceeded. Please try again later."}

Last updated