Skip to content

FJD to ARS exchange rate API

Fiji Dollar to Argentine Peso · quoted 2026-09-25

675.2807

▲ +5.72% over YTD

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 year to date, FJD/ARS traded between 617.3709 and 683.3377, averaged 648.1389 and rose 5.72%. 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 YTD

FJD/ARS over YTD: show the values
PointFJD/ARS
2025-12-31638.7373
2026-01-07646.2649
2026-01-14639.7054
2026-01-21632.6816
2026-01-28650.3980
2026-02-04652.8725
2026-02-11637.2906
2026-02-18631.8594
2026-02-25625.3598
2026-03-04639.4600
2026-03-11634.0600
2026-03-18630.6761
2026-03-25626.1301
2026-04-01617.3709
2026-04-08622.1857
2026-04-15618.0970
2026-04-22623.1850
2026-04-29636.7560
2026-05-06633.5688
2026-05-14634.9886
2026-05-21632.6245
2026-05-29638.4530
2026-06-05651.9397
2026-06-14639.4370
2026-06-21652.0579
2026-06-28651.7793
2026-07-05659.2006
2026-07-12660.6550
2026-07-19658.1981
2026-07-26666.1978
2026-08-02669.5868
2026-08-09674.3768
2026-08-16668.9075
2026-08-24681.3450
2026-08-31681.4600
2026-09-07683.3377
2026-09-14683.0161
2026-09-21677.9147

High

683.3377

Low

617.3709

Average

648.1389

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=ARS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=ARS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=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&currencies=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.