FJD to ARS exchange rate API
Fiji Dollar to Argentine Peso · quoted 2026-09-25
675.2807
▲ +9.88% over 6M
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 6 months, FJD/ARS traded between 614.5893 and 684.8911, averaged 652.4262 and rose 9.88%. 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 6M: show the values
| Point | FJD/ARS |
|---|---|
| 2026-03-29 | 614.5893 |
| 2026-04-05 | 618.6932 |
| 2026-04-12 | 615.6489 |
| 2026-04-19 | 615.6114 |
| 2026-04-26 | 626.8192 |
| 2026-05-03 | 631.6405 |
| 2026-05-10 | 635.8886 |
| 2026-05-18 | 631.3548 |
| 2026-05-26 | 635.3680 |
| 2026-06-02 | 647.0022 |
| 2026-06-11 | 642.6581 |
| 2026-06-18 | 646.3551 |
| 2026-06-25 | 659.2202 |
| 2026-07-02 | 663.7327 |
| 2026-07-09 | 663.0302 |
| 2026-07-16 | 660.6543 |
| 2026-07-23 | 662.8313 |
| 2026-07-30 | 669.5878 |
| 2026-08-06 | 672.2041 |
| 2026-08-13 | 670.8288 |
| 2026-08-21 | 676.0480 |
| 2026-08-28 | 684.8911 |
| 2026-09-04 | 682.6364 |
| 2026-09-11 | 682.1323 |
| 2026-09-18 | 678.3729 |
High
684.8911
Low
614.5893
Average
652.4262
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.