AZN to RUB exchange rate API
Azerbaijanian Manat to Russian Ruble · quoted 2026-09-26
49.6371
▼ +1.10% over 30D
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 30 days, AZN/RUB traded between 49.2696 and 51.3507, averaged 50.1068 and fell 1.10%. 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 30D: show the values
| Point | AZN/RUB |
|---|---|
| 2026-08-27 | 50.1880 |
| 2026-08-28 | 50.2762 |
| 2026-08-29 | 50.6453 |
| 2026-08-30 | 50.5513 |
| 2026-08-31 | 50.2670 |
| 2026-09-01 | 50.7762 |
| 2026-09-02 | 51.0733 |
| 2026-09-03 | 51.3507 |
| 2026-09-04 | 50.9756 |
| 2026-09-05 | 50.4843 |
| 2026-09-06 | 50.8682 |
| 2026-09-07 | 50.9481 |
| 2026-09-08 | 50.7279 |
| 2026-09-09 | 50.4662 |
| 2026-09-10 | 49.9974 |
| 2026-09-11 | 49.3884 |
| 2026-09-12 | 49.5241 |
| 2026-09-13 | 49.5375 |
| 2026-09-14 | 49.7259 |
| 2026-09-15 | 49.7126 |
| 2026-09-16 | 49.5296 |
| 2026-09-17 | 49.5465 |
| 2026-09-18 | 50.2456 |
| 2026-09-19 | 49.6453 |
| 2026-09-20 | 49.4127 |
| 2026-09-21 | 49.5088 |
| 2026-09-22 | 49.2696 |
| 2026-09-23 | 49.5869 |
| 2026-09-24 | 49.9054 |
| 2026-09-25 | 50.0077 |
| 2026-09-26 | 49.6371 |
High
51.3507
Low
49.2696
Average
50.1068
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.