United Kingdom · GBR
GBR is the admitted country for this Bank of England contract.

Bank of England nominal zero-coupon yields, from one source date to the full available curve. Retrieve one date or a paginated history.
Nominal zero-coupon yields, continuously compounded, published by the Bank of England. Values are decimal strings in percent and each curve contains the maturities available for that source date.
curl --request GET \
--url "https://api.narwhalapi.com/v1/economics/GBR/yield-curve?date=2026-09-10&maturity=2y%2C10y" \
--header "Authorization: Bearer $NARWHAL_API_KEY"{
"country": "GBR",
"curve_type": "nominal_zero_coupon",
"date": "2026-09-10",
"yields": [
{
"maturity": "2y",
"yield_percent": "4.6509003413966044"
},
{
"maturity": "10y",
"yield_percent": "5.3572243604351168"
}
]
}/v1/economics/{country}/yield-curvecountrydateversion_idmaturityMCP · economics_get_yield_curve
/v1/economics/{country}/yield-curve/historycountrystartendlimitcursormaturityMCP · economics_get_yield_curve_history
Choose an inclusive start and end. Responses are oldest first, with up to 1,000 source dates per page. Follow next_cursor with the same filters and limit until it is null.
curl --request GET \
--url "https://api.narwhalapi.com/v1/economics/GBR/yield-curve/history?start=2026-09-09&end=2026-09-10&limit=100&maturity=2y%2C10y" \
--header "Authorization: Bearer $NARWHAL_API_KEY"{
"country": "GBR",
"curve_type": "nominal_zero_coupon",
"observations": [
{
"date": "2026-09-09",
"yields": [
{
"maturity": "2y",
"yield_percent": "4.4821473122101274"
},
{
"maturity": "10y",
"yield_percent": "5.2493002729396405"
}
]
},
{
"date": "2026-09-10",
"yields": [
{
"maturity": "2y",
"yield_percent": "4.6509003413966044"
},
{
"maturity": "10y",
"yield_percent": "5.3572243604351168"
}
]
}
],
"next_cursor": null
}Missing maturities are omitted. Narwhal never fills a missing source point, substitutes an older curve, or invents a value.
A cursor preserves the publication snapshot for up to 24 hours. An expired or withdrawn snapshot returns 409; restart the request without its cursor.
GBR is the admitted country for this Bank of England contract.
Daily source dates; available terms vary historically
Half-year terms from 0.5y to 40y; available terms vary by date.
The Bank of England aims to publish by noon Europe/London on the next business day. Weekends and holidays may have no new curve. Source values can be revised; a source check is not a promise of a new observation.
Bank of England · Yield curves
Nominal zero-coupon yields, continuously compounded, published by the Bank of England. Values are decimal strings in percent and each curve contains the maturities available for that source date.
Missing maturities are omitted. Narwhal never fills a missing source point, substitutes an older curve, or invents a value.
Narwhal attributes this dataset to the Bank of England and retains its published decimal values. The source may revise historical values; Narwhal validates a replacement before accepting it. Other countries may publish different curve measures, which are not included under this contract.