LKR to IQD exchange rate API
Sri Lanka Rupee to Iraqi Dinar · quoted 2026-09-27
3.9693
▼ +0.41% over 30D
1 LKR = 3.9693 IQD · 1 IQD = 0.25193 LKR · Get this rate via the API
1 LKR buys 3.9693 IQD as of 2026-09-27, so 1 IQD buys 0.25193 LKR. Over the last 30 days, LKR/IQD traded between 3.9495 and 4.0050, averaged 3.9760 and fell 0.41%. The API holds daily LKR/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
LKR/IQD over 30D: show the values
| Point | LKR/IQD |
|---|---|
| 2026-08-28 | 3.9856 |
| 2026-08-29 | 3.9948 |
| 2026-08-30 | 3.9900 |
| 2026-08-31 | 4.0050 |
| 2026-09-01 | 3.9848 |
| 2026-09-02 | 3.9850 |
| 2026-09-03 | 3.9778 |
| 2026-09-04 | 3.9850 |
| 2026-09-05 | 3.9956 |
| 2026-09-06 | 3.9879 |
| 2026-09-07 | 3.9842 |
| 2026-09-08 | 3.9816 |
| 2026-09-09 | 3.9731 |
| 2026-09-10 | 3.9780 |
| 2026-09-11 | 3.9792 |
| 2026-09-12 | 3.9910 |
| 2026-09-13 | 3.9835 |
| 2026-09-14 | 3.9817 |
| 2026-09-15 | 3.9681 |
| 2026-09-16 | 3.9565 |
| 2026-09-17 | 3.9609 |
| 2026-09-18 | 3.9502 |
| 2026-09-19 | 3.9572 |
| 2026-09-20 | 3.9558 |
| 2026-09-21 | 3.9495 |
| 2026-09-22 | 3.9647 |
| 2026-09-23 | 3.9772 |
| 2026-09-24 | 3.9780 |
| 2026-09-25 | 3.9591 |
| 2026-09-26 | 3.9709 |
| 2026-09-27 | 3.9693 |
High
4.0050
Low
3.9495
Average
3.9760
Get this rate via the API
One GET request returns the LKR/IQD 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=IQD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=IQD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=IQD").json()Replace YOUR_API_KEY with the key from your dashboard.
LKR/IQD API questions
How do I get the LKR/IQD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=IQD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LKR/IQD rate in rates.IQD.
How far back does LKR/IQD historical data go?
Daily LKR/IQD 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/IQD 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.