AWG to RUB exchange rate API
Aruban Florin to Russian Ruble · quoted 2026-09-26
47.1414
▲ +0.50% over 1Y
1 AWG = 47.1414 RUB · 1 RUB = 0.02121 AWG · Get this rate via the API
1 AWG buys 47.1414 RUB as of 2026-09-26, so 1 RUB buys 0.02121 AWG. Over the last year, AWG/RUB traded between 39.8008 and 48.7694, averaged 44.0852 and rose 0.50%. The API holds daily AWG/RUB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AWG/RUB over 1Y: show the values
| Point | AWG/RUB |
|---|---|
| 2025-09-26 | 46.9059 |
| 2025-10-03 | 45.8492 |
| 2025-10-10 | 45.3532 |
| 2025-10-17 | 44.8883 |
| 2025-10-24 | 45.4016 |
| 2025-10-31 | 44.6471 |
| 2025-11-07 | 45.3890 |
| 2025-11-14 | 45.0824 |
| 2025-11-21 | 44.7241 |
| 2025-11-28 | 43.5470 |
| 2025-12-05 | 43.0641 |
| 2025-12-13 | 44.5300 |
| 2025-12-20 | 45.0815 |
| 2025-12-27 | 43.9763 |
| 2026-01-03 | 44.9370 |
| 2026-01-10 | 44.2849 |
| 2026-01-17 | 43.4651 |
| 2026-01-24 | 42.3206 |
| 2026-01-31 | 42.6321 |
| 2026-02-07 | 42.9009 |
| 2026-02-14 | 42.6120 |
| 2026-02-21 | 42.8358 |
| 2026-02-28 | 43.0633 |
| 2026-03-07 | 44.2807 |
| 2026-03-14 | 44.7019 |
| 2026-03-21 | 46.2695 |
| 2026-03-28 | 45.2331 |
| 2026-04-04 | 44.8745 |
| 2026-04-11 | 42.8359 |
| 2026-04-18 | 42.3215 |
| 2026-04-25 | 41.7699 |
| 2026-05-02 | 41.6514 |
| 2026-05-09 | 41.1872 |
| 2026-05-17 | 40.7101 |
| 2026-05-25 | 39.8401 |
| 2026-06-01 | 39.8008 |
| 2026-06-10 | 40.2209 |
| 2026-06-17 | 40.5009 |
| 2026-06-24 | 41.6274 |
| 2026-07-01 | 43.9663 |
| 2026-07-08 | 42.7196 |
| 2026-07-15 | 43.2754 |
| 2026-07-22 | 43.7372 |
| 2026-07-29 | 43.9835 |
| 2026-08-05 | 45.0138 |
| 2026-08-12 | 46.0683 |
| 2026-08-20 | 46.9220 |
| 2026-08-27 | 47.6637 |
| 2026-09-03 | 48.7694 |
| 2026-09-10 | 47.4836 |
| 2026-09-17 | 47.0553 |
| 2026-09-24 | 47.3968 |
High
48.7694
Low
39.8008
Average
44.0852
Get this rate via the API
One GET request returns the AWG/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=AWG¤cies=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AWG¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AWG¤cies=RUB").json()Replace YOUR_API_KEY with the key from your dashboard.
AWG/RUB API questions
How do I get the AWG/RUB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AWG¤cies=RUB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AWG/RUB rate in rates.RUB.
How far back does AWG/RUB historical data go?
Daily AWG/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 AWG/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.