GDP

This endpoint can be called using:

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

Returns the latest month's Gross Domestic Product percent change over the last year.

  • GDP

  • Quarter

Responses

200 Successful
{"gdp":"3.1%",
"quarter":"Q4 2024"}
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