Skip to content

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

RUB/AMD over 1Y: show the values
PointRUB/AMD
2025-09-244.5846
2025-10-014.6282
2025-10-084.6318
2025-10-154.8061
2025-10-224.7071
2025-10-294.8222
2025-11-054.7128
2025-11-124.7212
2025-11-194.7127
2025-11-264.8219
2025-12-034.9255
2025-12-114.8528
2025-12-184.7251
2025-12-254.8457
2026-01-014.8286
2026-01-084.7290
2026-01-154.8203
2026-01-224.9037
2026-01-294.9377
2026-02-054.9100
2026-02-124.9004
2026-02-194.9204
2026-02-264.8975
2026-03-054.8412
2026-03-124.7722
2026-03-194.5125
2026-03-264.6651
2026-04-024.6940
2026-04-094.7908
2026-04-164.9352
2026-04-234.9948
2026-04-304.9659
2026-05-074.9498
2026-05-155.0344
2026-05-235.1433
2026-05-305.1741
2026-06-065.0014
2026-06-155.0991
2026-06-225.0335
2026-06-294.7223
2026-07-064.7753
2026-07-134.7838
2026-07-204.6867
2026-07-274.6764
2026-08-034.5926
2026-08-104.4719
2026-08-174.3505
2026-08-254.3518
2026-09-014.2188
2026-09-084.2195
2026-09-154.2931
2026-09-224.3408

High

5.1741

Low

4.2188

Average

4.7495

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=AMD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=AMD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=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&currencies=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.