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: show the values
| Point | AZN/JPY |
|---|---|
| 2025-09-24 | 89.2356 |
| 2025-10-01 | 88.4331 |
| 2025-10-08 | 91.7870 |
| 2025-10-15 | 89.1464 |
| 2025-10-22 | 89.3090 |
| 2025-10-29 | 89.5146 |
| 2025-11-05 | 90.4312 |
| 2025-11-12 | 91.0549 |
| 2025-11-19 | 91.8430 |
| 2025-11-26 | 92.0121 |
| 2025-12-03 | 91.3912 |
| 2025-12-11 | 91.5195 |
| 2025-12-18 | 91.6309 |
| 2025-12-25 | 91.6845 |
| 2026-01-01 | 92.1786 |
| 2026-01-08 | 92.1880 |
| 2026-01-15 | 93.2705 |
| 2026-01-22 | 93.4058 |
| 2026-01-29 | 90.0648 |
| 2026-02-05 | 92.2954 |
| 2026-02-12 | 90.4527 |
| 2026-02-19 | 91.1156 |
| 2026-02-26 | 91.7999 |
| 2026-03-05 | 92.6692 |
| 2026-03-12 | 93.4448 |
| 2026-03-19 | 93.4191 |
| 2026-03-26 | 93.8961 |
| 2026-04-02 | 93.8823 |
| 2026-04-09 | 94.0950 |
| 2026-04-16 | 93.4238 |
| 2026-04-23 | 93.8628 |
| 2026-04-30 | 93.0090 |
| 2026-05-07 | 91.8158 |
| 2026-05-15 | 93.7648 |
| 2026-05-23 | 93.6529 |
| 2026-05-30 | 93.6971 |
| 2026-06-06 | 94.2077 |
| 2026-06-15 | 94.2281 |
| 2026-06-22 | 95.1620 |
| 2026-06-29 | 95.2147 |
| 2026-07-06 | 95.4936 |
| 2026-07-13 | 95.3771 |
| 2026-07-20 | 95.5208 |
| 2026-07-27 | 96.2586 |
| 2026-08-03 | 92.1645 |
| 2026-08-10 | 93.3177 |
| 2026-08-17 | 93.6631 |
| 2026-08-25 | 93.6677 |
| 2026-09-01 | 94.2143 |
| 2026-09-08 | 90.7630 |
| 2026-09-15 | 91.1793 |
| 2026-09-22 | 92.4561 |
High
96.2586
Low
88.4331
Average
92.5790
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=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¤cies=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.