AWG to LKR exchange rate API
Aruban Florin to Sri Lanka Rupee · quoted 2026-09-27
184.4120
▲ +9.42% over 1Y
1 AWG = 184.4120 LKR · 1 LKR = 0.005423 AWG · Get this rate via the API
1 AWG buys 184.4120 LKR as of 2026-09-27, so 1 LKR buys 0.005423 AWG. Over the last year, AWG/LKR traded between 168.5241 and 188.5025, averaged 177.7795 and rose 9.42%. The API holds daily AWG/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AWG/LKR over 1Y: show the values
| Point | AWG/LKR |
|---|---|
| 2025-09-27 | 168.5377 |
| 2025-10-04 | 169.0451 |
| 2025-10-11 | 168.5241 |
| 2025-10-18 | 169.6112 |
| 2025-10-25 | 169.6556 |
| 2025-11-01 | 170.2675 |
| 2025-11-08 | 170.2128 |
| 2025-11-15 | 171.2481 |
| 2025-11-22 | 171.8988 |
| 2025-11-29 | 171.8983 |
| 2025-12-06 | 172.2565 |
| 2025-12-14 | 172.7199 |
| 2025-12-21 | 172.7674 |
| 2025-12-28 | 172.8970 |
| 2026-01-04 | 173.0292 |
| 2026-01-11 | 173.0075 |
| 2026-01-18 | 173.3730 |
| 2026-01-25 | 173.3593 |
| 2026-02-01 | 173.1088 |
| 2026-02-08 | 173.0620 |
| 2026-02-15 | 173.0181 |
| 2026-02-22 | 173.0395 |
| 2026-03-01 | 172.9597 |
| 2026-03-08 | 173.9161 |
| 2026-03-15 | 173.9492 |
| 2026-03-22 | 174.4002 |
| 2026-03-29 | 175.8799 |
| 2026-04-05 | 176.2562 |
| 2026-04-12 | 175.3698 |
| 2026-04-19 | 175.8504 |
| 2026-04-26 | 176.8921 |
| 2026-05-03 | 177.6622 |
| 2026-05-10 | 178.4908 |
| 2026-05-18 | 182.9314 |
| 2026-05-26 | 181.2370 |
| 2026-06-02 | 185.5100 |
| 2026-06-11 | 186.1007 |
| 2026-06-18 | 186.7281 |
| 2026-06-25 | 188.5025 |
| 2026-07-02 | 186.9976 |
| 2026-07-09 | 187.7740 |
| 2026-07-16 | 188.1452 |
| 2026-07-23 | 188.1731 |
| 2026-07-30 | 188.0242 |
| 2026-08-06 | 187.8482 |
| 2026-08-13 | 186.8400 |
| 2026-08-21 | 184.5573 |
| 2026-08-28 | 183.7025 |
| 2026-09-04 | 183.7424 |
| 2026-09-11 | 184.0083 |
| 2026-09-18 | 184.0528 |
| 2026-09-25 | 184.8619 |
High
188.5025
Low
168.5241
Average
177.7795
Get this rate via the API
One GET request returns the AWG/LKR 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=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AWG¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AWG¤cies=LKR").json()Replace YOUR_API_KEY with the key from your dashboard.
AWG/LKR API questions
How do I get the AWG/LKR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AWG¤cies=LKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AWG/LKR rate in rates.LKR.
How far back does AWG/LKR historical data go?
Daily AWG/LKR 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/LKR 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.