Skip to content

FJD to HKD exchange rate API

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

3.4905

▲ +1.74% over 1Y

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 last year, FJD/HKD traded between 3.3820 and 3.5776, averaged 3.4910 and rose 1.74%. 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 1Y

FJD/HKD over 1Y: show the values
PointFJD/HKD
2025-09-263.4309
2025-10-033.4362
2025-10-103.4394
2025-10-173.3962
2025-10-243.3998
2025-10-313.3951
2025-11-073.3823
2025-11-143.3939
2025-11-213.3820
2025-11-283.4036
2025-12-053.4165
2025-12-123.4244
2025-12-193.4091
2025-12-263.4211
2026-01-023.4189
2026-01-093.4243
2026-01-163.4232
2026-01-233.4628
2026-01-303.5370
2026-02-063.5138
2026-02-133.5474
2026-02-203.5425
2026-02-273.5515
2026-03-063.5190
2026-03-133.5491
2026-03-203.5389
2026-03-273.4917
2026-04-033.4773
2026-04-103.5242
2026-04-173.5367
2026-04-243.5378
2026-05-013.5659
2026-05-083.5662
2026-05-153.5776
2026-05-223.5593
2026-05-293.5494
2026-06-053.5540
2026-06-123.5314
2026-06-193.5191
2026-06-263.5008
2026-07-033.4985
2026-07-103.5149
2026-07-173.5092
2026-07-243.4958
2026-07-313.5096
2026-08-073.5236
2026-08-143.5290
2026-08-213.5402
2026-08-283.5506
2026-09-043.5481
2026-09-113.5363
2026-09-183.5244
2026-09-253.4929

High

3.5776

Low

3.3820

Average

3.4910

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.