FJD to KRW exchange rate API
Fiji Dollar to Won · quoted 2026-09-25
609.5465
▼ +2.01% over 1Y
1 FJD = 609.5465 KRW · 1 KRW = 0.001641 FJD · Get this rate via the API
1 FJD buys 609.5465 KRW as of 2026-09-25, so 1 KRW buys 0.001641 FJD. Over the last year, FJD/KRW traded between 607.3764 and 695.3479, averaged 650.4710 and fell 2.01%. 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 1Y: show the values
| Point | FJD/KRW |
|---|---|
| 2025-09-25 | 622.0234 |
| 2025-10-02 | 618.5522 |
| 2025-10-09 | 624.3468 |
| 2025-10-16 | 620.3881 |
| 2025-10-23 | 627.8027 |
| 2025-10-30 | 629.2664 |
| 2025-11-06 | 630.2579 |
| 2025-11-13 | 639.1508 |
| 2025-11-20 | 637.9569 |
| 2025-11-27 | 638.3399 |
| 2025-12-04 | 645.6088 |
| 2025-12-11 | 646.4335 |
| 2025-12-18 | 647.2663 |
| 2025-12-25 | 636.6037 |
| 2026-01-01 | 634.3316 |
| 2026-01-08 | 639.3781 |
| 2026-01-15 | 644.7729 |
| 2026-01-22 | 648.7980 |
| 2026-01-29 | 646.0784 |
| 2026-02-05 | 660.1127 |
| 2026-02-12 | 653.6244 |
| 2026-02-19 | 656.6396 |
| 2026-02-26 | 647.3263 |
| 2026-03-05 | 666.9375 |
| 2026-03-12 | 670.4944 |
| 2026-03-19 | 678.8010 |
| 2026-03-26 | 677.0689 |
| 2026-04-02 | 676.5510 |
| 2026-04-09 | 663.8686 |
| 2026-04-16 | 668.3949 |
| 2026-04-23 | 670.0548 |
| 2026-04-30 | 670.4411 |
| 2026-05-07 | 660.6343 |
| 2026-05-14 | 680.4171 |
| 2026-05-21 | 683.1477 |
| 2026-05-28 | 683.2848 |
| 2026-06-04 | 695.3479 |
| 2026-06-11 | 685.8252 |
| 2026-06-18 | 690.0260 |
| 2026-06-25 | 687.5942 |
| 2026-07-02 | 690.1814 |
| 2026-07-09 | 674.1153 |
| 2026-07-16 | 662.3695 |
| 2026-07-23 | 658.4094 |
| 2026-07-30 | 642.0261 |
| 2026-08-06 | 639.5681 |
| 2026-08-13 | 638.3195 |
| 2026-08-20 | 630.8654 |
| 2026-08-27 | 625.1318 |
| 2026-09-03 | 612.8185 |
| 2026-09-10 | 607.3764 |
| 2026-09-17 | 619.6104 |
| 2026-09-24 | 611.1469 |
High
695.3479
Low
607.3764
Average
650.4710
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.