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: show the values
| Point | FJD/KRW |
|---|---|
| 2025-12-31 | 635.5247 |
| 2026-01-07 | 637.6479 |
| 2026-01-14 | 647.2739 |
| 2026-01-21 | 646.0818 |
| 2026-01-28 | 644.2094 |
| 2026-02-04 | 657.7230 |
| 2026-02-11 | 663.5411 |
| 2026-02-18 | 655.4444 |
| 2026-02-25 | 647.2944 |
| 2026-03-04 | 662.0278 |
| 2026-03-11 | 669.2190 |
| 2026-03-18 | 679.1888 |
| 2026-03-25 | 671.0098 |
| 2026-04-01 | 671.9758 |
| 2026-04-08 | 658.5129 |
| 2026-04-15 | 668.3641 |
| 2026-04-22 | 669.9906 |
| 2026-04-29 | 670.1653 |
| 2026-05-06 | 658.7381 |
| 2026-05-13 | 677.8486 |
| 2026-05-20 | 681.8849 |
| 2026-05-27 | 681.3838 |
| 2026-06-03 | 694.5819 |
| 2026-06-10 | 687.3139 |
| 2026-06-17 | 682.9904 |
| 2026-06-24 | 690.0003 |
| 2026-07-01 | 694.8928 |
| 2026-07-08 | 671.7674 |
| 2026-07-15 | 666.6564 |
| 2026-07-22 | 662.6546 |
| 2026-07-29 | 648.1349 |
| 2026-08-05 | 640.7444 |
| 2026-08-12 | 637.7135 |
| 2026-08-19 | 626.5011 |
| 2026-08-26 | 626.7941 |
| 2026-09-02 | 614.5170 |
| 2026-09-09 | 604.8812 |
| 2026-09-16 | 616.2031 |
| 2026-09-23 | 611.9822 |
High
694.8928
Low
604.8812
Average
656.0971
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.