Skip to content

AZN to RUB exchange rate API

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

49.6371

▲ +6.15% over YTD

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 year to date, AZN/RUB traded between 41.6850 and 50.9481, averaged 46.1136 and rose 6.15%. 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 YTD

AZN/RUB over YTD: show the values
PointAZN/RUB
2025-12-3146.7618
2026-01-0747.3535
2026-01-1446.3022
2026-01-2145.9129
2026-01-2844.9397
2026-02-0445.2932
2026-02-1145.4557
2026-02-1844.9137
2026-02-2545.0633
2026-03-0445.6678
2026-03-1146.4953
2026-03-1848.4400
2026-03-2547.3644
2026-04-0147.8251
2026-04-0846.1412
2026-04-1544.2889
2026-04-2244.2251
2026-04-2944.2915
2026-05-0644.5749
2026-05-1443.3160
2026-05-2141.9572
2026-05-2941.6850
2026-06-0543.1799
2026-06-1442.5740
2026-06-2142.9206
2026-06-2846.3836
2026-07-0545.2831
2026-07-1245.0765
2026-07-1946.0332
2026-07-2645.9758
2026-08-0246.6147
2026-08-0947.9796
2026-08-1649.3782
2026-08-2448.6768
2026-08-3150.2670
2026-09-0750.9481
2026-09-1449.7259
2026-09-2149.5088

High

50.9481

Low

41.6850

Average

46.1136

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.