LKR to PYG exchange rate API
Sri Lanka Rupee to Guarani · quoted 2026-09-25
17.9460
▼ +1.46% over 30D
1 LKR = 17.9460 PYG · 1 PYG = 0.05572 LKR · Get this rate via the API
1 LKR buys 17.9460 PYG as of 2026-09-25, so 1 PYG buys 0.05572 LKR. Over the last 30 days, LKR/PYG traded between 17.8283 and 18.2223, averaged 18.0352 and fell 1.46%. 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 30D: show the values
| Point | LKR/PYG |
|---|---|
| 2026-08-26 | 18.2119 |
| 2026-08-27 | 18.1798 |
| 2026-08-28 | 18.0349 |
| 2026-08-29 | 18.0616 |
| 2026-08-30 | 18.0440 |
| 2026-08-31 | 18.1029 |
| 2026-09-01 | 17.9828 |
| 2026-09-02 | 17.9591 |
| 2026-09-03 | 17.9557 |
| 2026-09-04 | 18.0447 |
| 2026-09-05 | 18.2223 |
| 2026-09-06 | 18.2017 |
| 2026-09-07 | 18.1930 |
| 2026-09-08 | 18.1618 |
| 2026-09-09 | 18.0435 |
| 2026-09-10 | 17.9239 |
| 2026-09-11 | 17.8869 |
| 2026-09-12 | 18.0131 |
| 2026-09-13 | 18.0282 |
| 2026-09-14 | 17.9766 |
| 2026-09-15 | 18.2117 |
| 2026-09-16 | 18.0854 |
| 2026-09-17 | 17.9438 |
| 2026-09-18 | 17.8283 |
| 2026-09-19 | 17.9377 |
| 2026-09-20 | 17.9029 |
| 2026-09-21 | 18.0392 |
| 2026-09-22 | 17.9808 |
| 2026-09-23 | 18.0209 |
| 2026-09-24 | 17.9676 |
High
18.2223
Low
17.8283
Average
18.0352
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.