Skip to content

AZN to RUB exchange rate API

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

49.6371

▼ +1.66% over 1Y

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 year, AZN/RUB traded between 41.9077 and 51.3507, averaged 46.4948 and fell 1.66%. 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 1Y

AZN/RUB over 1Y: show the values
PointAZN/RUB
2025-09-2650.4728
2025-10-0349.3357
2025-10-1048.8020
2025-10-1747.2648
2025-10-2447.8053
2025-10-3146.9776
2025-11-0747.7918
2025-11-1447.4693
2025-11-2147.0919
2025-11-2845.8524
2025-12-0545.3440
2025-12-1346.8875
2025-12-2047.4682
2025-12-2746.3045
2026-01-0347.3160
2026-01-1046.6294
2026-01-1745.7662
2026-01-2444.5284
2026-01-3144.8891
2026-02-0745.1722
2026-02-1444.8680
2026-02-2145.1036
2026-02-2845.3162
2026-03-0746.6250
2026-03-1447.0685
2026-03-2148.7191
2026-03-2847.7823
2026-04-0447.2502
2026-04-1145.2500
2026-04-1844.7376
2026-04-2544.1239
2026-05-0243.9988
2026-05-0943.5689
2026-05-1742.8177
2026-05-2541.9493
2026-06-0141.9077
2026-06-1042.3502
2026-06-1742.6451
2026-06-2443.8312
2026-07-0146.2937
2026-07-0844.9812
2026-07-1545.5664
2026-07-2246.0527
2026-07-2946.3120
2026-08-0547.3968
2026-08-1248.5072
2026-08-2049.4073
2026-08-2750.1880
2026-09-0351.3507
2026-09-1049.9974
2026-09-1749.5465
2026-09-2449.9054

High

51.3507

Low

41.9077

Average

46.4948

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.