Skip to content

BRL to HKD exchange rate API

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

1.5109

▲ +3.32% over 1Y

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 year, BRL/HKD traded between 1.4027 and 1.5929, averaged 1.5009 and rose 3.32%. 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 1Y

BRL/HKD over 1Y: show the values
PointBRL/HKD
2025-09-251.4624
2025-10-021.4647
2025-10-091.4599
2025-10-161.4267
2025-10-231.4430
2025-10-301.4405
2025-11-061.4565
2025-11-131.4709
2025-11-201.4604
2025-11-271.4545
2025-12-041.4671
2025-12-111.4290
2025-12-181.4027
2025-12-251.4078
2026-01-011.4116
2026-01-081.4485
2026-01-151.4492
2026-01-221.4671
2026-01-291.5063
2026-02-051.4852
2026-02-121.5101
2026-02-191.4930
2026-02-261.5261
2026-03-051.4901
2026-03-121.5163
2026-03-191.4778
2026-03-261.4941
2026-04-021.5125
2026-04-091.5365
2026-04-161.5687
2026-04-231.5783
2026-04-301.5725
2026-05-071.5929
2026-05-141.5675
2026-05-211.5632
2026-05-281.5445
2026-06-041.5468
2026-06-121.5342
2026-06-191.5191
2026-06-261.5151
2026-07-031.5094
2026-07-101.5317
2026-07-171.5326
2026-07-241.5430
2026-07-311.5505
2026-08-071.5383
2026-08-141.5160
2026-08-211.5157
2026-08-281.5181
2026-09-041.5339
2026-09-111.5344
2026-09-181.5275
2026-09-251.5137

High

1.5929

Low

1.4027

Average

1.5009

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.