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: show the values
| Point | FJD/AFN |
|---|---|
| 2025-12-31 | 28.8559 |
| 2026-01-07 | 29.1411 |
| 2026-01-14 | 28.9833 |
| 2026-01-21 | 28.9198 |
| 2026-01-28 | 29.6435 |
| 2026-02-04 | 29.7831 |
| 2026-02-11 | 29.4736 |
| 2026-02-18 | 28.3335 |
| 2026-02-25 | 28.6939 |
| 2026-03-04 | 28.2627 |
| 2026-03-11 | 28.5728 |
| 2026-03-18 | 28.4915 |
| 2026-03-25 | 28.1831 |
| 2026-04-01 | 28.3754 |
| 2026-04-08 | 29.0099 |
| 2026-04-15 | 28.9590 |
| 2026-04-22 | 28.5575 |
| 2026-04-29 | 28.5586 |
| 2026-05-06 | 28.8851 |
| 2026-05-14 | 29.1922 |
| 2026-05-21 | 28.4599 |
| 2026-05-29 | 28.5232 |
| 2026-06-05 | 28.7734 |
| 2026-06-14 | 28.7944 |
| 2026-06-21 | 28.7645 |
| 2026-06-28 | 28.5204 |
| 2026-07-05 | 29.0908 |
| 2026-07-12 | 29.1060 |
| 2026-07-19 | 29.3716 |
| 2026-07-26 | 29.3923 |
| 2026-08-02 | 29.6551 |
| 2026-08-09 | 29.5883 |
| 2026-08-16 | 29.3937 |
| 2026-08-24 | 29.7390 |
| 2026-08-31 | 29.5517 |
| 2026-09-07 | 29.8845 |
| 2026-09-14 | 29.0942 |
| 2026-09-21 | 29.1615 |
High
29.8845
Low
28.1831
Average
28.9809
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=AFN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=AFN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.