Skip to content

FJD to KRW exchange rate API

Fiji Dollar to Won · quoted 2026-09-25

610.5043

▼ +9.22% over 6M

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 6 months, FJD/KRW traded between 610.5043 and 698.5362, averaged 658.4309 and fell 9.22%. 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 6M

FJD/KRW over 6M: show the values
PointFJD/KRW
2026-03-29672.5207
2026-04-05675.8355
2026-04-12668.3509
2026-04-19660.3932
2026-04-26667.7112
2026-05-03669.3403
2026-05-10666.6971
2026-05-17678.5803
2026-05-24686.8252
2026-05-31683.0587
2026-06-07698.5362
2026-06-14682.2351
2026-06-21683.2632
2026-06-28679.3925
2026-07-05678.6875
2026-07-12668.3017
2026-07-19664.5737
2026-07-26651.6172
2026-08-02651.4580
2026-08-09635.4552
2026-08-16636.5463
2026-08-23629.5649
2026-08-30624.9131
2026-09-06610.7415
2026-09-13614.4405
2026-09-20628.0915

High

698.5362

Low

610.5043

Average

658.4309

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.