Skip to content

INR to CNY exchange rate API

Indian Rupee to Yuan Renminbi · quoted 2026-09-25

0.06984

▼ +13.05% over 1Y

1 INR = 0.06984 CNY · 1 CNY = 14.3182 INR · Get this rate via the API

1 INR buys 0.06984 CNY as of 2026-09-25, so 1 CNY buys 14.3182 INR. Over the last year, INR/CNY traded between 0.06984 and 0.08112, averaged 0.07451 and fell 13.05%. The API holds daily INR/CNY rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.

INR/CNY over 1Y

INR/CNY over 1Y: show the values
PointINR/CNY
2025-09-250.08033
2025-10-020.08025
2025-10-090.08021
2025-10-160.08104
2025-10-230.08112
2025-10-300.08019
2025-11-060.08038
2025-11-130.08001
2025-11-200.08019
2025-11-270.07923
2025-12-040.07869
2025-12-110.07815
2025-12-180.07801
2025-12-250.07805
2026-01-010.07782
2026-01-080.07764
2026-01-150.07716
2026-01-220.07616
2026-01-290.07557
2026-02-050.07684
2026-02-120.07618
2026-02-190.07576
2026-02-260.07524
2026-03-050.07530
2026-03-120.07449
2026-03-190.07400
2026-03-260.07342
2026-04-020.07409
2026-04-090.07376
2026-04-160.07315
2026-04-230.07263
2026-04-300.07194
2026-05-070.07216
2026-05-140.07085
2026-05-210.07071
2026-05-280.07085
2026-06-040.07072
2026-06-110.07077
2026-06-180.07178
2026-06-250.07202
2026-07-020.07117
2026-07-090.07125
2026-07-160.07023
2026-07-230.07010
2026-07-300.07060
2026-08-060.07087
2026-08-130.07065
2026-08-200.07025
2026-08-270.07034
2026-09-030.07111
2026-09-100.07026
2026-09-170.06991
2026-09-240.06995

High

0.08112

Low

0.06984

Average

0.07451

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

INR/CNY API questions

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

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

How far back does INR/CNY historical data go?

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