GBP to BRL exchange rate API
Pound Sterling to Brazilian Real · quoted 2026-09-24
6.8327
▼ +4.15% over 1Y
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 year, GBP/BRL traded between 6.6252 and 7.4552, averaged 6.9847 and fell 4.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 1Y: show the values
| Point | GBP/BRL |
|---|---|
| 2025-09-24 | 7.1286 |
| 2025-10-01 | 7.1535 |
| 2025-10-08 | 7.1835 |
| 2025-10-15 | 7.2947 |
| 2025-10-22 | 7.1828 |
| 2025-10-29 | 7.0648 |
| 2025-11-05 | 7.0451 |
| 2025-11-12 | 6.9130 |
| 2025-11-19 | 7.0012 |
| 2025-11-26 | 7.0923 |
| 2025-12-03 | 7.0793 |
| 2025-12-10 | 7.2632 |
| 2025-12-17 | 7.3418 |
| 2025-12-24 | 7.4552 |
| 2025-12-31 | 7.3761 |
| 2026-01-07 | 7.2709 |
| 2026-01-14 | 7.2155 |
| 2026-01-21 | 7.1790 |
| 2026-01-28 | 7.1329 |
| 2026-02-04 | 7.1619 |
| 2026-02-11 | 7.0999 |
| 2026-02-18 | 7.0914 |
| 2026-02-25 | 6.9356 |
| 2026-03-04 | 6.9851 |
| 2026-03-11 | 6.9343 |
| 2026-03-18 | 6.9542 |
| 2026-03-25 | 7.0081 |
| 2026-04-01 | 6.8737 |
| 2026-04-08 | 6.8461 |
| 2026-04-15 | 6.7726 |
| 2026-04-22 | 6.7124 |
| 2026-04-29 | 6.7356 |
| 2026-05-06 | 6.6854 |
| 2026-05-13 | 6.6252 |
| 2026-05-20 | 6.7410 |
| 2026-05-27 | 6.7790 |
| 2026-06-03 | 6.7482 |
| 2026-06-11 | 6.8963 |
| 2026-06-18 | 6.8087 |
| 2026-06-25 | 6.8459 |
| 2026-07-02 | 6.9207 |
| 2026-07-09 | 6.8926 |
| 2026-07-16 | 6.8712 |
| 2026-07-23 | 6.7717 |
| 2026-07-30 | 6.8290 |
| 2026-08-06 | 6.9002 |
| 2026-08-13 | 6.9902 |
| 2026-08-20 | 7.0768 |
| 2026-08-27 | 6.9838 |
| 2026-09-03 | 6.8485 |
| 2026-09-10 | 6.9287 |
| 2026-09-17 | 6.8630 |
| 2026-09-24 | 6.8488 |
High
7.4552
Low
6.6252
Average
6.9847
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.