Skip to content

INR to JMD exchange rate API

Indian Rupee to Jamaican Dollar · quoted 2026-09-24

1.6414

▼ +9.14% over 1Y

1 INR = 1.6414 JMD · 1 JMD = 0.60922 INR · Get this rate via the API

1 INR buys 1.6414 JMD as of 2026-09-24, so 1 JMD buys 0.60922 INR. Over the last year, INR/JMD traded between 1.6413 and 1.8207, averaged 1.7137 and fell 9.14%. The API holds daily INR/JMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/JMD over 1Y

INR/JMD over 1Y: show the values
PointINR/JMD
2025-09-241.8065
2025-10-011.8071
2025-10-081.8039
2025-10-151.8207
2025-10-221.8199
2025-10-291.8174
2025-11-051.8109
2025-11-121.8127
2025-11-191.8139
2025-11-261.7972
2025-12-031.7788
2025-12-111.7685
2025-12-181.7729
2025-12-251.7756
2026-01-011.7684
2026-01-081.7643
2026-01-151.7501
2026-01-221.7197
2026-01-291.7055
2026-02-051.7366
2026-02-121.7310
2026-02-191.7132
2026-02-261.7069
2026-03-051.7049
2026-03-121.7050
2026-03-191.6942
2026-03-261.6792
2026-04-021.6986
2026-04-091.6978
2026-04-161.6882
2026-04-231.6891
2026-04-301.6526
2026-05-071.6775
2026-05-151.6551
2026-05-231.6471
2026-05-301.6563
2026-06-061.6595
2026-06-151.6710
2026-06-221.6681
2026-06-291.6681
2026-07-061.6605
2026-07-131.6579
2026-07-201.6413
2026-07-271.6507
2026-08-031.6553
2026-08-101.6618
2026-08-171.6529
2026-08-251.6574
2026-09-011.6658
2026-09-081.6732
2026-09-151.6424
2026-09-221.6491

High

1.8207

Low

1.6413

Average

1.7137

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

INR/JMD API questions

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

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

How far back does INR/JMD historical data go?

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