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: show the values
| Point | AZN/RUB |
|---|---|
| 2025-12-31 | 46.7618 |
| 2026-01-07 | 47.3535 |
| 2026-01-14 | 46.3022 |
| 2026-01-21 | 45.9129 |
| 2026-01-28 | 44.9397 |
| 2026-02-04 | 45.2932 |
| 2026-02-11 | 45.4557 |
| 2026-02-18 | 44.9137 |
| 2026-02-25 | 45.0633 |
| 2026-03-04 | 45.6678 |
| 2026-03-11 | 46.4953 |
| 2026-03-18 | 48.4400 |
| 2026-03-25 | 47.3644 |
| 2026-04-01 | 47.8251 |
| 2026-04-08 | 46.1412 |
| 2026-04-15 | 44.2889 |
| 2026-04-22 | 44.2251 |
| 2026-04-29 | 44.2915 |
| 2026-05-06 | 44.5749 |
| 2026-05-14 | 43.3160 |
| 2026-05-21 | 41.9572 |
| 2026-05-29 | 41.6850 |
| 2026-06-05 | 43.1799 |
| 2026-06-14 | 42.5740 |
| 2026-06-21 | 42.9206 |
| 2026-06-28 | 46.3836 |
| 2026-07-05 | 45.2831 |
| 2026-07-12 | 45.0765 |
| 2026-07-19 | 46.0332 |
| 2026-07-26 | 45.9758 |
| 2026-08-02 | 46.6147 |
| 2026-08-09 | 47.9796 |
| 2026-08-16 | 49.3782 |
| 2026-08-24 | 48.6768 |
| 2026-08-31 | 50.2670 |
| 2026-09-07 | 50.9481 |
| 2026-09-14 | 49.7259 |
| 2026-09-21 | 49.5088 |
High
50.9481
Low
41.6850
Average
46.1136
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=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¤cies=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.