Skip to content

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

FJD/ARS over 5Y: show the values
PointFJD/ARS
2024-08-24428.3271
2024-10-07438.9755
2024-11-06437.9642
2024-12-06444.4415
2025-01-05444.6851
2025-02-04452.5599
2025-03-06464.9469
2025-04-06462.7201
2025-05-06529.1683
2025-06-07524.6137
2025-07-07549.0343
2025-08-06593.4494
2025-09-05603.0167
2025-10-06627.4798
2025-11-05634.8612
2025-12-05634.5168
2026-01-05650.9851
2026-02-04652.8725
2026-03-06633.3593
2026-04-05618.6932
2026-05-05637.9049
2026-06-06652.9870
2026-07-08664.2056
2026-08-07673.6033
2026-09-07683.3377

High

683.3377

Low

428.3271

Average

569.7688

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.