Skip to content

FJD to AFN exchange rate API

Fiji Dollar to Afghani · quoted 2026-09-25

28.5135

▼ +1.19% over YTD

1 FJD = 28.5135 AFN · 1 AFN = 0.03507 FJD · Get this rate via the API

1 FJD buys 28.5135 AFN as of 2026-09-25, so 1 AFN buys 0.03507 FJD. Over the year to date, FJD/AFN traded between 28.1831 and 29.8845, averaged 28.9809 and fell 1.19%. The API holds daily FJD/AFN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/AFN over YTD

FJD/AFN over YTD: show the values
PointFJD/AFN
2025-12-3128.8559
2026-01-0729.1411
2026-01-1428.9833
2026-01-2128.9198
2026-01-2829.6435
2026-02-0429.7831
2026-02-1129.4736
2026-02-1828.3335
2026-02-2528.6939
2026-03-0428.2627
2026-03-1128.5728
2026-03-1828.4915
2026-03-2528.1831
2026-04-0128.3754
2026-04-0829.0099
2026-04-1528.9590
2026-04-2228.5575
2026-04-2928.5586
2026-05-0628.8851
2026-05-1429.1922
2026-05-2128.4599
2026-05-2928.5232
2026-06-0528.7734
2026-06-1428.7944
2026-06-2128.7645
2026-06-2828.5204
2026-07-0529.0908
2026-07-1229.1060
2026-07-1929.3716
2026-07-2629.3923
2026-08-0229.6551
2026-08-0929.5883
2026-08-1629.3937
2026-08-2429.7390
2026-08-3129.5517
2026-09-0729.8845
2026-09-1429.0942
2026-09-2129.1615

High

29.8845

Low

28.1831

Average

28.9809

For developers

Get this rate via the API

One GET request returns the FJD/AFN 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=AFN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=AFN");
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=AFN").json()

Replace YOUR_API_KEY with the key from your dashboard.

FJD/AFN API questions

How do I get the FJD/AFN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=AFN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/AFN rate in rates.AFN.

How far back does FJD/AFN historical data go?

Daily FJD/AFN 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/AFN 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.