cURL
curl --request GET \ --url https://api.example.com/api/economic/v1/get-eu-fsi
{ "latestValue": 123, "latestDate": "<string>", "label": "<string>", "history": [ { "date": "<string>", "value": 123 } ], "seededAt": "<string>", "unavailable": true }
GetEuFsi retrieves the ECB CISS (Composite Indicator of Systemic Stress) for the Euro area.
Successful response
Show child attributes
Was this page helpful?