I need to obtain the euribor rate for 3 months with the ECB SDMX REST API (https://sdw-wsrest.ecb.europa.eu/help/) in node. Which URL should I use?
I tried to use this one:
but I get the following error:
Validation error: Mismatch between the number of dimensions used in the series keys (M.EURIBOR.R3.N) and the number of dimensions defined in the data structure definition (5).
Can anyone help me?