GBP to BRL exchange rate API
Pound Sterling to Brazilian Real · quoted 2026-09-24
6.8327
▼ +6.15% over 5Y
1 GBP = 6.8327 BRL · 1 BRL = 0.14635 GBP · Get this rate via the API
1 GBP buys 6.8327 BRL as of 2026-09-24, so 1 BRL buys 0.14635 GBP. Over the last 5 years, GBP/BRL traded between 5.8490 and 7.6774, averaged 6.8528 and fell 6.15%. The API holds daily GBP/BRL rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.
GBP/BRL over 5Y: show the values
| Point | GBP/BRL |
|---|---|
| 2021-09-27 | 7.2801 |
| 2021-11-08 | 7.5656 |
| 2021-12-20 | 7.5370 |
| 2022-01-31 | 7.2192 |
| 2022-03-14 | 6.5883 |
| 2022-04-27 | 6.2988 |
| 2022-06-08 | 6.1288 |
| 2022-07-20 | 6.5072 |
| 2022-08-31 | 5.9838 |
| 2022-10-12 | 5.8490 |
| 2022-11-23 | 6.4433 |
| 2023-01-05 | 6.4618 |
| 2023-02-16 | 6.3105 |
| 2023-03-30 | 6.2986 |
| 2023-05-16 | 6.1354 |
| 2023-06-27 | 6.0834 |
| 2023-08-08 | 6.2641 |
| 2023-09-19 | 6.0181 |
| 2023-10-31 | 6.1515 |
| 2023-12-12 | 6.2060 |
| 2024-01-26 | 6.2513 |
| 2024-03-08 | 6.3734 |
| 2024-04-23 | 6.4202 |
| 2024-06-05 | 6.7326 |
| 2024-07-17 | 7.0887 |
| 2024-08-27 | 7.2463 |
| 2024-10-07 | 7.1165 |
| 2024-11-06 | 7.4651 |
| 2024-12-06 | 7.6695 |
| 2025-01-05 | 7.6774 |
| 2025-02-04 | 7.2292 |
| 2025-03-06 | 7.4100 |
| 2025-04-05 | 7.5346 |
| 2025-05-05 | 7.5184 |
| 2025-06-04 | 7.6003 |
| 2025-07-04 | 7.3893 |
| 2025-08-03 | 7.3647 |
| 2025-09-02 | 7.3342 |
| 2025-10-02 | 7.1600 |
| 2025-11-01 | 7.0735 |
| 2025-12-01 | 7.0935 |
| 2025-12-31 | 7.3761 |
| 2026-01-30 | 7.1846 |
| 2026-03-01 | 6.8987 |
| 2026-03-31 | 6.9173 |
| 2026-04-30 | 6.7292 |
| 2026-05-30 | 6.7774 |
| 2026-06-30 | 6.8466 |
| 2026-07-30 | 6.8290 |
| 2026-08-29 | 7.0235 |
High
7.6774
Low
5.8490
Average
6.8528
Get this rate via the API
One GET request returns the GBP/BRL rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=BRL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=BRL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=BRL").json()Replace YOUR_API_KEY with the key from your dashboard.
GBP/BRL API questions
How do I get the GBP/BRL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=BRL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/BRL rate in rates.BRL.
How far back does GBP/BRL historical data go?
Daily GBP/BRL rates are available from 2008-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free GBP/BRL exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.