Baselight

Euro Yield Curves - Quarterly Data

Eurostat code: irt_h_euryld_q · (1999-Q1 - 2005-Q2)

@eurostat.irt_h_euryld_q

Loading...
Loading...

About this Dataset

Euro Yield Curves - Quarterly Data

This Eurostat dataset contains data on euro yield curves - quarterly data, as collected and published by the Statistical Office of the European Union.

Tables included:

  • raw: Original table as downloaded from Eurostat.
  • tidy: A cleaned and transformed version of the raw table, where time period values appear as rows instead of columns (unpivoted format).

Last updated: 2009-03-27T11:00:00+0100

Tables

Euro Yield Curves - Quarterly Data - Raw

@eurostat.irt_h_euryld_q.raw
  • 40.14 kB
  • 180 rows
  • 30 columns
Loading...
CREATE TABLE raw (
  "freq" VARCHAR,
  "yld_curv" VARCHAR,
  "maturity" VARCHAR,
  "geo" VARCHAR,
  "n_1999_q1" DOUBLE  -- 1999-Q1,
  "n_1999_q2" DOUBLE  -- 1999-Q2,
  "n_1999_q3" DOUBLE  -- 1999-Q3,
  "n_1999_q4" DOUBLE  -- 1999-Q4,
  "n_2000_q1" DOUBLE  -- 2000-Q1,
  "n_2000_q2" DOUBLE  -- 2000-Q2,
  "n_2000_q3" DOUBLE  -- 2000-Q3,
  "n_2000_q4" DOUBLE  -- 2000-Q4,
  "n_2001_q1" DOUBLE  -- 2001-Q1,
  "n_2001_q2" DOUBLE  -- 2001-Q2,
  "n_2001_q3" DOUBLE  -- 2001-Q3,
  "n_2001_q4" DOUBLE  -- 2001-Q4,
  "n_2002_q1" DOUBLE  -- 2002-Q1,
  "n_2002_q2" DOUBLE  -- 2002-Q2,
  "n_2002_q3" DOUBLE  -- 2002-Q3,
  "n_2002_q4" DOUBLE  -- 2002-Q4,
  "n_2003_q1" DOUBLE  -- 2003-Q1,
  "n_2003_q2" DOUBLE  -- 2003-Q2,
  "n_2003_q3" DOUBLE  -- 2003-Q3,
  "n_2003_q4" DOUBLE  -- 2003-Q4,
  "n_2004_q1" DOUBLE  -- 2004-Q1,
  "n_2004_q2" DOUBLE  -- 2004-Q2,
  "n_2004_q3" DOUBLE  -- 2004-Q3,
  "n_2004_q4" DOUBLE  -- 2004-Q4,
  "n_2005_q1" DOUBLE  -- 2005-Q1,
  "n_2005_q2" DOUBLE  -- 2005-Q2
);

Euro Yield Curves - Quarterly Data - Unpivoted

@eurostat.irt_h_euryld_q.tidy
  • 17.92 kB
  • 3,300 rows
  • 6 columns
Loading...
CREATE TABLE tidy (
  "freq" VARCHAR,
  "yld_curv" VARCHAR,
  "maturity" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

Anyone who has the link will be able to view this.