Skip to content

BRL to GBP exchange rate API

Brazilian Real to Pound Sterling · quoted 2026-09-26

0.14560

▲ +6.00% over 5Y

1 BRL = 0.14560 GBP · 1 GBP = 6.8683 BRL · Get this rate via the API

1 BRL buys 0.14560 GBP as of 2026-09-26, so 1 GBP buys 6.8683 BRL. Over the last 5 years, BRL/GBP traded between 0.13025 and 0.17097, averaged 0.14679 and rose 6.00%. The API holds daily BRL/GBP rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

BRL/GBP over 5Y

BRL/GBP over 5Y: show the values
PointBRL/GBP
2021-09-270.13736
2021-11-080.13218
2021-12-200.13268
2022-01-310.13852
2022-03-140.15178
2022-04-270.15876
2022-06-080.16316
2022-07-200.15368
2022-08-310.16712
2022-10-120.17097
2022-11-230.15520
2023-01-050.15475
2023-02-160.15846
2023-03-300.15876
2023-05-160.16299
2023-06-270.16438
2023-08-080.15964
2023-09-190.16617
2023-10-310.16256
2023-12-120.16113
2024-01-260.15997
2024-03-080.15690
2024-04-230.15576
2024-06-050.14853
2024-07-170.14107
2024-08-270.13800
2024-10-070.14052
2024-11-060.13396
2024-12-060.13039
2025-01-050.13025
2025-02-040.13833
2025-03-060.13495
2025-04-050.13272
2025-05-050.13301
2025-06-040.13157
2025-07-040.13533
2025-08-030.13578
2025-09-020.13635
2025-10-020.13967
2025-11-010.14137
2025-12-010.14097
2025-12-310.13557
2026-01-300.13919
2026-03-010.14495
2026-03-310.14456
2026-04-300.14860
2026-05-300.14755
2026-06-300.14606
2026-07-300.14643
2026-08-290.14238

High

0.17097

Low

0.13025

Average

0.14679

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL&currencies=GBP").json()

Replace YOUR_API_KEY with the key from your dashboard.

BRL/GBP API questions

How do I get the BRL/GBP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL&currencies=GBP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BRL/GBP rate in rates.GBP.

How far back does BRL/GBP historical data go?

Daily BRL/GBP 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 BRL/GBP 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.