FJD to KRW exchange rate API
Fiji Dollar to Won · quoted 2026-09-25
610.5043
▲ +1.64% over 5Y
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 5 years, FJD/KRW traded between 600.6490 and 689.2536, averaged 630.4455 and rose 1.64%. 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 5Y: show the values
| Point | FJD/KRW |
|---|---|
| 2024-08-24 | 600.6490 |
| 2024-10-05 | 608.8794 |
| 2024-11-04 | 608.5839 |
| 2024-12-04 | 623.2603 |
| 2025-01-03 | 626.3306 |
| 2025-02-02 | 617.9816 |
| 2025-03-04 | 622.7381 |
| 2025-04-04 | 625.1419 |
| 2025-05-04 | 603.8103 |
| 2025-06-04 | 605.8260 |
| 2025-07-04 | 606.5534 |
| 2025-08-03 | 601.4035 |
| 2025-09-02 | 605.5283 |
| 2025-10-03 | 620.6163 |
| 2025-11-02 | 624.2561 |
| 2025-12-02 | 641.6157 |
| 2026-01-01 | 634.3316 |
| 2026-01-31 | 658.0422 |
| 2026-03-02 | 658.5087 |
| 2026-04-01 | 671.9758 |
| 2026-05-01 | 674.7752 |
| 2026-05-31 | 683.0587 |
| 2026-06-30 | 689.2536 |
| 2026-07-30 | 642.0261 |
| 2026-08-29 | 625.9336 |
High
689.2536
Low
600.6490
Average
630.4455
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.