RUB to AMD exchange rate API
Russian Ruble to Armenian Dram · quoted 2026-09-24
4.2898
▼ +6.43% over 1Y
1 RUB = 4.2898 AMD · 1 AMD = 0.23311 RUB · Get this rate via the API
1 RUB buys 4.2898 AMD as of 2026-09-24, so 1 AMD buys 0.23311 RUB. Over the last year, RUB/AMD traded between 4.2188 and 5.1741, averaged 4.7495 and fell 6.43%. The API holds daily RUB/AMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
RUB/AMD over 1Y: show the values
| Point | RUB/AMD |
|---|---|
| 2025-09-24 | 4.5846 |
| 2025-10-01 | 4.6282 |
| 2025-10-08 | 4.6318 |
| 2025-10-15 | 4.8061 |
| 2025-10-22 | 4.7071 |
| 2025-10-29 | 4.8222 |
| 2025-11-05 | 4.7128 |
| 2025-11-12 | 4.7212 |
| 2025-11-19 | 4.7127 |
| 2025-11-26 | 4.8219 |
| 2025-12-03 | 4.9255 |
| 2025-12-11 | 4.8528 |
| 2025-12-18 | 4.7251 |
| 2025-12-25 | 4.8457 |
| 2026-01-01 | 4.8286 |
| 2026-01-08 | 4.7290 |
| 2026-01-15 | 4.8203 |
| 2026-01-22 | 4.9037 |
| 2026-01-29 | 4.9377 |
| 2026-02-05 | 4.9100 |
| 2026-02-12 | 4.9004 |
| 2026-02-19 | 4.9204 |
| 2026-02-26 | 4.8975 |
| 2026-03-05 | 4.8412 |
| 2026-03-12 | 4.7722 |
| 2026-03-19 | 4.5125 |
| 2026-03-26 | 4.6651 |
| 2026-04-02 | 4.6940 |
| 2026-04-09 | 4.7908 |
| 2026-04-16 | 4.9352 |
| 2026-04-23 | 4.9948 |
| 2026-04-30 | 4.9659 |
| 2026-05-07 | 4.9498 |
| 2026-05-15 | 5.0344 |
| 2026-05-23 | 5.1433 |
| 2026-05-30 | 5.1741 |
| 2026-06-06 | 5.0014 |
| 2026-06-15 | 5.0991 |
| 2026-06-22 | 5.0335 |
| 2026-06-29 | 4.7223 |
| 2026-07-06 | 4.7753 |
| 2026-07-13 | 4.7838 |
| 2026-07-20 | 4.6867 |
| 2026-07-27 | 4.6764 |
| 2026-08-03 | 4.5926 |
| 2026-08-10 | 4.4719 |
| 2026-08-17 | 4.3505 |
| 2026-08-25 | 4.3518 |
| 2026-09-01 | 4.2188 |
| 2026-09-08 | 4.2195 |
| 2026-09-15 | 4.2931 |
| 2026-09-22 | 4.3408 |
High
5.1741
Low
4.2188
Average
4.7495
Get this rate via the API
One GET request returns the RUB/AMD 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=RUB¤cies=AMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=AMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=AMD").json()Replace YOUR_API_KEY with the key from your dashboard.
RUB/AMD API questions
How do I get the RUB/AMD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=AMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RUB/AMD rate in rates.AMD.
How far back does RUB/AMD historical data go?
Daily RUB/AMD 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 RUB/AMD 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.