Skip to content

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

AZN/UAH over 1Y: show the values
PointAZN/UAH
2025-09-2624.9423
2025-10-0324.7778
2025-10-1024.9653
2025-10-1724.5054
2025-10-2424.6266
2025-10-3124.6843
2025-11-0724.7330
2025-11-1424.7209
2025-11-2124.8170
2025-11-2824.8582
2025-12-0524.8293
2025-12-1324.8523
2025-12-2024.8684
2025-12-2724.7749
2026-01-0324.8796
2026-01-1025.0509
2026-01-1725.5075
2026-01-2425.3658
2026-01-3125.2203
2026-02-0725.1919
2026-02-1425.3692
2026-02-2125.4646
2026-02-2825.3340
2026-03-0725.7074
2026-03-1426.0061
2026-03-2125.7622
2026-03-2825.7265
2026-04-0425.7042
2026-04-1125.4886
2026-04-1825.8348
2026-04-2525.8177
2026-05-0225.7923
2026-05-0925.7757
2026-05-1725.8716
2026-05-2525.9672
2026-06-0126.0466
2026-06-1026.4127
2026-06-1726.3783
2026-06-2426.3877
2026-07-0126.2548
2026-07-0826.1669
2026-07-1526.3708
2026-07-2226.3442
2026-07-2926.4486
2026-08-0526.3553
2026-08-1226.3738
2026-08-2026.2729
2026-08-2726.2012
2026-09-0326.2415
2026-09-1026.2808
2026-09-1726.2731
2026-09-2426.4227

High

26.4486

Low

24.5054

Average

25.6106

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=UAH"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=UAH");
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=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&currencies=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.