Skip to content

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

GBP/BRL over 5Y: show the values
PointGBP/BRL
2021-09-277.2801
2021-11-087.5656
2021-12-207.5370
2022-01-317.2192
2022-03-146.5883
2022-04-276.2988
2022-06-086.1288
2022-07-206.5072
2022-08-315.9838
2022-10-125.8490
2022-11-236.4433
2023-01-056.4618
2023-02-166.3105
2023-03-306.2986
2023-05-166.1354
2023-06-276.0834
2023-08-086.2641
2023-09-196.0181
2023-10-316.1515
2023-12-126.2060
2024-01-266.2513
2024-03-086.3734
2024-04-236.4202
2024-06-056.7326
2024-07-177.0887
2024-08-277.2463
2024-10-077.1165
2024-11-067.4651
2024-12-067.6695
2025-01-057.6774
2025-02-047.2292
2025-03-067.4100
2025-04-057.5346
2025-05-057.5184
2025-06-047.6003
2025-07-047.3893
2025-08-037.3647
2025-09-027.3342
2025-10-027.1600
2025-11-017.0735
2025-12-017.0935
2025-12-317.3761
2026-01-307.1846
2026-03-016.8987
2026-03-316.9173
2026-04-306.7292
2026-05-306.7774
2026-06-306.8466
2026-07-306.8290
2026-08-297.0235

High

7.6774

Low

5.8490

Average

6.8528

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=BRL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=BRL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=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&currencies=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.