cURL
curl --request GET \ --url https://api.example.com/api/economic/v1/get-economic-stress
{ "compositeScore": 123, "label": "<string>", "components": [ { "id": "<string>", "label": "<string>", "rawValue": 123, "score": 123, "weight": 123, "missing": true } ], "seededAt": "<string>", "unavailable": true }
GetEconomicStress retrieves the composite Economic Stress Index (0-100) from 6 FRED series.
Successful response
Show child attributes
Was this page helpful?