FJD to ARS exchange rate API
Fiji Dollar to Argentine Peso · quoted 2026-09-25
675.2807
▼ +1.39% over 30D
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 30 days, FJD/ARS traded between 675.2807 and 686.1895, averaged 681.6337 and fell 1.39%. 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 30D: show the values
| Point | FJD/ARS |
|---|---|
| 2026-08-26 | 684.7938 |
| 2026-08-27 | 685.8842 |
| 2026-08-28 | 684.8911 |
| 2026-08-29 | 686.1895 |
| 2026-08-30 | 681.1537 |
| 2026-08-31 | 681.4600 |
| 2026-09-01 | 681.6619 |
| 2026-09-02 | 682.2450 |
| 2026-09-03 | 682.1083 |
| 2026-09-04 | 682.6364 |
| 2026-09-05 | 684.4331 |
| 2026-09-06 | 680.9250 |
| 2026-09-07 | 683.3377 |
| 2026-09-08 | 684.7820 |
| 2026-09-09 | 684.2312 |
| 2026-09-10 | 684.2014 |
| 2026-09-11 | 682.1323 |
| 2026-09-12 | 681.7458 |
| 2026-09-13 | 678.9906 |
| 2026-09-14 | 683.0161 |
| 2026-09-15 | 679.9188 |
| 2026-09-16 | 678.8501 |
| 2026-09-17 | 677.9633 |
| 2026-09-18 | 678.3729 |
| 2026-09-19 | 684.5572 |
| 2026-09-20 | 683.3082 |
| 2026-09-21 | 677.9147 |
| 2026-09-22 | 678.0358 |
| 2026-09-23 | 678.7155 |
| 2026-09-24 | 676.9092 |
High
686.1895
Low
675.2807
Average
681.6337
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.