Skip to content

LKR to PYG exchange rate API

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

17.9503

▼ +24.93% over 1Y

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 last year, LKR/PYG traded between 17.7492 and 23.9103, averaged 20.3207 and fell 24.93%. 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 1Y

LKR/PYG over 1Y: show the values
PointLKR/PYG
2025-09-2523.9103
2025-10-0223.8523
2025-10-0923.0463
2025-10-1623.2108
2025-10-2323.2919
2025-10-3023.2902
2025-11-0623.2159
2025-11-1323.1406
2025-11-2022.8111
2025-11-2722.6670
2025-12-0422.6242
2025-12-1222.1593
2025-12-1921.5896
2025-12-2621.9049
2026-01-0221.4817
2026-01-0921.1913
2026-01-1621.6196
2026-01-2321.5791
2026-01-3021.6525
2026-02-0621.2849
2026-02-1321.2528
2026-02-2020.9316
2026-02-2720.7999
2026-03-0621.0038
2026-03-1320.8358
2026-03-2020.8007
2026-03-2720.7249
2026-04-0320.4375
2026-04-1020.4063
2026-04-1720.1286
2026-04-2419.8757
2026-05-0119.2145
2026-05-0819.0494
2026-05-1618.5429
2026-05-2418.3809
2026-05-3118.3712
2026-06-0918.1427
2026-06-1618.3451
2026-06-2318.2325
2026-06-3018.0298
2026-07-0718.0330
2026-07-1418.0678
2026-07-2118.0075
2026-07-2817.9694
2026-08-0417.7492
2026-08-1117.7542
2026-08-1818.1164
2026-08-2618.2119
2026-09-0217.9591
2026-09-0918.0435
2026-09-1618.0854
2026-09-2318.0209

High

23.9103

Low

17.7492

Average

20.3207

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.