Skip to content

AZN to FJD exchange rate API

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

1.3205

▼ +1.22% over YTD

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

1 AZN buys 1.3205 FJD as of 2026-09-25, so 1 FJD buys 0.75731 AZN. Over the year to date, AZN/FJD traded between 1.2896 and 1.3408, averaged 1.3094 and fell 1.22%. The API holds daily AZN/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/FJD over YTD

AZN/FJD over YTD: show the values
PointAZN/FJD
2025-12-311.3367
2026-01-071.3355
2026-01-141.3408
2026-01-211.3335
2026-01-281.3047
2026-02-041.3020
2026-02-111.2959
2026-02-181.2976
2026-02-251.2976
2026-03-041.3015
2026-03-111.2984
2026-03-181.3018
2026-03-251.3128
2026-04-011.3173
2026-04-081.3169
2026-04-151.2986
2026-04-221.2987
2026-04-291.2972
2026-05-061.2979
2026-05-141.2896
2026-05-211.2991
2026-05-291.2986
2026-06-051.2966
2026-06-141.3130
2026-06-211.3186
2026-06-281.3318
2026-07-051.3278
2026-07-121.3241
2026-07-191.3203
2026-07-261.3208
2026-08-021.3047
2026-08-091.3069
2026-08-161.3072
2026-08-241.2954
2026-08-311.2939
2026-09-071.2991
2026-09-141.3030
2026-09-211.3097

High

1.3408

Low

1.2896

Average

1.3094

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=FJD").json()

Replace YOUR_API_KEY with the key from your dashboard.

AZN/FJD API questions

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

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

How far back does AZN/FJD historical data go?

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