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: show the values
| Point | FJD/AZN |
|---|---|
| 2025-09-25 | 0.73703 |
| 2025-10-02 | 0.73424 |
| 2025-10-09 | 0.73184 |
| 2025-10-16 | 0.74384 |
| 2025-10-23 | 0.74094 |
| 2025-10-30 | 0.74600 |
| 2025-11-06 | 0.74109 |
| 2025-11-13 | 0.74245 |
| 2025-11-20 | 0.73810 |
| 2025-11-27 | 0.74213 |
| 2025-12-04 | 0.74584 |
| 2025-12-12 | 0.74845 |
| 2025-12-19 | 0.74483 |
| 2025-12-26 | 0.74824 |
| 2026-01-02 | 0.74591 |
| 2026-01-09 | 0.74669 |
| 2026-01-16 | 0.74607 |
| 2026-01-23 | 0.75493 |
| 2026-01-30 | 0.77007 |
| 2026-02-06 | 0.76450 |
| 2026-02-13 | 0.77148 |
| 2026-02-20 | 0.77059 |
| 2026-02-27 | 0.77167 |
| 2026-03-06 | 0.76507 |
| 2026-03-13 | 0.77083 |
| 2026-03-20 | 0.76775 |
| 2026-03-27 | 0.75772 |
| 2026-04-03 | 0.75427 |
| 2026-04-10 | 0.76562 |
| 2026-04-17 | 0.76639 |
| 2026-04-24 | 0.76957 |
| 2026-05-01 | 0.77182 |
| 2026-05-08 | 0.77282 |
| 2026-05-16 | 0.77129 |
| 2026-05-24 | 0.76719 |
| 2026-05-31 | 0.76855 |
| 2026-06-09 | 0.76638 |
| 2026-06-16 | 0.76582 |
| 2026-06-23 | 0.75998 |
| 2026-06-30 | 0.75552 |
| 2026-07-07 | 0.75786 |
| 2026-07-14 | 0.75963 |
| 2026-07-21 | 0.76179 |
| 2026-07-28 | 0.76005 |
| 2026-08-04 | 0.76427 |
| 2026-08-11 | 0.76472 |
| 2026-08-18 | 0.76577 |
| 2026-08-26 | 0.77019 |
| 2026-09-02 | 0.76670 |
| 2026-09-09 | 0.77006 |
| 2026-09-16 | 0.76584 |
| 2026-09-23 | 0.76198 |
High
0.77282
Low
0.73184
Average
0.75792
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=AZN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=AZN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.