FJD to ARS exchange rate API
Fiji Dollar to Argentine Peso · quoted 2026-09-25
675.2807
▲ +13.96% over 1Y
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 year, FJD/ARS traded between 592.5356 and 684.7938, averaged 642.1589 and rose 13.96%. 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 1Y: show the values
| Point | FJD/ARS |
|---|---|
| 2025-09-25 | 592.5356 |
| 2025-10-02 | 628.2934 |
| 2025-10-09 | 629.0180 |
| 2025-10-16 | 595.7291 |
| 2025-10-23 | 648.7503 |
| 2025-10-30 | 630.7629 |
| 2025-11-06 | 632.3404 |
| 2025-11-13 | 615.0203 |
| 2025-11-20 | 610.5271 |
| 2025-11-27 | 634.1979 |
| 2025-12-04 | 637.5017 |
| 2025-12-12 | 631.8644 |
| 2025-12-19 | 635.3263 |
| 2025-12-26 | 638.0174 |
| 2026-01-02 | 636.3492 |
| 2026-01-09 | 642.4557 |
| 2026-01-16 | 632.9014 |
| 2026-01-23 | 634.6219 |
| 2026-01-30 | 654.1409 |
| 2026-02-06 | 648.5421 |
| 2026-02-13 | 636.1492 |
| 2026-02-20 | 630.2728 |
| 2026-02-27 | 639.0855 |
| 2026-03-06 | 633.3593 |
| 2026-03-13 | 632.7065 |
| 2026-03-20 | 629.9601 |
| 2026-03-27 | 609.7104 |
| 2026-04-03 | 616.4368 |
| 2026-04-10 | 621.8068 |
| 2026-04-17 | 612.5297 |
| 2026-04-24 | 628.9038 |
| 2026-05-01 | 633.6555 |
| 2026-05-08 | 635.7373 |
| 2026-05-16 | 632.7392 |
| 2026-05-24 | 631.4133 |
| 2026-05-31 | 636.4631 |
| 2026-06-09 | 652.0005 |
| 2026-06-16 | 643.6775 |
| 2026-06-23 | 653.3502 |
| 2026-06-30 | 658.3642 |
| 2026-07-07 | 662.3344 |
| 2026-07-14 | 662.0997 |
| 2026-07-21 | 663.5727 |
| 2026-07-28 | 669.3101 |
| 2026-08-04 | 671.5189 |
| 2026-08-11 | 674.0400 |
| 2026-08-18 | 670.2102 |
| 2026-08-26 | 684.7938 |
| 2026-09-02 | 682.2450 |
| 2026-09-09 | 684.2312 |
| 2026-09-16 | 678.8501 |
| 2026-09-23 | 678.7155 |
High
684.7938
Low
592.5356
Average
642.1589
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.