USD to FJD exchange rate API
US Dollar to Fiji Dollar · quoted 2026-09-25
2.2477
▼ +0.42% over 1Y
1 USD = 2.2477 FJD · 1 FJD = 0.44491 USD · Get this rate via the API
1 USD buys 2.2477 FJD as of 2026-09-25, so 1 FJD buys 0.44491 USD. Over the last year, USD/FJD traded between 2.1924 and 2.3032, averaged 2.2395 and fell 0.42%. The API holds daily USD/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/FJD over 1Y: show the values
| Point | USD/FJD |
|---|---|
| 2025-09-25 | 2.2570 |
| 2025-10-02 | 2.2656 |
| 2025-10-09 | 2.2731 |
| 2025-10-16 | 2.2855 |
| 2025-10-23 | 2.2944 |
| 2025-10-30 | 2.2804 |
| 2025-11-06 | 2.2939 |
| 2025-11-13 | 2.2897 |
| 2025-11-20 | 2.3032 |
| 2025-11-27 | 2.2907 |
| 2025-12-04 | 2.2793 |
| 2025-12-11 | 2.2758 |
| 2025-12-18 | 2.2823 |
| 2025-12-25 | 2.2723 |
| 2026-01-01 | 2.2737 |
| 2026-01-08 | 2.2714 |
| 2026-01-15 | 2.2773 |
| 2026-01-22 | 2.2622 |
| 2026-01-29 | 2.2146 |
| 2026-02-05 | 2.2195 |
| 2026-02-12 | 2.2005 |
| 2026-02-19 | 2.2077 |
| 2026-02-26 | 2.2024 |
| 2026-03-05 | 2.2128 |
| 2026-03-12 | 2.2086 |
| 2026-03-19 | 2.2122 |
| 2026-03-26 | 2.2248 |
| 2026-04-02 | 2.2417 |
| 2026-04-09 | 2.2286 |
| 2026-04-16 | 2.2090 |
| 2026-04-23 | 2.2078 |
| 2026-04-30 | 2.2030 |
| 2026-05-07 | 2.1958 |
| 2026-05-14 | 2.1924 |
| 2026-05-21 | 2.2085 |
| 2026-05-28 | 2.1994 |
| 2026-06-04 | 2.2040 |
| 2026-06-11 | 2.2302 |
| 2026-06-18 | 2.2302 |
| 2026-06-25 | 2.2439 |
| 2026-07-02 | 2.2441 |
| 2026-07-09 | 2.2436 |
| 2026-07-16 | 2.2336 |
| 2026-07-23 | 2.2368 |
| 2026-07-30 | 2.2331 |
| 2026-08-06 | 2.2258 |
| 2026-08-13 | 2.2250 |
| 2026-08-20 | 2.2134 |
| 2026-08-27 | 2.2081 |
| 2026-09-03 | 2.2148 |
| 2026-09-10 | 2.2125 |
| 2026-09-17 | 2.2313 |
| 2026-09-24 | 2.2394 |
High
2.3032
Low
2.1924
Average
2.2395
Get this rate via the API
One GET request returns the USD/FJD 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=USD¤cies=FJD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=FJD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=FJD").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/FJD API questions
How do I get the USD/FJD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=FJD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/FJD rate in rates.FJD.
How far back does USD/FJD historical data go?
Daily USD/FJD 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 USD/FJD 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.