Skip to content

FJD to KRW exchange rate API

Fiji Dollar to Won · quoted 2026-09-25

610.5043

▲ +1.64% over 5Y

1 FJD = 610.5043 KRW · 1 KRW = 0.001638 FJD · Get this rate via the API

1 FJD buys 610.5043 KRW as of 2026-09-25, so 1 KRW buys 0.001638 FJD. Over the last 5 years, FJD/KRW traded between 600.6490 and 689.2536, averaged 630.4455 and rose 1.64%. The API holds daily FJD/KRW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/KRW over 5Y

FJD/KRW over 5Y: show the values
PointFJD/KRW
2024-08-24600.6490
2024-10-05608.8794
2024-11-04608.5839
2024-12-04623.2603
2025-01-03626.3306
2025-02-02617.9816
2025-03-04622.7381
2025-04-04625.1419
2025-05-04603.8103
2025-06-04605.8260
2025-07-04606.5534
2025-08-03601.4035
2025-09-02605.5283
2025-10-03620.6163
2025-11-02624.2561
2025-12-02641.6157
2026-01-01634.3316
2026-01-31658.0422
2026-03-02658.5087
2026-04-01671.9758
2026-05-01674.7752
2026-05-31683.0587
2026-06-30689.2536
2026-07-30642.0261
2026-08-29625.9336

High

689.2536

Low

600.6490

Average

630.4455

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/KRW API questions

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

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

How far back does FJD/KRW historical data go?

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