10y UK Government Bond Yields (long-term Interest)
Data from Bank of England with some minor processing
@kaggle.rupindersinghrana_10y_uk_government_bond_yields_long_t_ba57b3d8
Data from Bank of England with some minor processing
@kaggle.rupindersinghrana_10y_uk_government_bond_yields_long_t_ba57b3d8
CREATE TABLE annual (
"year" TIMESTAMP,
"rate" DOUBLE
);
CREATE TABLE quarterly (
"date" TIMESTAMP,
"rate" DOUBLE
);
Anyone who has the link will be able to view this.