Skip to content

FJD to KRW exchange rate API

Fiji Dollar to Won · quoted 2026-09-25

609.5465

▼ +2.01% over 1Y

1 FJD = 609.5465 KRW · 1 KRW = 0.001641 FJD · Get this rate via the API

1 FJD buys 609.5465 KRW as of 2026-09-25, so 1 KRW buys 0.001641 FJD. Over the last year, FJD/KRW traded between 607.3764 and 695.3479, averaged 650.4710 and fell 2.01%. 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 1Y

FJD/KRW over 1Y: show the values
PointFJD/KRW
2025-09-25622.0234
2025-10-02618.5522
2025-10-09624.3468
2025-10-16620.3881
2025-10-23627.8027
2025-10-30629.2664
2025-11-06630.2579
2025-11-13639.1508
2025-11-20637.9569
2025-11-27638.3399
2025-12-04645.6088
2025-12-11646.4335
2025-12-18647.2663
2025-12-25636.6037
2026-01-01634.3316
2026-01-08639.3781
2026-01-15644.7729
2026-01-22648.7980
2026-01-29646.0784
2026-02-05660.1127
2026-02-12653.6244
2026-02-19656.6396
2026-02-26647.3263
2026-03-05666.9375
2026-03-12670.4944
2026-03-19678.8010
2026-03-26677.0689
2026-04-02676.5510
2026-04-09663.8686
2026-04-16668.3949
2026-04-23670.0548
2026-04-30670.4411
2026-05-07660.6343
2026-05-14680.4171
2026-05-21683.1477
2026-05-28683.2848
2026-06-04695.3479
2026-06-11685.8252
2026-06-18690.0260
2026-06-25687.5942
2026-07-02690.1814
2026-07-09674.1153
2026-07-16662.3695
2026-07-23658.4094
2026-07-30642.0261
2026-08-06639.5681
2026-08-13638.3195
2026-08-20630.8654
2026-08-27625.1318
2026-09-03612.8185
2026-09-10607.3764
2026-09-17619.6104
2026-09-24611.1469

High

695.3479

Low

607.3764

Average

650.4710

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.