AZN to UAH exchange rate API
Azerbaijanian Manat to Hryvnia · quoted 2026-09-26
26.3356
▲ +5.59% over 1Y
1 AZN = 26.3356 UAH · 1 UAH = 0.03797 AZN · Get this rate via the API
1 AZN buys 26.3356 UAH as of 2026-09-26, so 1 UAH buys 0.03797 AZN. Over the last year, AZN/UAH traded between 24.5054 and 26.4486, averaged 25.6106 and rose 5.59%. The API holds daily AZN/UAH rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/UAH over 1Y: show the values
| Point | AZN/UAH |
|---|---|
| 2025-09-26 | 24.9423 |
| 2025-10-03 | 24.7778 |
| 2025-10-10 | 24.9653 |
| 2025-10-17 | 24.5054 |
| 2025-10-24 | 24.6266 |
| 2025-10-31 | 24.6843 |
| 2025-11-07 | 24.7330 |
| 2025-11-14 | 24.7209 |
| 2025-11-21 | 24.8170 |
| 2025-11-28 | 24.8582 |
| 2025-12-05 | 24.8293 |
| 2025-12-13 | 24.8523 |
| 2025-12-20 | 24.8684 |
| 2025-12-27 | 24.7749 |
| 2026-01-03 | 24.8796 |
| 2026-01-10 | 25.0509 |
| 2026-01-17 | 25.5075 |
| 2026-01-24 | 25.3658 |
| 2026-01-31 | 25.2203 |
| 2026-02-07 | 25.1919 |
| 2026-02-14 | 25.3692 |
| 2026-02-21 | 25.4646 |
| 2026-02-28 | 25.3340 |
| 2026-03-07 | 25.7074 |
| 2026-03-14 | 26.0061 |
| 2026-03-21 | 25.7622 |
| 2026-03-28 | 25.7265 |
| 2026-04-04 | 25.7042 |
| 2026-04-11 | 25.4886 |
| 2026-04-18 | 25.8348 |
| 2026-04-25 | 25.8177 |
| 2026-05-02 | 25.7923 |
| 2026-05-09 | 25.7757 |
| 2026-05-17 | 25.8716 |
| 2026-05-25 | 25.9672 |
| 2026-06-01 | 26.0466 |
| 2026-06-10 | 26.4127 |
| 2026-06-17 | 26.3783 |
| 2026-06-24 | 26.3877 |
| 2026-07-01 | 26.2548 |
| 2026-07-08 | 26.1669 |
| 2026-07-15 | 26.3708 |
| 2026-07-22 | 26.3442 |
| 2026-07-29 | 26.4486 |
| 2026-08-05 | 26.3553 |
| 2026-08-12 | 26.3738 |
| 2026-08-20 | 26.2729 |
| 2026-08-27 | 26.2012 |
| 2026-09-03 | 26.2415 |
| 2026-09-10 | 26.2808 |
| 2026-09-17 | 26.2731 |
| 2026-09-24 | 26.4227 |
High
26.4486
Low
24.5054
Average
25.6106
Get this rate via the API
One GET request returns the AZN/UAH 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=UAH"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=UAH");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=UAH").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/UAH API questions
How do I get the AZN/UAH exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=UAH, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/UAH rate in rates.UAH.
How far back does AZN/UAH historical data go?
Daily AZN/UAH 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/UAH 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.