INR to SLL exchange rate API
Indian Rupee to Leone · quoted 2026-09-25
238.5621
▼ +6.42% over YTD
1 INR = 238.5621 SLL · 1 SLL = 0.004192 INR · Get this rate via the API
1 INR buys 238.5621 SLL as of 2026-09-25, so 1 SLL buys 0.004192 INR. Over the year to date, INR/SLL traded between 217.6389 and 260.0897, averaged 241.5023 and fell 6.42%. The API holds daily INR/SLL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
INR/SLL over YTD: show the values
| Point | INR/SLL |
|---|---|
| 2025-12-31 | 254.9258 |
| 2026-01-07 | 254.3134 |
| 2026-01-14 | 254.4213 |
| 2026-01-21 | 251.1755 |
| 2026-01-28 | 248.1971 |
| 2026-02-04 | 253.3976 |
| 2026-02-11 | 251.4229 |
| 2026-02-18 | 252.9976 |
| 2026-02-25 | 251.8587 |
| 2026-03-04 | 248.8495 |
| 2026-03-11 | 248.6063 |
| 2026-03-18 | 245.8652 |
| 2026-03-25 | 242.8552 |
| 2026-04-01 | 245.0603 |
| 2026-04-08 | 249.0206 |
| 2026-04-19 | 225.7531 |
| 2026-04-26 | 222.2439 |
| 2026-05-03 | 220.6612 |
| 2026-05-10 | 221.6131 |
| 2026-05-18 | 217.6389 |
| 2026-05-26 | 238.9077 |
| 2026-06-02 | 258.6559 |
| 2026-06-11 | 238.3433 |
| 2026-06-18 | 242.0140 |
| 2026-06-25 | 242.0642 |
| 2026-07-02 | 219.8121 |
| 2026-07-09 | 239.9142 |
| 2026-07-16 | 237.1455 |
| 2026-07-23 | 237.5658 |
| 2026-07-30 | 239.1202 |
| 2026-08-06 | 240.5852 |
| 2026-08-13 | 247.3535 |
| 2026-08-21 | 239.2896 |
| 2026-08-28 | 240.1809 |
| 2026-09-04 | 260.0897 |
| 2026-09-11 | 240.0861 |
| 2026-09-18 | 218.7114 |
| 2026-09-25 | 239.3095 |
High
260.0897
Low
217.6389
Average
241.5023
Get this rate via the API
One GET request returns the INR/SLL 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=INR¤cies=SLL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=SLL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=SLL").json()Replace YOUR_API_KEY with the key from your dashboard.
INR/SLL API questions
How do I get the INR/SLL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=SLL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/SLL rate in rates.SLL.
How far back does INR/SLL historical data go?
Daily INR/SLL 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 INR/SLL 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.