HKD to FJD exchange rate API
Hong Kong Dollar to Fiji Dollar · quoted 2026-09-24
0.28557
▼ +1.61% over 1Y
1 HKD = 0.28557 FJD · 1 FJD = 3.5017 HKD · Get this rate via the API
1 HKD buys 0.28557 FJD as of 2026-09-24, so 1 FJD buys 3.5017 HKD. Over the last year, HKD/FJD traded between 0.28044 and 0.29574, averaged 0.28653 and fell 1.61%. The API holds daily HKD/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
HKD/FJD over 1Y: show the values
| Point | HKD/FJD |
|---|---|
| 2025-09-24 | 0.29026 |
| 2025-10-01 | 0.29076 |
| 2025-10-08 | 0.29239 |
| 2025-10-15 | 0.29454 |
| 2025-10-22 | 0.29574 |
| 2025-10-29 | 0.29278 |
| 2025-11-05 | 0.29524 |
| 2025-11-12 | 0.29490 |
| 2025-11-19 | 0.29506 |
| 2025-11-26 | 0.29516 |
| 2025-12-03 | 0.29337 |
| 2025-12-10 | 0.29255 |
| 2025-12-17 | 0.29302 |
| 2025-12-24 | 0.29196 |
| 2025-12-31 | 0.29193 |
| 2026-01-07 | 0.29158 |
| 2026-01-14 | 0.29235 |
| 2026-01-21 | 0.29073 |
| 2026-01-28 | 0.28430 |
| 2026-02-04 | 0.28334 |
| 2026-02-11 | 0.28183 |
| 2026-02-18 | 0.28229 |
| 2026-02-25 | 0.28207 |
| 2026-03-04 | 0.28304 |
| 2026-03-11 | 0.28201 |
| 2026-03-18 | 0.28244 |
| 2026-03-25 | 0.28543 |
| 2026-04-01 | 0.28572 |
| 2026-04-08 | 0.28583 |
| 2026-04-15 | 0.28209 |
| 2026-04-22 | 0.28168 |
| 2026-04-29 | 0.28150 |
| 2026-05-06 | 0.28055 |
| 2026-05-13 | 0.28044 |
| 2026-05-20 | 0.28186 |
| 2026-05-27 | 0.28092 |
| 2026-06-03 | 0.28127 |
| 2026-06-10 | 0.28304 |
| 2026-06-17 | 0.28348 |
| 2026-06-24 | 0.28585 |
| 2026-07-01 | 0.28585 |
| 2026-07-08 | 0.28657 |
| 2026-07-15 | 0.28553 |
| 2026-07-22 | 0.28493 |
| 2026-07-29 | 0.28573 |
| 2026-08-05 | 0.28330 |
| 2026-08-12 | 0.28319 |
| 2026-08-19 | 0.28324 |
| 2026-08-26 | 0.28160 |
| 2026-09-02 | 0.28272 |
| 2026-09-09 | 0.28168 |
| 2026-09-16 | 0.28295 |
| 2026-09-23 | 0.28443 |
High
0.29574
Low
0.28044
Average
0.28653
Get this rate via the API
One GET request returns the HKD/FJD 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=FJD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=FJD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=FJD").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/FJD API questions
How do I get the HKD/FJD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=FJD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/FJD rate in rates.FJD.
How far back does HKD/FJD historical data go?
Daily HKD/FJD rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free HKD/FJD 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.