Skip to content

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

AWG/LKR over 1Y: show the values
PointAWG/LKR
2025-09-27168.5377
2025-10-04169.0451
2025-10-11168.5241
2025-10-18169.6112
2025-10-25169.6556
2025-11-01170.2675
2025-11-08170.2128
2025-11-15171.2481
2025-11-22171.8988
2025-11-29171.8983
2025-12-06172.2565
2025-12-14172.7199
2025-12-21172.7674
2025-12-28172.8970
2026-01-04173.0292
2026-01-11173.0075
2026-01-18173.3730
2026-01-25173.3593
2026-02-01173.1088
2026-02-08173.0620
2026-02-15173.0181
2026-02-22173.0395
2026-03-01172.9597
2026-03-08173.9161
2026-03-15173.9492
2026-03-22174.4002
2026-03-29175.8799
2026-04-05176.2562
2026-04-12175.3698
2026-04-19175.8504
2026-04-26176.8921
2026-05-03177.6622
2026-05-10178.4908
2026-05-18182.9314
2026-05-26181.2370
2026-06-02185.5100
2026-06-11186.1007
2026-06-18186.7281
2026-06-25188.5025
2026-07-02186.9976
2026-07-09187.7740
2026-07-16188.1452
2026-07-23188.1731
2026-07-30188.0242
2026-08-06187.8482
2026-08-13186.8400
2026-08-21184.5573
2026-08-28183.7025
2026-09-04183.7424
2026-09-11184.0083
2026-09-18184.0528
2026-09-25184.8619

High

188.5025

Low

168.5241

Average

177.7795

For developers

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