Skip to content

AZN to JMD exchange rate API

Azerbaijanian Manat to Jamaican Dollar · quoted 2026-09-27

92.8442

▼ +1.50% over 1Y

1 AZN = 92.8442 JMD · 1 JMD = 0.01077 AZN · Get this rate via the API

1 AZN buys 92.8442 JMD as of 2026-09-27, so 1 JMD buys 0.01077 AZN. Over the last year, AZN/JMD traded between 91.7049 and 94.5166, averaged 93.1504 and fell 1.50%. The API holds daily AZN/JMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/JMD over 1Y

AZN/JMD over 1Y: show the values
PointAZN/JMD
2025-09-2794.2550
2025-10-0494.3486
2025-10-1194.5166
2025-10-1894.5110
2025-10-2594.3439
2025-11-0194.3240
2025-11-0894.4133
2025-11-1594.3401
2025-11-2294.4122
2025-11-2994.3506
2025-12-0694.3148
2025-12-1494.1495
2025-12-2193.9099
2025-12-2893.8178
2026-01-0493.7696
2026-01-1193.1054
2026-01-1892.7275
2026-01-2592.6391
2026-02-0192.2904
2026-02-0891.8947
2026-02-1591.7374
2026-02-2291.7049
2026-03-0191.7411
2026-03-0891.8779
2026-03-1592.2237
2026-03-2292.4679
2026-03-2992.8271
2026-04-0592.7352
2026-04-1292.6487
2026-04-1992.9454
2026-04-2692.4616
2026-05-0391.9764
2026-05-1092.2476
2026-05-1894.2354
2026-05-2692.6452
2026-06-0292.7467
2026-06-1192.9103
2026-06-1893.1971
2026-06-2592.6106
2026-07-0292.5623
2026-07-0993.0380
2026-07-1692.7720
2026-07-2393.2306
2026-07-3092.5149
2026-08-0693.2833
2026-08-1393.1595
2026-08-2193.1712
2026-08-2893.2764
2026-09-0493.0445
2026-09-1193.1017
2026-09-1893.8244
2026-09-2592.7768

High

94.5166

Low

91.7049

Average

93.1504

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AZN/JMD API questions

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

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

How far back does AZN/JMD historical data go?

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