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
  • 39.2 KB
  • 180 rows
  • 30 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "yld_curv" VARCHAR,
  "maturity" VARCHAR,
  "geo" VARCHAR,
  "n_1999_q1" DOUBLE,
  "n_1999_q2" DOUBLE,
  "n_1999_q3" DOUBLE,
  "n_1999_q4" DOUBLE,
  "n_2000_q1" DOUBLE,
  "n_2000_q2" DOUBLE,
  "n_2000_q3" DOUBLE,
  "n_2000_q4" DOUBLE,
  "n_2001_q1" DOUBLE,
  "n_2001_q2" DOUBLE,
  "n_2001_q3" DOUBLE,
  "n_2001_q4" DOUBLE,
  "n_2002_q1" DOUBLE,
  "n_2002_q2" DOUBLE,
  "n_2002_q3" DOUBLE,
  "n_2002_q4" DOUBLE,
  "n_2003_q1" DOUBLE,
  "n_2003_q2" DOUBLE,
  "n_2003_q3" DOUBLE,
  "n_2003_q4" DOUBLE,
  "n_2004_q1" DOUBLE,
  "n_2004_q2" DOUBLE,
  "n_2004_q3" DOUBLE,
  "n_2004_q4" DOUBLE,
  "n_2005_q1" DOUBLE,
  "n_2005_q2" DOUBLE
);

Euro Yield Curves - Quarterly Data - Unpivoted

@eurostat.irt_h_euryld_q.tidy
  • 17.5 KB
  • 3300 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.