Skip to content

AWG to INR exchange rate API

Aruban Florin to Indian Rupee · quoted 2026-09-25

53.7458

▲ +8.48% over 1Y

1 AWG = 53.7458 INR · 1 INR = 0.01861 AWG · Get this rate via the API

1 AWG buys 53.7458 INR as of 2026-09-25, so 1 INR buys 0.01861 AWG. Over the last year, AWG/INR traded between 49.0620 and 53.7630, averaged 51.7158 and rose 8.48%. The API holds daily AWG/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AWG/INR over 1Y

AWG/INR over 1Y: show the values
PointAWG/INR
2025-09-2549.5467
2025-10-0249.5634
2025-10-0949.6074
2025-10-1649.1214
2025-10-2349.0620
2025-10-3049.5629
2025-11-0649.4827
2025-11-1349.5468
2025-11-2049.5603
2025-11-2749.9454
2025-12-0450.2070
2025-12-1250.5729
2025-12-1950.1105
2025-12-2650.3673
2026-01-0250.3890
2026-01-0950.4019
2026-01-1650.6852
2026-01-2351.3194
2026-01-3051.3628
2026-02-0650.6490
2026-02-1350.6198
2026-02-2050.8075
2026-02-2750.8829
2026-03-0651.3064
2026-03-1351.6115
2026-03-2052.3003
2026-03-2752.9674
2026-04-0351.7935
2026-04-1051.5679
2026-04-1751.5679
2026-04-2452.3262
2026-05-0152.8888
2026-05-0852.4939
2026-05-1653.6256
2026-05-2453.5645
2026-05-3153.1223
2026-06-0953.2686
2026-06-1652.8271
2026-06-2352.9275
2026-06-3052.8831
2026-07-0753.0572
2026-07-1453.7457
2026-07-2153.7630
2026-07-2853.5516
2026-08-0453.2842
2026-08-1153.3183
2026-08-1853.4564
2026-08-2653.3082
2026-09-0253.0586
2026-09-0953.1342
2026-09-1653.6113
2026-09-2353.4866

High

53.7630

Low

49.0620

Average

51.7158

For developers

Get this rate via the API

One GET request returns the AWG/INR 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=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AWG&currencies=INR");
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=INR").json()

Replace YOUR_API_KEY with the key from your dashboard.

AWG/INR API questions

How do I get the AWG/INR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AWG&currencies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AWG/INR rate in rates.INR.

How far back does AWG/INR historical data go?

Daily AWG/INR 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/INR 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.