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: show the values
| Point | AWG/INR |
|---|---|
| 2025-09-25 | 49.5467 |
| 2025-10-02 | 49.5634 |
| 2025-10-09 | 49.6074 |
| 2025-10-16 | 49.1214 |
| 2025-10-23 | 49.0620 |
| 2025-10-30 | 49.5629 |
| 2025-11-06 | 49.4827 |
| 2025-11-13 | 49.5468 |
| 2025-11-20 | 49.5603 |
| 2025-11-27 | 49.9454 |
| 2025-12-04 | 50.2070 |
| 2025-12-12 | 50.5729 |
| 2025-12-19 | 50.1105 |
| 2025-12-26 | 50.3673 |
| 2026-01-02 | 50.3890 |
| 2026-01-09 | 50.4019 |
| 2026-01-16 | 50.6852 |
| 2026-01-23 | 51.3194 |
| 2026-01-30 | 51.3628 |
| 2026-02-06 | 50.6490 |
| 2026-02-13 | 50.6198 |
| 2026-02-20 | 50.8075 |
| 2026-02-27 | 50.8829 |
| 2026-03-06 | 51.3064 |
| 2026-03-13 | 51.6115 |
| 2026-03-20 | 52.3003 |
| 2026-03-27 | 52.9674 |
| 2026-04-03 | 51.7935 |
| 2026-04-10 | 51.5679 |
| 2026-04-17 | 51.5679 |
| 2026-04-24 | 52.3262 |
| 2026-05-01 | 52.8888 |
| 2026-05-08 | 52.4939 |
| 2026-05-16 | 53.6256 |
| 2026-05-24 | 53.5645 |
| 2026-05-31 | 53.1223 |
| 2026-06-09 | 53.2686 |
| 2026-06-16 | 52.8271 |
| 2026-06-23 | 52.9275 |
| 2026-06-30 | 52.8831 |
| 2026-07-07 | 53.0572 |
| 2026-07-14 | 53.7457 |
| 2026-07-21 | 53.7630 |
| 2026-07-28 | 53.5516 |
| 2026-08-04 | 53.2842 |
| 2026-08-11 | 53.3183 |
| 2026-08-18 | 53.4564 |
| 2026-08-26 | 53.3082 |
| 2026-09-02 | 53.0586 |
| 2026-09-09 | 53.1342 |
| 2026-09-16 | 53.6113 |
| 2026-09-23 | 53.4866 |
High
53.7630
Low
49.0620
Average
51.7158
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AWG¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AWG¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AWG¤cies=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¤cies=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.