Skip to content

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

FJD/ARS over 1Y: show the values
PointFJD/ARS
2025-09-25592.5356
2025-10-02628.2934
2025-10-09629.0180
2025-10-16595.7291
2025-10-23648.7503
2025-10-30630.7629
2025-11-06632.3404
2025-11-13615.0203
2025-11-20610.5271
2025-11-27634.1979
2025-12-04637.5017
2025-12-12631.8644
2025-12-19635.3263
2025-12-26638.0174
2026-01-02636.3492
2026-01-09642.4557
2026-01-16632.9014
2026-01-23634.6219
2026-01-30654.1409
2026-02-06648.5421
2026-02-13636.1492
2026-02-20630.2728
2026-02-27639.0855
2026-03-06633.3593
2026-03-13632.7065
2026-03-20629.9601
2026-03-27609.7104
2026-04-03616.4368
2026-04-10621.8068
2026-04-17612.5297
2026-04-24628.9038
2026-05-01633.6555
2026-05-08635.7373
2026-05-16632.7392
2026-05-24631.4133
2026-05-31636.4631
2026-06-09652.0005
2026-06-16643.6775
2026-06-23653.3502
2026-06-30658.3642
2026-07-07662.3344
2026-07-14662.0997
2026-07-21663.5727
2026-07-28669.3101
2026-08-04671.5189
2026-08-11674.0400
2026-08-18670.2102
2026-08-26684.7938
2026-09-02682.2450
2026-09-09684.2312
2026-09-16678.8501
2026-09-23678.7155

High

684.7938

Low

592.5356

Average

642.1589

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.