Skip to content

INR to KGS exchange rate API

Indian Rupee to Som · quoted 2026-09-24

0.90911

▼ +6.57% over YTD

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 year to date, INR/KGS traded between 0.90491 and 0.97328, averaged 0.93246 and fell 6.57%. 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 YTD

INR/KGS over YTD: show the values
PointINR/KGS
2025-12-310.97308
2026-01-070.97328
2026-01-140.96835
2026-01-210.95434
2026-01-280.95126
2026-02-040.96740
2026-02-110.96133
2026-02-180.96432
2026-02-250.96159
2026-03-040.94977
2026-03-110.94985
2026-03-180.94158
2026-03-250.93088
2026-04-010.93609
2026-04-080.94835
2026-04-150.93592
2026-04-220.93224
2026-04-290.92177
2026-05-060.92396
2026-05-140.91357
2026-05-210.90920
2026-05-290.92068
2026-06-050.92110
2026-06-140.91711
2026-06-210.92481
2026-06-280.92374
2026-07-050.91638
2026-07-120.91490
2026-07-190.90632
2026-07-260.90491
2026-08-020.91513
2026-08-090.91977
2026-08-160.91448
2026-08-240.91426
2026-08-310.91989
2026-09-070.92646
2026-09-140.91616
2026-09-210.91272

High

0.97328

Low

0.90491

Average

0.93246

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.