Skip to content

AZN to RUB exchange rate API

Azerbaijanian Manat to Russian Ruble · quoted 2026-09-26

49.6371

▼ +1.10% over 30D

1 AZN = 49.6371 RUB · 1 RUB = 0.02015 AZN · Get this rate via the API

1 AZN buys 49.6371 RUB as of 2026-09-26, so 1 RUB buys 0.02015 AZN. Over the last 30 days, AZN/RUB traded between 49.2696 and 51.3507, averaged 50.1068 and fell 1.10%. The API holds daily AZN/RUB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/RUB over 30D

AZN/RUB over 30D: show the values
PointAZN/RUB
2026-08-2750.1880
2026-08-2850.2762
2026-08-2950.6453
2026-08-3050.5513
2026-08-3150.2670
2026-09-0150.7762
2026-09-0251.0733
2026-09-0351.3507
2026-09-0450.9756
2026-09-0550.4843
2026-09-0650.8682
2026-09-0750.9481
2026-09-0850.7279
2026-09-0950.4662
2026-09-1049.9974
2026-09-1149.3884
2026-09-1249.5241
2026-09-1349.5375
2026-09-1449.7259
2026-09-1549.7126
2026-09-1649.5296
2026-09-1749.5465
2026-09-1850.2456
2026-09-1949.6453
2026-09-2049.4127
2026-09-2149.5088
2026-09-2249.2696
2026-09-2349.5869
2026-09-2449.9054
2026-09-2550.0077
2026-09-2649.6371

High

51.3507

Low

49.2696

Average

50.1068

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AZN/RUB API questions

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

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

How far back does AZN/RUB historical data go?

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