Skip to content

AZN to UGX exchange rate API

Azerbaijanian Manat to Uganda Shilling · quoted 2026-09-26

2303.06

▲ +8.17% over YTD

1 AZN = 2303.06 UGX · 1 UGX = 0.000434 AZN · Get this rate via the API

1 AZN buys 2303.06 UGX as of 2026-09-26, so 1 UGX buys 0.000434 AZN. Over the year to date, AZN/UGX traded between 2036.41 and 2315.64, averaged 2180.13 and rose 8.17%. The API holds daily AZN/UGX rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/UGX over YTD

AZN/UGX over YTD: show the values
PointAZN/UGX
2025-12-312129.10
2026-01-072131.26
2026-01-142106.89
2026-01-212036.41
2026-01-282101.90
2026-02-042096.56
2026-02-112089.59
2026-02-182078.78
2026-02-252107.59
2026-03-042189.63
2026-03-112187.88
2026-03-182213.82
2026-03-252202.14
2026-04-012212.85
2026-04-082207.84
2026-04-152181.23
2026-04-222180.58
2026-04-292187.01
2026-05-062224.23
2026-05-142208.22
2026-05-212218.60
2026-05-292220.96
2026-06-052218.67
2026-06-142202.35
2026-06-212139.99
2026-06-282157.37
2026-07-052146.95
2026-07-122166.73
2026-07-192172.42
2026-07-262219.35
2026-08-022204.64
2026-08-092190.90
2026-08-162181.61
2026-08-242189.76
2026-08-312205.73
2026-09-072221.20
2026-09-142275.52
2026-09-212315.64

High

2315.64

Low

2036.41

Average

2180.13

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AZN/UGX API questions

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

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

How far back does AZN/UGX historical data go?

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