Skip to content

INR to KGS exchange rate API

Indian Rupee to Som · quoted 2026-09-24

0.90911

▼ +7.80% over 1Y

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 year, INR/KGS traded between 0.90664 and 0.99316, averaged 0.94603 and fell 7.80%. 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 1Y

INR/KGS over 1Y: show the values
PointINR/KGS
2025-09-240.98597
2025-10-010.98556
2025-10-080.98531
2025-10-150.99316
2025-10-220.98922
2025-10-290.99130
2025-11-050.98667
2025-11-120.98717
2025-11-190.98855
2025-11-260.98065
2025-12-030.97032
2025-12-110.96842
2025-12-180.96899
2025-12-250.97374
2026-01-010.97300
2026-01-080.97248
2026-01-150.96841
2026-01-220.95486
2026-01-290.95156
2026-02-050.96852
2026-02-120.96535
2026-02-190.95891
2026-02-260.96174
2026-03-050.95421
2026-03-120.94847
2026-03-190.93828
2026-03-260.92918
2026-04-020.93930
2026-04-090.94377
2026-04-160.93786
2026-04-230.92899
2026-04-300.92113
2026-05-070.92749
2026-05-150.91122
2026-05-230.91399
2026-05-300.92095
2026-06-060.92016
2026-06-150.92321
2026-06-220.92350
2026-06-290.92517
2026-07-060.91678
2026-07-130.91462
2026-07-200.90664
2026-07-270.91162
2026-08-030.91734
2026-08-100.91796
2026-08-170.91866
2026-08-250.91752
2026-09-010.92200
2026-09-080.92320
2026-09-150.91235
2026-09-220.91486

High

0.99316

Low

0.90664

Average

0.94603

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.