Skip to content

INR to CHF exchange rate API

Indian Rupee to Swiss Franc · quoted 2026-09-25

0.008620

▼ +3.94% over 1Y

1 INR = 0.008620 CHF · 1 CHF = 116.0093 INR · Get this rate via the API

1 INR buys 0.008620 CHF as of 2026-09-25, so 1 CHF buys 116.0093 INR. Over the last year, INR/CHF traded between 0.008164 and 0.009119, averaged 0.008610 and fell 3.94%. The API holds daily INR/CHF rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.

INR/CHF over 1Y

INR/CHF over 1Y: show the values
PointINR/CHF
2025-09-250.008974
2025-10-020.008966
2025-10-090.009028
2025-10-160.009081
2025-10-230.009084
2025-10-300.009057
2025-11-060.009119
2025-11-130.008970
2025-11-200.009098
2025-11-270.009014
2025-12-040.008908
2025-12-110.008821
2025-12-180.008807
2025-12-250.008772
2026-01-010.008819
2026-01-080.008869
2026-01-150.008873
2026-01-220.008658
2026-01-290.008346
2026-02-050.008598
2026-02-120.008499
2026-02-190.008507
2026-02-260.008508
2026-03-050.008512
2026-03-120.008479
2026-03-190.008513
2026-03-260.008425
2026-04-020.008586
2026-04-090.008533
2026-04-160.008401
2026-04-230.008338
2026-04-300.008274
2026-05-070.008254
2026-05-140.008164
2026-05-210.008195
2026-05-280.008245
2026-06-040.008222
2026-06-110.008345
2026-06-180.008526
2026-06-250.008614
2026-07-020.008460
2026-07-090.008459
2026-07-160.008371
2026-07-230.008448
2026-07-300.008491
2026-08-060.008503
2026-08-130.008514
2026-08-200.008348
2026-08-270.008427
2026-09-030.008555
2026-09-100.008507
2026-09-170.008593
2026-09-240.008625

High

0.009119

Low

0.008164

Average

0.008610

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

INR/CHF API questions

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

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

How far back does INR/CHF historical data go?

Daily INR/CHF rates are available from 2009-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free INR/CHF 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.