Bank of England

Bank of England — Interactive Statistical Database (IADB)

The Bank of England's Interactive Statistical Database (IADB): time series of monetary and financial statistics — exchange rates, interest rates, money and credit data — downloaded by series code as a CSV file. No key required.

Official source United Kingdom no key CSV
GET bankofengland.co.uk/boeapps/database/_iadb-fromshowcolumns.asp?csv.x=yes&SeriesCodes={codes}&Datefrom={from}&Dateto={to}&UsingCodes=Y&CSVF=TT

Verified 2026-09

See the documentation →

About this API

The Bank of England, the United Kingdom's central bank, exposes its Interactive Statistical Database (IADB) as a direct CSV download. Every series has its own code (for example XUDLUSS for the US dollar to sterling spot rate); passing a list of codes and a date range in the URL returns a ready CSV file with daily, monthly or quarterly values. The database covers exchange rates, the official Bank Rate, bond yields, and money and credit statistics. There is no JSON format or public REST API — CSV is the only machine-readable output, and a single request can return up to 300 series at once (the CSVF parameter selects a tabular or columnar layout).

Frequently asked questions

Do I need an API key?

No. The database is fully public and free — no key or registration required. You simply build a URL with the series codes and a date range to download the CSV file.

What data does this API return?

Time series of Bank of England statistics identified by series code: exchange rates, the official Bank Rate, bond yields, monetary aggregates, and money and credit data. The result is a CSV file (up to 300 series per request), in a tabular or columnar layout, with or without series titles.

Can this API be called directly from a browser?

No. The endpoint returns no CORS header, so browser-side frontend code cannot read the response — it must be called server-side (which is why there is no live "Try it" button here). The response is a bulk CSV file rather than JSON, so it needs parsing in your application anyway.

Who runs this API?

The Bank of England — the United Kingdom's central bank. The CSV download documentation is at bankofengland.co.uk/boeapps/database/help.asp.