Skip to content

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

INR/SLL over YTD: show the values
PointINR/SLL
2025-12-31254.9258
2026-01-07254.3134
2026-01-14254.4213
2026-01-21251.1755
2026-01-28248.1971
2026-02-04253.3976
2026-02-11251.4229
2026-02-18252.9976
2026-02-25251.8587
2026-03-04248.8495
2026-03-11248.6063
2026-03-18245.8652
2026-03-25242.8552
2026-04-01245.0603
2026-04-08249.0206
2026-04-19225.7531
2026-04-26222.2439
2026-05-03220.6612
2026-05-10221.6131
2026-05-18217.6389
2026-05-26238.9077
2026-06-02258.6559
2026-06-11238.3433
2026-06-18242.0140
2026-06-25242.0642
2026-07-02219.8121
2026-07-09239.9142
2026-07-16237.1455
2026-07-23237.5658
2026-07-30239.1202
2026-08-06240.5852
2026-08-13247.3535
2026-08-21239.2896
2026-08-28240.1809
2026-09-04260.0897
2026-09-11240.0861
2026-09-18218.7114
2026-09-25239.3095

High

260.0897

Low

217.6389

Average

241.5023

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=SLL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=SLL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=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&currencies=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.