Unemployment

This endpoint can be called using:

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

Returns the latest month's Unemployment percent.

Responses

200 Successful
{"unemployment":"4.2%"}
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