PCE

This endpoint can be called using:

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

Returns the latest month's Personal Consumer Expenditure percent change over the last year.

Responses

200 Successful
{"pce":"2.44%"}
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