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: show the values
| Point | BRL/HKD |
|---|---|
| 2021-09-27 | 1.4642 |
| 2021-11-08 | 1.3944 |
| 2021-12-20 | 1.3694 |
| 2022-01-31 | 1.4492 |
| 2022-03-14 | 1.5522 |
| 2022-04-27 | 1.5656 |
| 2022-06-08 | 1.6069 |
| 2022-07-20 | 1.4445 |
| 2022-08-31 | 1.5246 |
| 2022-10-12 | 1.4830 |
| 2022-11-23 | 1.4503 |
| 2023-01-05 | 1.4509 |
| 2023-02-16 | 1.4973 |
| 2023-03-30 | 1.5389 |
| 2023-05-16 | 1.5990 |
| 2023-06-27 | 1.6398 |
| 2023-08-08 | 1.5840 |
| 2023-09-19 | 1.6134 |
| 2023-10-31 | 1.5459 |
| 2023-12-12 | 1.5823 |
| 2024-01-26 | 1.5915 |
| 2024-03-08 | 1.5750 |
| 2024-04-23 | 1.5140 |
| 2024-06-05 | 1.4828 |
| 2024-07-17 | 1.4351 |
| 2024-08-27 | 1.4231 |
| 2024-10-07 | 1.4282 |
| 2024-11-06 | 1.3387 |
| 2024-12-06 | 1.2953 |
| 2025-01-05 | 1.2584 |
| 2025-02-04 | 1.3384 |
| 2025-03-06 | 1.3517 |
| 2025-04-05 | 1.3302 |
| 2025-05-05 | 1.3732 |
| 2025-06-04 | 1.3957 |
| 2025-07-04 | 1.4493 |
| 2025-08-03 | 1.4150 |
| 2025-09-02 | 1.4301 |
| 2025-10-02 | 1.4647 |
| 2025-11-01 | 1.4451 |
| 2025-12-01 | 1.4567 |
| 2025-12-31 | 1.4210 |
| 2026-01-30 | 1.4955 |
| 2026-03-01 | 1.5241 |
| 2026-03-31 | 1.5006 |
| 2026-04-30 | 1.5725 |
| 2026-05-30 | 1.5560 |
| 2026-06-30 | 1.5143 |
| 2026-07-30 | 1.5378 |
| 2026-08-29 | 1.5106 |
High
1.6398
Low
1.2584
Average
1.4763
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.