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: show the values
| Point | FJD/KRW |
|---|---|
| 2026-03-29 | 672.5207 |
| 2026-04-05 | 675.8355 |
| 2026-04-12 | 668.3509 |
| 2026-04-19 | 660.3932 |
| 2026-04-26 | 667.7112 |
| 2026-05-03 | 669.3403 |
| 2026-05-10 | 666.6971 |
| 2026-05-17 | 678.5803 |
| 2026-05-24 | 686.8252 |
| 2026-05-31 | 683.0587 |
| 2026-06-07 | 698.5362 |
| 2026-06-14 | 682.2351 |
| 2026-06-21 | 683.2632 |
| 2026-06-28 | 679.3925 |
| 2026-07-05 | 678.6875 |
| 2026-07-12 | 668.3017 |
| 2026-07-19 | 664.5737 |
| 2026-07-26 | 651.6172 |
| 2026-08-02 | 651.4580 |
| 2026-08-09 | 635.4552 |
| 2026-08-16 | 636.5463 |
| 2026-08-23 | 629.5649 |
| 2026-08-30 | 624.9131 |
| 2026-09-06 | 610.7415 |
| 2026-09-13 | 614.4405 |
| 2026-09-20 | 628.0915 |
High
698.5362
Low
610.5043
Average
658.4309
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.