Skip to content

INR to KGS exchange rate API

Indian Rupee to Som · quoted 2026-09-24

0.90911

▼ +10.72% over 5Y

1 INR = 0.90911 KGS · 1 KGS = 1.1000 INR · Get this rate via the API

1 INR buys 0.90911 KGS as of 2026-09-24, so 1 KGS buys 1.1000 INR. Over the last 5 years, INR/KGS traded between 0.90911 and 1.0367, averaged 0.97906 and fell 10.72%. The API holds daily INR/KGS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/KGS over 5Y

INR/KGS over 5Y: show the values
PointINR/KGS
2024-08-241.01825
2024-10-071.00838
2024-11-061.02195
2024-12-061.02487
2025-01-051.01112
2025-02-041.00411
2025-03-061.00692
2025-04-061.01566
2025-05-061.03674
2025-06-071.01976
2025-07-071.01801
2025-08-060.99712
2025-09-050.99093
2025-10-060.98517
2025-11-050.98667
2025-12-050.97276
2026-01-050.96851
2026-02-040.96740
2026-03-060.95220
2026-04-050.93892
2026-05-050.91746
2026-06-060.92016
2026-07-080.91527
2026-08-070.92171
2026-09-070.92646

High

1.0367

Low

0.90911

Average

0.97906

For developers

Get this rate via the API

One GET request returns the INR/KGS 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=KGS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=KGS");
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=KGS").json()

Replace YOUR_API_KEY with the key from your dashboard.

INR/KGS API questions

How do I get the INR/KGS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=KGS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/KGS rate in rates.KGS.

How far back does INR/KGS historical data go?

Daily INR/KGS 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/KGS 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.