Skip to content

FJD to KRW exchange rate API

Fiji Dollar to Won · quoted 2026-09-25

610.5043

▼ +3.94% over YTD

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 year to date, FJD/KRW traded between 604.8812 and 694.8928, averaged 656.0971 and fell 3.94%. 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 YTD

FJD/KRW over YTD: show the values
PointFJD/KRW
2025-12-31635.5247
2026-01-07637.6479
2026-01-14647.2739
2026-01-21646.0818
2026-01-28644.2094
2026-02-04657.7230
2026-02-11663.5411
2026-02-18655.4444
2026-02-25647.2944
2026-03-04662.0278
2026-03-11669.2190
2026-03-18679.1888
2026-03-25671.0098
2026-04-01671.9758
2026-04-08658.5129
2026-04-15668.3641
2026-04-22669.9906
2026-04-29670.1653
2026-05-06658.7381
2026-05-13677.8486
2026-05-20681.8849
2026-05-27681.3838
2026-06-03694.5819
2026-06-10687.3139
2026-06-17682.9904
2026-06-24690.0003
2026-07-01694.8928
2026-07-08671.7674
2026-07-15666.6564
2026-07-22662.6546
2026-07-29648.1349
2026-08-05640.7444
2026-08-12637.7135
2026-08-19626.5011
2026-08-26626.7941
2026-09-02614.5170
2026-09-09604.8812
2026-09-16616.2031
2026-09-23611.9822

High

694.8928

Low

604.8812

Average

656.0971

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.