Skip to content

AZN to FJD exchange rate API

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

1.3205

▼ +2.68% over 1Y

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 last year, AZN/FJD traded between 1.2940 and 1.3664, averaged 1.3197 and fell 2.68%. 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 1Y

AZN/FJD over 1Y: show the values
PointAZN/FJD
2025-09-251.3568
2025-10-021.3620
2025-10-091.3664
2025-10-161.3444
2025-10-231.3496
2025-10-301.3405
2025-11-061.3494
2025-11-131.3469
2025-11-201.3548
2025-11-271.3475
2025-12-041.3408
2025-12-121.3361
2025-12-191.3426
2025-12-261.3365
2026-01-021.3406
2026-01-091.3392
2026-01-161.3404
2026-01-231.3246
2026-01-301.2986
2026-02-061.3080
2026-02-131.2962
2026-02-201.2977
2026-02-271.2959
2026-03-061.3071
2026-03-131.2973
2026-03-201.3025
2026-03-271.3198
2026-04-031.3258
2026-04-101.3061
2026-04-171.3048
2026-04-241.2994
2026-05-011.2956
2026-05-081.2940
2026-05-161.2965
2026-05-241.3035
2026-05-311.3012
2026-06-091.3048
2026-06-161.3058
2026-06-231.3158
2026-06-301.3236
2026-07-071.3195
2026-07-141.3164
2026-07-211.3127
2026-07-281.3157
2026-08-041.3084
2026-08-111.3077
2026-08-181.3059
2026-08-261.2984
2026-09-021.3043
2026-09-091.2986
2026-09-161.3058
2026-09-231.3124

High

1.3664

Low

1.2940

Average

1.3197

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.