Access the free economic database DBnomics with R
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
DBnomics: the world’s economic database
Explore all the economic data from different providers (national and international statistical institutes, central banks, etc.), for free, following the link db.nomics.world.
You can also retrieve all the economic data through the rdbnomics
package here. This blog post describes the different ways to do so.
Fetch time series by ids
First, let’s assume that we know which series we want to download. A series identifier (ids
) is defined by three values, formatted like this: provider_code
/dataset_code
/series_code
.
Fetch one series from dataset ‘Unemployment rate’ (ZUTN) of AMECO provider
df <- rdb(ids = 'AMECO/ZUTN/EA19.1.0.0.0.ZUTN') %>% filter(!is.na(value))
In such data.frame (data.table or tibble), you will always find at least ten columns:
provider_code
dataset_code
dataset_name
series_code
series_name
original_period
(character string)period
(date of the first day oforiginal_period
)original_value
(character string)value
@frequency
(harmonized frequency generated by DBnomics)
The other columns depend on the provider and on the dataset. They always come in pairs (for the code and the name). In the data.frame df
, you have:
unit
(code) andUnit
(name)geo
(code) andCountry
(name)freq
(code) andFrequency
(name)
provider_code | dataset_code | dataset_name | series_code | series_name | original_period | period | original_value | value | @frequency | unit | Unit | geo | Country | freq | Frequency | indexed_at |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 1997 | 1997-01-01 | 11.5 | 11.5 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 1998 | 1998-01-01 | 11 | 11.0 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 1999 | 1999-01-01 | 10.2 | 10.2 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2000 | 2000-01-01 | 9.2 | 9.2 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2001 | 2001-01-01 | 8.4 | 8.4 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2002 | 2002-01-01 | 8.6 | 8.6 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2003 | 2003-01-01 | 9 | 9.0 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2004 | 2004-01-01 | 9.2 | 9.2 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2005 | 2005-01-01 | 9 | 9.0 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2006 | 2006-01-01 | 8.3 | 8.3 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2007 | 2007-01-01 | 7.5 | 7.5 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2008 | 2008-01-01 | 7.5 | 7.5 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2009 | 2009-01-01 | 9.6 | 9.6 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2010 | 2010-01-01 | 10.1 | 10.1 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2011 | 2011-01-01 | 10.2 | 10.2 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2012 | 2012-01-01 | 11.3 | 11.3 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2013 | 2013-01-01 | 12 | 12.0 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2014 | 2014-01-01 | 11.6 | 11.6 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2015 | 2015-01-01 | 10.8 | 10.8 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2016 | 2016-01-01 | 10 | 10.0 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2017 | 2017-01-01 | 9 | 9.0 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2018 | 2018-01-01 | 8.1 | 8.1 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2019 | 2019-01-01 | 7.5 | 7.5 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2020 | 2020-01-01 | 9.6 | 9.6 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2021 | 2021-01-01 | 8.6 | 8.6 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
ggplot(df, aes(x = period, y = value, color = series_name)) + geom_line(size = 1.2) + geom_point(size = 2) + dbnomics()
In the event that you only use the argument ids
, you can drop it and run:
df <- rdb('AMECO/ZUTN/EA19.1.0.0.0.ZUTN')
Fetch two series from dataset ‘Unemployment rate’ (ZUTN) of AMECO provider
df <- rdb(ids = c('AMECO/ZUTN/EA19.1.0.0.0.ZUTN', 'AMECO/ZUTN/DNK.1.0.0.0.ZUTN')) %>% filter(!is.na(value))
provider_code | dataset_code | dataset_name | series_code | series_name | original_period | period | original_value | value | @frequency | unit | Unit | geo | Country | freq | Frequency | indexed_at |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1960 | 1960-01-01 | 2 | 2.0 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1961 | 1961-01-01 | 1.6 | 1.6 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1962 | 1962-01-01 | 1.4 | 1.4 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1963 | 1963-01-01 | 2 | 2.0 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1964 | 1964-01-01 | 1.2 | 1.2 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1965 | 1965-01-01 | 0.9 | 0.9 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1966 | 1966-01-01 | 1.1 | 1.1 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1967 | 1967-01-01 | 1 | 1.0 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1968 | 1968-01-01 | 1 | 1.0 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1969 | 1969-01-01 | 0.9 | 0.9 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1970 | 1970-01-01 | 0.6 | 0.6 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1971 | 1971-01-01 | 0.9 | 0.9 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1972 | 1972-01-01 | 0.8 | 0.8 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1973 | 1973-01-01 | 0.7 | 0.7 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1974 | 1974-01-01 | 2.8 | 2.8 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1975 | 1975-01-01 | 3.9 | 3.9 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1976 | 1976-01-01 | 5.1 | 5.1 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1977 | 1977-01-01 | 5.9 | 5.9 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1978 | 1978-01-01 | 6.6 | 6.6 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1979 | 1979-01-01 | 4.6 | 4.6 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1980 | 1980-01-01 | 4.9 | 4.9 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1981 | 1981-01-01 | 7.9 | 7.9 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1982 | 1982-01-01 | 8.4 | 8.4 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1983 | 1983-01-01 | 8.4 | 8.4 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1984 | 1984-01-01 | 7.9 | 7.9 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1985 | 1985-01-01 | 6.7 | 6.7 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1986 | 1986-01-01 | 5 | 5.0 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1987 | 1987-01-01 | 5 | 5.0 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1988 | 1988-01-01 | 5.7 | 5.7 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1989 | 1989-01-01 | 6.8 | 6.8 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1990 | 1990-01-01 | 7.2 | 7.2 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1991 | 1991-01-01 | 7.9 | 7.9 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1992 | 1992-01-01 | 8.6 | 8.6 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1993 | 1993-01-01 | 10.3 | 10.3 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1994 | 1994-01-01 | 8.3 | 8.3 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1995 | 1995-01-01 | 7.3 | 7.3 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1996 | 1996-01-01 | 6.8 | 6.8 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1997 | 1997-01-01 | 5.7 | 5.7 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1998 | 1998-01-01 | 5.4 | 5.4 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 1999 | 1999-01-01 | 5.6 | 5.6 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 2000 | 2000-01-01 | 4.6 | 4.6 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 2001 | 2001-01-01 | 4.6 | 4.6 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 2002 | 2002-01-01 | 4.6 | 4.6 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 2003 | 2003-01-01 | 5.4 | 5.4 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 2004 | 2004-01-01 | 5.5 | 5.5 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 2005 | 2005-01-01 | 4.8 | 4.8 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 2006 | 2006-01-01 | 3.9 | 3.9 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 2007 | 2007-01-01 | 3.8 | 3.8 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 2008 | 2008-01-01 | 3.7 | 3.7 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 2009 | 2009-01-01 | 6.4 | 6.4 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 2010 | 2010-01-01 | 7.7 | 7.7 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 2011 | 2011-01-01 | 7.8 | 7.8 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 2012 | 2012-01-01 | 7.8 | 7.8 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 2013 | 2013-01-01 | 7.4 | 7.4 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 2014 | 2014-01-01 | 6.9 | 6.9 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 2015 | 2015-01-01 | 6.3 | 6.3 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 2016 | 2016-01-01 | 6 | 6.0 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 2017 | 2017-01-01 | 5.8 | 5.8 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 2018 | 2018-01-01 | 5.1 | 5.1 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 2019 | 2019-01-01 | 5 | 5.0 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 2020 | 2020-01-01 | 6.4 | 6.4 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | DNK.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Denmark | 2021 | 2021-01-01 | 5.7 | 5.7 | annual | percentage-of-active-population | (Percentage of active population) | dnk | Denmark | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 1997 | 1997-01-01 | 11.5 | 11.5 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 1998 | 1998-01-01 | 11 | 11.0 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 1999 | 1999-01-01 | 10.2 | 10.2 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2000 | 2000-01-01 | 9.2 | 9.2 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2001 | 2001-01-01 | 8.4 | 8.4 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2002 | 2002-01-01 | 8.6 | 8.6 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2003 | 2003-01-01 | 9 | 9.0 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2004 | 2004-01-01 | 9.2 | 9.2 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2005 | 2005-01-01 | 9 | 9.0 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2006 | 2006-01-01 | 8.3 | 8.3 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2007 | 2007-01-01 | 7.5 | 7.5 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2008 | 2008-01-01 | 7.5 | 7.5 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2009 | 2009-01-01 | 9.6 | 9.6 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2010 | 2010-01-01 | 10.1 | 10.1 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2011 | 2011-01-01 | 10.2 | 10.2 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2012 | 2012-01-01 | 11.3 | 11.3 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2013 | 2013-01-01 | 12 | 12.0 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2014 | 2014-01-01 | 11.6 | 11.6 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2015 | 2015-01-01 | 10.8 | 10.8 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2016 | 2016-01-01 | 10 | 10.0 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2017 | 2017-01-01 | 9 | 9.0 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2018 | 2018-01-01 | 8.1 | 8.1 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2019 | 2019-01-01 | 7.5 | 7.5 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2020 | 2020-01-01 | 9.6 | 9.6 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2021 | 2021-01-01 | 8.6 | 8.6 | annual | percentage-of-active-population | (Percentage of active population) | ea19 | Euro area | a | Annually | 2020-05-07 08:46:14 |
ggplot(df, aes(x = period, y = value, color = series_name)) + geom_line(size = 1.2) + geom_point(size = 2) + dbnomics()
Fetch two series from different datasets of different providers
df <- rdb(ids = c('AMECO/ZUTN/EA19.1.0.0.0.ZUTN', 'Eurostat/une_rt_q/Q.SA.Y15-74.PC_ACT.T.EA19')) %>% filter(!is.na(value))
provider_code | dataset_code | dataset_name | series_code | series_name | original_period | period | original_value | value | @frequency | unit | Unit | geo | Country | freq | Frequency | age | Age class | FREQ | Geopolitical entity (reporting) | indexed_at | observations_attributes | s_adj | Seasonal adjustment | sex | Sex | Unit of measure |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 1997 | 1997-01-01 | 11.5 | 11.5 | annual | percentage-of-active-population | NA | ea19 | NA | a | Annually | NA | NA | NA | NA | 2020-05-07 08:46:14 | NA | NA | NA | NA | NA | |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 1998 | 1998-01-01 | 11 | 11.0 | annual | percentage-of-active-population | NA | ea19 | NA | a | Annually | NA | NA | NA | NA | 2020-05-07 08:46:14 | NA | NA | NA | NA | NA | |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 1999 | 1999-01-01 | 10.2 | 10.2 | annual | percentage-of-active-population | NA | ea19 | NA | a | Annually | NA | NA | NA | NA | 2020-05-07 08:46:14 | NA | NA | NA | NA | NA | |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2000 | 2000-01-01 | 9.2 | 9.2 | annual | percentage-of-active-population | NA | ea19 | NA | a | Annually | NA | NA | NA | NA | 2020-05-07 08:46:14 | NA | NA | NA | NA | NA | |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2001 | 2001-01-01 | 8.4 | 8.4 | annual | percentage-of-active-population | NA | ea19 | NA | a | Annually | NA | NA | NA | NA | 2020-05-07 08:46:14 | NA | NA | NA | NA | NA | |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2002 | 2002-01-01 | 8.6 | 8.6 | annual | percentage-of-active-population | NA | ea19 | NA | a | Annually | NA | NA | NA | NA | 2020-05-07 08:46:14 | NA | NA | NA | NA | NA | |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2003 | 2003-01-01 | 9 | 9.0 | annual | percentage-of-active-population | NA | ea19 | NA | a | Annually | NA | NA | NA | NA | 2020-05-07 08:46:14 | NA | NA | NA | NA | NA | |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2004 | 2004-01-01 | 9.2 | 9.2 | annual | percentage-of-active-population | NA | ea19 | NA | a | Annually | NA | NA | NA | NA | 2020-05-07 08:46:14 | NA | NA | NA | NA | NA | |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2005 | 2005-01-01 | 9 | 9.0 | annual | percentage-of-active-population | NA | ea19 | NA | a | Annually | NA | NA | NA | NA | 2020-05-07 08:46:14 | NA | NA | NA | NA | NA | |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2006 | 2006-01-01 | 8.3 | 8.3 | annual | percentage-of-active-population | NA | ea19 | NA | a | Annually | NA | NA | NA | NA | 2020-05-07 08:46:14 | NA | NA | NA | NA | NA | |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2007 | 2007-01-01 | 7.5 | 7.5 | annual | percentage-of-active-population | NA | ea19 | NA | a | Annually | NA | NA | NA | NA | 2020-05-07 08:46:14 | NA | NA | NA | NA | NA | |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2008 | 2008-01-01 | 7.5 | 7.5 | annual | percentage-of-active-population | NA | ea19 | NA | a | Annually | NA | NA | NA | NA | 2020-05-07 08:46:14 | NA | NA | NA | NA | NA | |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2009 | 2009-01-01 | 9.6 | 9.6 | annual | percentage-of-active-population | NA | ea19 | NA | a | Annually | NA | NA | NA | NA | 2020-05-07 08:46:14 | NA | NA | NA | NA | NA | |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2010 | 2010-01-01 | 10.1 | 10.1 | annual | percentage-of-active-population | NA | ea19 | NA | a | Annually | NA | NA | NA | NA | 2020-05-07 08:46:14 | NA | NA | NA | NA | NA | |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2011 | 2011-01-01 | 10.2 | 10.2 | annual | percentage-of-active-population | NA | ea19 | NA | a | Annually | NA | NA | NA | NA | 2020-05-07 08:46:14 | NA | NA | NA | NA | NA | |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2012 | 2012-01-01 | 11.3 | 11.3 | annual | percentage-of-active-population | NA | ea19 | NA | a | Annually | NA | NA | NA | NA | 2020-05-07 08:46:14 | NA | NA | NA | NA | NA | |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2013 | 2013-01-01 | 12 | 12.0 | annual | percentage-of-active-population | NA | ea19 | NA | a | Annually | NA | NA | NA | NA | 2020-05-07 08:46:14 | NA | NA | NA | NA | NA | |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2014 | 2014-01-01 | 11.6 | 11.6 | annual | percentage-of-active-population | NA | ea19 | NA | a | Annually | NA | NA | NA | NA | 2020-05-07 08:46:14 | NA | NA | NA | NA | NA | |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2015 | 2015-01-01 | 10.8 | 10.8 | annual | percentage-of-active-population | NA | ea19 | NA | a | Annually | NA | NA | NA | NA | 2020-05-07 08:46:14 | NA | NA | NA | NA | NA | |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2016 | 2016-01-01 | 10 | 10.0 | annual | percentage-of-active-population | NA | ea19 | NA | a | Annually | NA | NA | NA | NA | 2020-05-07 08:46:14 | NA | NA | NA | NA | NA | |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2017 | 2017-01-01 | 9 | 9.0 | annual | percentage-of-active-population | NA | ea19 | NA | a | Annually | NA | NA | NA | NA | 2020-05-07 08:46:14 | NA | NA | NA | NA | NA | |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2018 | 2018-01-01 | 8.1 | 8.1 | annual | percentage-of-active-population | NA | ea19 | NA | a | Annually | NA | NA | NA | NA | 2020-05-07 08:46:14 | NA | NA | NA | NA | NA | |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2019 | 2019-01-01 | 7.5 | 7.5 | annual | percentage-of-active-population | NA | ea19 | NA | a | Annually | NA | NA | NA | NA | 2020-05-07 08:46:14 | NA | NA | NA | NA | NA | |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2020 | 2020-01-01 | 9.6 | 9.6 | annual | percentage-of-active-population | NA | ea19 | NA | a | Annually | NA | NA | NA | NA | 2020-05-07 08:46:14 | NA | NA | NA | NA | NA | |
AMECO | ZUTN | Unemployment rate: total :- Member States: definition EUROSTAT | EA19.1.0.0.0.ZUTN | Annually – (Percentage of active population) – Euro area | 2021 | 2021-01-01 | 8.6 | 8.6 | annual | percentage-of-active-population | NA | ea19 | NA | a | Annually | NA | NA | NA | NA | 2020-05-07 08:46:14 | NA | NA | NA | NA | NA | |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 1997-Q1 | 1997-01-01 | 11.5 | 11.5 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 1997-Q2 | 1997-04-01 | 11.6 | 11.6 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 1997-Q3 | 1997-07-01 | 11.5 | 11.5 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 1997-Q4 | 1997-10-01 | 11.3 | 11.3 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 1998-Q1 | 1998-01-01 | 11.1 | 11.1 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 1998-Q2 | 1998-04-01 | 11.1 | 11.1 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 1998-Q3 | 1998-07-01 | 11 | 11.0 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 1998-Q4 | 1998-10-01 | 10.7 | 10.7 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 1999-Q1 | 1999-01-01 | 10.5 | 10.5 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 1999-Q2 | 1999-04-01 | 10.3 | 10.3 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 1999-Q3 | 1999-07-01 | 10.1 | 10.1 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 1999-Q4 | 1999-10-01 | 9.8 | 9.8 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2000-Q1 | 2000-01-01 | 9.6 | 9.6 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2000-Q2 | 2000-04-01 | 9.3 | 9.3 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2000-Q3 | 2000-07-01 | 9.1 | 9.1 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2000-Q4 | 2000-10-01 | 8.8 | 8.8 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2001-Q1 | 2001-01-01 | 8.4 | 8.4 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2001-Q2 | 2001-04-01 | 8.4 | 8.4 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2001-Q3 | 2001-07-01 | 8.4 | 8.4 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2001-Q4 | 2001-10-01 | 8.4 | 8.4 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2002-Q1 | 2002-01-01 | 8.5 | 8.5 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2002-Q2 | 2002-04-01 | 8.6 | 8.6 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2002-Q3 | 2002-07-01 | 8.7 | 8.7 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2002-Q4 | 2002-10-01 | 8.8 | 8.8 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2003-Q1 | 2003-01-01 | 8.8 | 8.8 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2003-Q2 | 2003-04-01 | 9 | 9.0 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2003-Q3 | 2003-07-01 | 9 | 9.0 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2003-Q4 | 2003-10-01 | 9.1 | 9.1 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2004-Q1 | 2004-01-01 | 9.3 | 9.3 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2004-Q2 | 2004-04-01 | 9.2 | 9.2 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2004-Q3 | 2004-07-01 | 9.3 | 9.3 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2004-Q4 | 2004-10-01 | 9.2 | 9.2 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2005-Q1 | 2005-01-01 | 9.1 | 9.1 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2005-Q2 | 2005-04-01 | 9.1 | 9.1 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2005-Q3 | 2005-07-01 | 9 | 9.0 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2005-Q4 | 2005-10-01 | 8.9 | 8.9 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2006-Q1 | 2006-01-01 | 8.7 | 8.7 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2006-Q2 | 2006-04-01 | 8.4 | 8.4 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2006-Q3 | 2006-07-01 | 8.2 | 8.2 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2006-Q4 | 2006-10-01 | 8 | 8.0 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2007-Q1 | 2007-01-01 | 7.7 | 7.7 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2007-Q2 | 2007-04-01 | 7.4 | 7.4 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2007-Q3 | 2007-07-01 | 7.4 | 7.4 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2007-Q4 | 2007-10-01 | 7.3 | 7.3 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2008-Q1 | 2008-01-01 | 7.2 | 7.2 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2008-Q2 | 2008-04-01 | 7.4 | 7.4 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2008-Q3 | 2008-07-01 | 7.5 | 7.5 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2008-Q4 | 2008-10-01 | 8 | 8.0 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2009-Q1 | 2009-01-01 | 9 | 9.0 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2009-Q2 | 2009-04-01 | 9.5 | 9.5 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2009-Q3 | 2009-07-01 | 9.8 | 9.8 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2009-Q4 | 2009-10-01 | 10 | 10.0 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2010-Q1 | 2010-01-01 | 10.2 | 10.2 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2010-Q2 | 2010-04-01 | 10.2 | 10.2 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2010-Q3 | 2010-07-01 | 10 | 10.0 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2010-Q4 | 2010-10-01 | 10 | 10.0 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2011-Q1 | 2011-01-01 | 10 | 10.0 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2011-Q2 | 2011-04-01 | 9.9 | 9.9 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2011-Q3 | 2011-07-01 | 10.2 | 10.2 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2011-Q4 | 2011-10-01 | 10.5 | 10.5 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2012-Q1 | 2012-01-01 | 10.9 | 10.9 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2012-Q2 | 2012-04-01 | 11.2 | 11.2 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2012-Q3 | 2012-07-01 | 11.4 | 11.4 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2012-Q4 | 2012-10-01 | 11.7 | 11.7 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2013-Q1 | 2013-01-01 | 12 | 12.0 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | Unemployment by sex and age – quarterly data | Q.SA.Y15-74.PC_ACT.T.EA19 | Quarterly – Seasonally adjusted data, not calendar adjusted data – From 15 to 74 years – Percentage of active population – Total – Euro area - 19 countries (from 2015) | 2013-Q2 | 2013-04-01 | 12 | 12.0 | quarterly | PC_ACT | NA | EA19 | NA | NA | Quarterly | Y15-74 | From 15 to 74 years | Q | Euro area - 19 countries (from 2015) | 2020-10-08 00:01:51 | OBS_STATUS, | SA | Seasonally adjusted data, not calendar adjusted data | T | Total | Percentage of active population |
Eurostat | une_rt_q | ... |
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.