Skip to content

FJD to AZN exchange rate API

Fiji Dollar to Azerbaijanian Manat · quoted 2026-09-25

0.75731

▲ +2.75% over 1Y

1 FJD = 0.75731 AZN · 1 AZN = 1.3205 FJD · Get this rate via the API

1 FJD buys 0.75731 AZN as of 2026-09-25, so 1 AZN buys 1.3205 FJD. Over the last year, FJD/AZN traded between 0.73184 and 0.77282, averaged 0.75792 and rose 2.75%. The API holds daily FJD/AZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/AZN over 1Y

FJD/AZN over 1Y: show the values
PointFJD/AZN
2025-09-250.73703
2025-10-020.73424
2025-10-090.73184
2025-10-160.74384
2025-10-230.74094
2025-10-300.74600
2025-11-060.74109
2025-11-130.74245
2025-11-200.73810
2025-11-270.74213
2025-12-040.74584
2025-12-120.74845
2025-12-190.74483
2025-12-260.74824
2026-01-020.74591
2026-01-090.74669
2026-01-160.74607
2026-01-230.75493
2026-01-300.77007
2026-02-060.76450
2026-02-130.77148
2026-02-200.77059
2026-02-270.77167
2026-03-060.76507
2026-03-130.77083
2026-03-200.76775
2026-03-270.75772
2026-04-030.75427
2026-04-100.76562
2026-04-170.76639
2026-04-240.76957
2026-05-010.77182
2026-05-080.77282
2026-05-160.77129
2026-05-240.76719
2026-05-310.76855
2026-06-090.76638
2026-06-160.76582
2026-06-230.75998
2026-06-300.75552
2026-07-070.75786
2026-07-140.75963
2026-07-210.76179
2026-07-280.76005
2026-08-040.76427
2026-08-110.76472
2026-08-180.76577
2026-08-260.77019
2026-09-020.76670
2026-09-090.77006
2026-09-160.76584
2026-09-230.76198

High

0.77282

Low

0.73184

Average

0.75792

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/AZN API questions

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

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

How far back does FJD/AZN historical data go?

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