Skip to content

AZN to JPY exchange rate API

Azerbaijanian Manat to Yen · quoted 2026-09-24

93.3999

▲ +4.67% over 1Y

1 AZN = 93.3999 JPY · 1 JPY = 0.01071 AZN · Get this rate via the API

1 AZN buys 93.3999 JPY as of 2026-09-24, so 1 JPY buys 0.01071 AZN. Over the last year, AZN/JPY traded between 88.4331 and 96.2586, averaged 92.5790 and rose 4.67%. The API holds daily AZN/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/JPY over 1Y

AZN/JPY over 1Y: show the values
PointAZN/JPY
2025-09-2489.2356
2025-10-0188.4331
2025-10-0891.7870
2025-10-1589.1464
2025-10-2289.3090
2025-10-2989.5146
2025-11-0590.4312
2025-11-1291.0549
2025-11-1991.8430
2025-11-2692.0121
2025-12-0391.3912
2025-12-1191.5195
2025-12-1891.6309
2025-12-2591.6845
2026-01-0192.1786
2026-01-0892.1880
2026-01-1593.2705
2026-01-2293.4058
2026-01-2990.0648
2026-02-0592.2954
2026-02-1290.4527
2026-02-1991.1156
2026-02-2691.7999
2026-03-0592.6692
2026-03-1293.4448
2026-03-1993.4191
2026-03-2693.8961
2026-04-0293.8823
2026-04-0994.0950
2026-04-1693.4238
2026-04-2393.8628
2026-04-3093.0090
2026-05-0791.8158
2026-05-1593.7648
2026-05-2393.6529
2026-05-3093.6971
2026-06-0694.2077
2026-06-1594.2281
2026-06-2295.1620
2026-06-2995.2147
2026-07-0695.4936
2026-07-1395.3771
2026-07-2095.5208
2026-07-2796.2586
2026-08-0392.1645
2026-08-1093.3177
2026-08-1793.6631
2026-08-2593.6677
2026-09-0194.2143
2026-09-0890.7630
2026-09-1591.1793
2026-09-2292.4561

High

96.2586

Low

88.4331

Average

92.5790

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AZN/JPY API questions

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

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

How far back does AZN/JPY historical data go?

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