Skip to content

FJD to HKD exchange rate API

Fiji Dollar to Hong Kong Dollar · quoted 2026-09-26

3.4905

▲ +1.90% over YTD

1 FJD = 3.4905 HKD · 1 HKD = 0.28649 FJD · Get this rate via the API

1 FJD buys 3.4905 HKD as of 2026-09-26, so 1 HKD buys 0.28649 FJD. Over the year to date, FJD/HKD traded between 3.4205 and 3.5658, averaged 3.5197 and rose 1.90%. The API holds daily FJD/HKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/HKD over YTD

FJD/HKD over YTD: show the values
PointFJD/HKD
2025-12-313.4254
2026-01-073.4296
2026-01-143.4205
2026-01-213.4396
2026-01-283.5174
2026-02-043.5294
2026-02-113.5482
2026-02-183.5425
2026-02-253.5452
2026-03-043.5331
2026-03-113.5460
2026-03-183.5405
2026-03-253.5035
2026-04-013.4999
2026-04-083.4986
2026-04-153.5449
2026-04-223.5502
2026-04-293.5524
2026-05-063.5644
2026-05-133.5658
2026-05-203.5479
2026-05-273.5597
2026-06-033.5552
2026-06-103.5331
2026-06-173.5275
2026-06-243.4983
2026-07-013.4983
2026-07-083.4895
2026-07-153.5022
2026-07-223.5096
2026-07-293.4998
2026-08-053.5298
2026-08-123.5312
2026-08-193.5306
2026-08-263.5511
2026-09-023.5370
2026-09-093.5501
2026-09-163.5342
2026-09-233.5158

High

3.5658

Low

3.4205

Average

3.5197

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=HKD").json()

Replace YOUR_API_KEY with the key from your dashboard.

FJD/HKD API questions

How do I get the FJD/HKD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=HKD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/HKD rate in rates.HKD.

How far back does FJD/HKD historical data go?

Daily FJD/HKD 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 FJD/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.