Skip to content

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

HKD/BRL over 1Y: show the values
PointHKD/BRL
2025-09-250.68382
2025-10-020.68274
2025-10-090.68498
2025-10-160.70091
2025-10-230.69300
2025-10-300.69422
2025-11-060.68659
2025-11-130.67986
2025-11-200.68473
2025-11-270.68752
2025-12-040.68162
2025-12-110.69979
2025-12-180.71293
2025-12-250.71034
2026-01-010.70841
2026-01-080.69037
2026-01-150.69004
2026-01-220.68159
2026-01-290.66388
2026-02-050.67330
2026-02-120.66219
2026-02-190.66981
2026-02-260.65525
2026-03-050.67108
2026-03-120.65951
2026-03-190.67667
2026-03-260.66930
2026-04-020.66117
2026-04-090.65083
2026-04-160.63746
2026-04-230.63359
2026-04-300.63594
2026-05-070.62779
2026-05-140.63794
2026-05-210.63973
2026-05-280.64745
2026-06-040.64650
2026-06-120.65182
2026-06-190.65830
2026-06-260.66001
2026-07-030.66249
2026-07-100.65288
2026-07-170.65250
2026-07-240.64809
2026-07-310.64493
2026-08-070.65007
2026-08-140.65961
2026-08-210.65977
2026-08-280.65873
2026-09-040.65194
2026-09-110.65172
2026-09-180.65467
2026-09-250.66064

High

0.71293

Low

0.62779

Average

0.66691

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=BRL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=BRL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=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&currencies=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.