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: show the values
| Point | AZN/RUB |
|---|---|
| 2025-09-26 | 50.4728 |
| 2025-10-03 | 49.3357 |
| 2025-10-10 | 48.8020 |
| 2025-10-17 | 47.2648 |
| 2025-10-24 | 47.8053 |
| 2025-10-31 | 46.9776 |
| 2025-11-07 | 47.7918 |
| 2025-11-14 | 47.4693 |
| 2025-11-21 | 47.0919 |
| 2025-11-28 | 45.8524 |
| 2025-12-05 | 45.3440 |
| 2025-12-13 | 46.8875 |
| 2025-12-20 | 47.4682 |
| 2025-12-27 | 46.3045 |
| 2026-01-03 | 47.3160 |
| 2026-01-10 | 46.6294 |
| 2026-01-17 | 45.7662 |
| 2026-01-24 | 44.5284 |
| 2026-01-31 | 44.8891 |
| 2026-02-07 | 45.1722 |
| 2026-02-14 | 44.8680 |
| 2026-02-21 | 45.1036 |
| 2026-02-28 | 45.3162 |
| 2026-03-07 | 46.6250 |
| 2026-03-14 | 47.0685 |
| 2026-03-21 | 48.7191 |
| 2026-03-28 | 47.7823 |
| 2026-04-04 | 47.2502 |
| 2026-04-11 | 45.2500 |
| 2026-04-18 | 44.7376 |
| 2026-04-25 | 44.1239 |
| 2026-05-02 | 43.9988 |
| 2026-05-09 | 43.5689 |
| 2026-05-17 | 42.8177 |
| 2026-05-25 | 41.9493 |
| 2026-06-01 | 41.9077 |
| 2026-06-10 | 42.3502 |
| 2026-06-17 | 42.6451 |
| 2026-06-24 | 43.8312 |
| 2026-07-01 | 46.2937 |
| 2026-07-08 | 44.9812 |
| 2026-07-15 | 45.5664 |
| 2026-07-22 | 46.0527 |
| 2026-07-29 | 46.3120 |
| 2026-08-05 | 47.3968 |
| 2026-08-12 | 48.5072 |
| 2026-08-20 | 49.4073 |
| 2026-08-27 | 50.1880 |
| 2026-09-03 | 51.3507 |
| 2026-09-10 | 49.9974 |
| 2026-09-17 | 49.5465 |
| 2026-09-24 | 49.9054 |
High
51.3507
Low
41.9077
Average
46.4948
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.