HKD to BRL exchange rate API
Hong Kong Dollar to Brazilian Real · quoted 2026-09-25
0.66186
▼ +3.21% over 1Y
1 HKD = 0.66186 BRL · 1 BRL = 1.5109 HKD · Get this rate via the API
1 HKD buys 0.66186 BRL as of 2026-09-25, so 1 BRL buys 1.5109 HKD. Over the last year, HKD/BRL traded between 0.62779 and 0.71293, averaged 0.66691 and fell 3.21%. The API holds daily HKD/BRL rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.
HKD/BRL over 1Y: show the values
| Point | HKD/BRL |
|---|---|
| 2025-09-25 | 0.68382 |
| 2025-10-02 | 0.68274 |
| 2025-10-09 | 0.68498 |
| 2025-10-16 | 0.70091 |
| 2025-10-23 | 0.69300 |
| 2025-10-30 | 0.69422 |
| 2025-11-06 | 0.68659 |
| 2025-11-13 | 0.67986 |
| 2025-11-20 | 0.68473 |
| 2025-11-27 | 0.68752 |
| 2025-12-04 | 0.68162 |
| 2025-12-11 | 0.69979 |
| 2025-12-18 | 0.71293 |
| 2025-12-25 | 0.71034 |
| 2026-01-01 | 0.70841 |
| 2026-01-08 | 0.69037 |
| 2026-01-15 | 0.69004 |
| 2026-01-22 | 0.68159 |
| 2026-01-29 | 0.66388 |
| 2026-02-05 | 0.67330 |
| 2026-02-12 | 0.66219 |
| 2026-02-19 | 0.66981 |
| 2026-02-26 | 0.65525 |
| 2026-03-05 | 0.67108 |
| 2026-03-12 | 0.65951 |
| 2026-03-19 | 0.67667 |
| 2026-03-26 | 0.66930 |
| 2026-04-02 | 0.66117 |
| 2026-04-09 | 0.65083 |
| 2026-04-16 | 0.63746 |
| 2026-04-23 | 0.63359 |
| 2026-04-30 | 0.63594 |
| 2026-05-07 | 0.62779 |
| 2026-05-14 | 0.63794 |
| 2026-05-21 | 0.63973 |
| 2026-05-28 | 0.64745 |
| 2026-06-04 | 0.64650 |
| 2026-06-12 | 0.65182 |
| 2026-06-19 | 0.65830 |
| 2026-06-26 | 0.66001 |
| 2026-07-03 | 0.66249 |
| 2026-07-10 | 0.65288 |
| 2026-07-17 | 0.65250 |
| 2026-07-24 | 0.64809 |
| 2026-07-31 | 0.64493 |
| 2026-08-07 | 0.65007 |
| 2026-08-14 | 0.65961 |
| 2026-08-21 | 0.65977 |
| 2026-08-28 | 0.65873 |
| 2026-09-04 | 0.65194 |
| 2026-09-11 | 0.65172 |
| 2026-09-18 | 0.65467 |
| 2026-09-25 | 0.66064 |
High
0.71293
Low
0.62779
Average
0.66691
Get this rate via the API
One GET request returns the HKD/BRL 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=HKD¤cies=BRL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=BRL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=BRL").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/BRL API questions
How do I get the HKD/BRL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=BRL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/BRL rate in rates.BRL.
How far back does HKD/BRL historical data go?
Daily HKD/BRL 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 HKD/BRL 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.