EU Monthly Unemployment Rate
finance.eurostat.unemploymentRetrieve monthly unemployment rate (% of active population, seasonally adjusted) for any EU country or aggregate (EU27_2020, EA20) by specifying geo code and optional date range.
Instructions
Monthly unemployment rate (% of active population, seasonally adjusted, total population) for one EU country (geo code) or aggregate (EU27_2020, EA20). Eurostat dataset une_rt_m, CC BY 4.0
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | Eurostat geo code — 2-letter country (DE, FR, IT, ES, UK, PL, ...) or aggregate ("EU27_2020", "EA20"). One country per call. Default: "EU27_2020". | |
| since | No | Earliest period to return — format depends on series frequency: "2020" (annual), "2024-01" (monthly), "2024Q1" (quarterly). | |
| until | No | Latest period to return — same format as `since`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |