Skip to content

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

AWG/RUB over 1Y: show the values
PointAWG/RUB
2025-09-2646.9059
2025-10-0345.8492
2025-10-1045.3532
2025-10-1744.8883
2025-10-2445.4016
2025-10-3144.6471
2025-11-0745.3890
2025-11-1445.0824
2025-11-2144.7241
2025-11-2843.5470
2025-12-0543.0641
2025-12-1344.5300
2025-12-2045.0815
2025-12-2743.9763
2026-01-0344.9370
2026-01-1044.2849
2026-01-1743.4651
2026-01-2442.3206
2026-01-3142.6321
2026-02-0742.9009
2026-02-1442.6120
2026-02-2142.8358
2026-02-2843.0633
2026-03-0744.2807
2026-03-1444.7019
2026-03-2146.2695
2026-03-2845.2331
2026-04-0444.8745
2026-04-1142.8359
2026-04-1842.3215
2026-04-2541.7699
2026-05-0241.6514
2026-05-0941.1872
2026-05-1740.7101
2026-05-2539.8401
2026-06-0139.8008
2026-06-1040.2209
2026-06-1740.5009
2026-06-2441.6274
2026-07-0143.9663
2026-07-0842.7196
2026-07-1543.2754
2026-07-2243.7372
2026-07-2943.9835
2026-08-0545.0138
2026-08-1246.0683
2026-08-2046.9220
2026-08-2747.6637
2026-09-0348.7694
2026-09-1047.4836
2026-09-1747.0553
2026-09-2447.3968

High

48.7694

Low

39.8008

Average

44.0852

For developers

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

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