FJD to KRW exchange rate API
Fiji Dollar to Won · quoted 2026-09-25
610.5043
▼ +2.60% over 30D
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 30 days, FJD/KRW traded between 604.8812 and 628.0915, averaged 615.0758 and fell 2.60%. 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 30D: show the values
| Point | FJD/KRW |
|---|---|
| 2026-08-26 | 626.7941 |
| 2026-08-27 | 625.1318 |
| 2026-08-28 | 622.5534 |
| 2026-08-29 | 625.9336 |
| 2026-08-30 | 624.9131 |
| 2026-08-31 | 618.1855 |
| 2026-09-01 | 621.0880 |
| 2026-09-02 | 614.5170 |
| 2026-09-03 | 612.8185 |
| 2026-09-04 | 611.0912 |
| 2026-09-05 | 610.7186 |
| 2026-09-06 | 610.7415 |
| 2026-09-07 | 610.3426 |
| 2026-09-08 | 607.7591 |
| 2026-09-09 | 604.8812 |
| 2026-09-10 | 607.3764 |
| 2026-09-11 | 605.5239 |
| 2026-09-12 | 605.9458 |
| 2026-09-13 | 614.4405 |
| 2026-09-14 | 607.7377 |
| 2026-09-15 | 612.8174 |
| 2026-09-16 | 616.2031 |
| 2026-09-17 | 619.6104 |
| 2026-09-18 | 623.6091 |
| 2026-09-19 | 625.6863 |
| 2026-09-20 | 628.0915 |
| 2026-09-21 | 616.2874 |
| 2026-09-22 | 607.3564 |
| 2026-09-23 | 611.9822 |
| 2026-09-24 | 611.1469 |
| 2026-09-25 | 610.6355 |
High
628.0915
Low
604.8812
Average
615.0758
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.