Skip to content

AZN to UAH exchange rate API

Azerbaijanian Manat to Hryvnia · quoted 2026-09-26

26.3356

▲ +2.03% over 6M

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 6 months, AZN/UAH traded between 25.4503 and 26.4302, averaged 26.1375 and rose 2.03%. 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 6M

AZN/UAH over 6M: show the values
PointAZN/UAH
2026-03-3025.8128
2026-04-0625.7170
2026-04-1325.4503
2026-04-2025.9382
2026-04-2725.8722
2026-05-0425.8144
2026-05-1125.7990
2026-05-1925.9655
2026-05-2726.0448
2026-06-0326.0773
2026-06-1226.4302
2026-06-1926.4229
2026-06-2626.4123
2026-07-0326.3653
2026-07-1026.1878
2026-07-1726.2837
2026-07-2426.3485
2026-07-3126.2457
2026-08-0726.3556
2026-08-1426.3301
2026-08-2226.2932
2026-08-2926.2141
2026-09-0526.1959
2026-09-1226.1892
2026-09-1926.2753
2026-09-2626.3356

High

26.4302

Low

25.4503

Average

26.1375

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.