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: show the values
| Point | LKR/PYG |
|---|---|
| 2025-12-31 | 21.8277 |
| 2026-01-07 | 21.1515 |
| 2026-01-14 | 21.3741 |
| 2026-01-21 | 21.5087 |
| 2026-01-28 | 21.4408 |
| 2026-02-04 | 21.4057 |
| 2026-02-11 | 21.2479 |
| 2026-02-18 | 21.0556 |
| 2026-02-25 | 20.8030 |
| 2026-03-04 | 20.7790 |
| 2026-03-11 | 20.8992 |
| 2026-03-18 | 20.7307 |
| 2026-03-25 | 20.7055 |
| 2026-04-01 | 20.6076 |
| 2026-04-08 | 20.4304 |
| 2026-04-15 | 20.2402 |
| 2026-04-22 | 20.0596 |
| 2026-04-29 | 19.5812 |
| 2026-05-06 | 18.8418 |
| 2026-05-14 | 18.7676 |
| 2026-05-21 | 18.0340 |
| 2026-05-29 | 18.6052 |
| 2026-06-05 | 18.1026 |
| 2026-06-14 | 18.2936 |
| 2026-06-21 | 18.2716 |
| 2026-06-28 | 18.1165 |
| 2026-07-05 | 18.1027 |
| 2026-07-12 | 18.1082 |
| 2026-07-19 | 18.0090 |
| 2026-07-26 | 17.9646 |
| 2026-08-02 | 17.7034 |
| 2026-08-09 | 17.6977 |
| 2026-08-16 | 18.0374 |
| 2026-08-24 | 18.2912 |
| 2026-08-31 | 18.1029 |
| 2026-09-07 | 18.1930 |
| 2026-09-14 | 17.9766 |
| 2026-09-21 | 18.0392 |
High
21.8277
Low
17.6977
Average
19.4117
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=PYG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=PYG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=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¤cies=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.