Skip to content

LKR to PYG exchange rate API

Sri Lanka Rupee to Guarani · quoted 2026-09-25

17.9503

▼ +17.76% over YTD

1 LKR = 17.9503 PYG · 1 PYG = 0.05571 LKR · Get this rate via the API

1 LKR buys 17.9503 PYG as of 2026-09-25, so 1 PYG buys 0.05571 LKR. Over the year to date, LKR/PYG traded between 17.6977 and 21.8277, averaged 19.4117 and fell 17.76%. The API holds daily LKR/PYG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/PYG over YTD

LKR/PYG over YTD: show the values
PointLKR/PYG
2025-12-3121.8277
2026-01-0721.1515
2026-01-1421.3741
2026-01-2121.5087
2026-01-2821.4408
2026-02-0421.4057
2026-02-1121.2479
2026-02-1821.0556
2026-02-2520.8030
2026-03-0420.7790
2026-03-1120.8992
2026-03-1820.7307
2026-03-2520.7055
2026-04-0120.6076
2026-04-0820.4304
2026-04-1520.2402
2026-04-2220.0596
2026-04-2919.5812
2026-05-0618.8418
2026-05-1418.7676
2026-05-2118.0340
2026-05-2918.6052
2026-06-0518.1026
2026-06-1418.2936
2026-06-2118.2716
2026-06-2818.1165
2026-07-0518.1027
2026-07-1218.1082
2026-07-1918.0090
2026-07-2617.9646
2026-08-0217.7034
2026-08-0917.6977
2026-08-1618.0374
2026-08-2418.2912
2026-08-3118.1029
2026-09-0718.1930
2026-09-1417.9766
2026-09-2118.0392

High

21.8277

Low

17.6977

Average

19.4117

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=PYG").json()

Replace YOUR_API_KEY with the key from your dashboard.

LKR/PYG API questions

How do I get the LKR/PYG exchange rate from an API?

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

How far back does LKR/PYG historical data go?

Daily LKR/PYG 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 LKR/PYG 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.