FJD to ARS exchange rate API
Fiji Dollar to Argentine Peso · quoted 2026-09-25
675.2807
▲ +57.66% over 5Y
1 FJD = 675.2807 ARS · 1 ARS = 0.001481 FJD · Get this rate via the API
1 FJD buys 675.2807 ARS as of 2026-09-25, so 1 ARS buys 0.001481 FJD. Over the last 5 years, FJD/ARS traded between 428.3271 and 683.3377, averaged 569.7688 and rose 57.66%. The API holds daily FJD/ARS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/ARS over 5Y: show the values
| Point | FJD/ARS |
|---|---|
| 2024-08-24 | 428.3271 |
| 2024-10-07 | 438.9755 |
| 2024-11-06 | 437.9642 |
| 2024-12-06 | 444.4415 |
| 2025-01-05 | 444.6851 |
| 2025-02-04 | 452.5599 |
| 2025-03-06 | 464.9469 |
| 2025-04-06 | 462.7201 |
| 2025-05-06 | 529.1683 |
| 2025-06-07 | 524.6137 |
| 2025-07-07 | 549.0343 |
| 2025-08-06 | 593.4494 |
| 2025-09-05 | 603.0167 |
| 2025-10-06 | 627.4798 |
| 2025-11-05 | 634.8612 |
| 2025-12-05 | 634.5168 |
| 2026-01-05 | 650.9851 |
| 2026-02-04 | 652.8725 |
| 2026-03-06 | 633.3593 |
| 2026-04-05 | 618.6932 |
| 2026-05-05 | 637.9049 |
| 2026-06-06 | 652.9870 |
| 2026-07-08 | 664.2056 |
| 2026-08-07 | 673.6033 |
| 2026-09-07 | 683.3377 |
High
683.3377
Low
428.3271
Average
569.7688
Get this rate via the API
One GET request returns the FJD/ARS 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=ARS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=ARS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=ARS").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/ARS API questions
How do I get the FJD/ARS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=ARS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/ARS rate in rates.ARS.
How far back does FJD/ARS historical data go?
Daily FJD/ARS 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/ARS 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.