Skip to content

AZN to RUB exchange rate API

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

49.6371

▼ +7.54% over 5Y

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 5 years, AZN/RUB traded between 42.7740 and 65.9339, averaged 50.3796 and fell 7.54%. 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 5Y

AZN/RUB over 5Y: show the values
PointAZN/RUB
2024-08-2453.6853
2024-10-0757.5971
2024-11-0659.0559
2024-12-0660.8625
2025-01-0565.9339
2025-02-0460.1127
2025-03-0654.3161
2025-04-0650.4258
2025-05-0648.4894
2025-06-0746.2111
2025-07-0747.2960
2025-08-0648.0705
2025-09-0548.8666
2025-10-0649.4472
2025-11-0547.6437
2025-12-0545.3440
2026-01-0547.4360
2026-02-0445.2932
2026-03-0646.2785
2026-04-0547.0450
2026-05-0542.7740
2026-06-0643.2968
2026-07-0844.9812
2026-08-0748.8228
2026-09-0750.9481

High

65.9339

Low

42.7740

Average

50.3796

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.