Skip to content

BRL to HKD exchange rate API

Brazilian Real to Hong Kong Dollar · quoted 2026-09-25

1.5109

▲ +3.19% over 5Y

1 BRL = 1.5109 HKD · 1 HKD = 0.66187 BRL · Get this rate via the API

1 BRL buys 1.5109 HKD as of 2026-09-25, so 1 HKD buys 0.66187 BRL. Over the last 5 years, BRL/HKD traded between 1.2584 and 1.6398, averaged 1.4763 and rose 3.19%. The API holds daily BRL/HKD rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

BRL/HKD over 5Y

BRL/HKD over 5Y: show the values
PointBRL/HKD
2021-09-271.4642
2021-11-081.3944
2021-12-201.3694
2022-01-311.4492
2022-03-141.5522
2022-04-271.5656
2022-06-081.6069
2022-07-201.4445
2022-08-311.5246
2022-10-121.4830
2022-11-231.4503
2023-01-051.4509
2023-02-161.4973
2023-03-301.5389
2023-05-161.5990
2023-06-271.6398
2023-08-081.5840
2023-09-191.6134
2023-10-311.5459
2023-12-121.5823
2024-01-261.5915
2024-03-081.5750
2024-04-231.5140
2024-06-051.4828
2024-07-171.4351
2024-08-271.4231
2024-10-071.4282
2024-11-061.3387
2024-12-061.2953
2025-01-051.2584
2025-02-041.3384
2025-03-061.3517
2025-04-051.3302
2025-05-051.3732
2025-06-041.3957
2025-07-041.4493
2025-08-031.4150
2025-09-021.4301
2025-10-021.4647
2025-11-011.4451
2025-12-011.4567
2025-12-311.4210
2026-01-301.4955
2026-03-011.5241
2026-03-311.5006
2026-04-301.5725
2026-05-301.5560
2026-06-301.5143
2026-07-301.5378
2026-08-291.5106

High

1.6398

Low

1.2584

Average

1.4763

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BRL/HKD API questions

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

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

How far back does BRL/HKD historical data go?

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