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: show the values
| Point | BRL/HKD |
|---|---|
| 2025-09-25 | 1.4624 |
| 2025-10-02 | 1.4647 |
| 2025-10-09 | 1.4599 |
| 2025-10-16 | 1.4267 |
| 2025-10-23 | 1.4430 |
| 2025-10-30 | 1.4405 |
| 2025-11-06 | 1.4565 |
| 2025-11-13 | 1.4709 |
| 2025-11-20 | 1.4604 |
| 2025-11-27 | 1.4545 |
| 2025-12-04 | 1.4671 |
| 2025-12-11 | 1.4290 |
| 2025-12-18 | 1.4027 |
| 2025-12-25 | 1.4078 |
| 2026-01-01 | 1.4116 |
| 2026-01-08 | 1.4485 |
| 2026-01-15 | 1.4492 |
| 2026-01-22 | 1.4671 |
| 2026-01-29 | 1.5063 |
| 2026-02-05 | 1.4852 |
| 2026-02-12 | 1.5101 |
| 2026-02-19 | 1.4930 |
| 2026-02-26 | 1.5261 |
| 2026-03-05 | 1.4901 |
| 2026-03-12 | 1.5163 |
| 2026-03-19 | 1.4778 |
| 2026-03-26 | 1.4941 |
| 2026-04-02 | 1.5125 |
| 2026-04-09 | 1.5365 |
| 2026-04-16 | 1.5687 |
| 2026-04-23 | 1.5783 |
| 2026-04-30 | 1.5725 |
| 2026-05-07 | 1.5929 |
| 2026-05-14 | 1.5675 |
| 2026-05-21 | 1.5632 |
| 2026-05-28 | 1.5445 |
| 2026-06-04 | 1.5468 |
| 2026-06-12 | 1.5342 |
| 2026-06-19 | 1.5191 |
| 2026-06-26 | 1.5151 |
| 2026-07-03 | 1.5094 |
| 2026-07-10 | 1.5317 |
| 2026-07-17 | 1.5326 |
| 2026-07-24 | 1.5430 |
| 2026-07-31 | 1.5505 |
| 2026-08-07 | 1.5383 |
| 2026-08-14 | 1.5160 |
| 2026-08-21 | 1.5157 |
| 2026-08-28 | 1.5181 |
| 2026-09-04 | 1.5339 |
| 2026-09-11 | 1.5344 |
| 2026-09-18 | 1.5275 |
| 2026-09-25 | 1.5137 |
High
1.5929
Low
1.4027
Average
1.5009
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=HKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=HKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=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¤cies=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.