UK Real GDP was last reported at 712,545 GBP Million as of April 1, 2026. That is up 0.42% from the prior reading of 709,598 GBP Million. This indicator is reported Quarterly and seasonally adjusted, and is tracked under the International category. The next scheduled release is September 28, 2026.
| Date | Value (GBP Million) |
|---|---|
| 2026 Q2 | 712,545 |
| 2026 Q1 | 709,598 |
| 2025 Q4 | 705,160 |
| 2025 Q3 | 704,802 |
| 2025 Q2 | 704,274 |
| 2025 Q1 | 703,178 |
| 2024 Q4 | 699,169 |
| 2024 Q3 | 696,154 |
| 2024 Q2 | 694,910 |
| 2024 Q1 | 690,620 |
| Date | Value (GBP Million) |
|---|---|
| 2023 Q4 | 685,628 |
| 2023 Q3 | 687,839 |
| 2023 Q2 | 689,491 |
| 2023 Q1 | 689,206 |
| 2022 Q4 | 688,817 |
| 2022 Q3 | 687,029 |
| 2022 Q2 | 686,335 |
| 2022 Q1 | 682,527 |
| 2021 Q4 | 675,680 |
| 2021 Q3 | 666,498 |
Pull the full history of UK Real GDP into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=GBGDP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "GBGDP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=GBGDP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();