Skip to content

GYD to INR exchange rate API

Guyana Dollar to Indian Rupee · quoted 2026-09-25

0.45948

▲ +8.35% over 1Y

1 GYD = 0.45948 INR · 1 INR = 2.1764 GYD · Get this rate via the API

1 GYD buys 0.45948 INR as of 2026-09-25, so 1 INR buys 2.1764 GYD. Over the last year, GYD/INR traded between 0.42014 and 0.45972, averaged 0.44270 and rose 8.35%. The API holds daily GYD/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GYD/INR over 1Y

GYD/INR over 1Y: show the values
PointGYD/INR
2025-09-250.42409
2025-10-020.42405
2025-10-090.42457
2025-10-160.42026
2025-10-230.42014
2025-10-300.42407
2025-11-060.42360
2025-11-130.42390
2025-11-200.42402
2025-11-270.42718
2025-12-040.42961
2025-12-120.43343
2025-12-190.42884
2025-12-260.43095
2026-01-020.43107
2026-01-090.43074
2026-01-160.43358
2026-01-230.43921
2026-01-300.43864
2026-02-060.43311
2026-02-130.43252
2026-02-200.43463
2026-02-270.43510
2026-03-060.43902
2026-03-130.44013
2026-03-200.45020
2026-03-270.45367
2026-04-030.44391
2026-04-100.44453
2026-04-170.44366
2026-04-240.45042
2026-05-010.45495
2026-05-080.45016
2026-05-160.45934
2026-05-240.45816
2026-05-310.45437
2026-06-090.45614
2026-06-160.45166
2026-06-230.45273
2026-06-300.45303
2026-07-070.45479
2026-07-140.45898
2026-07-210.45972
2026-07-280.45783
2026-08-040.45481
2026-08-110.45537
2026-08-180.45712
2026-08-260.45646
2026-09-020.45367
2026-09-090.45534
2026-09-160.45897
2026-09-230.45714

High

0.45972

Low

0.42014

Average

0.44270

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GYD&currencies=INR").json()

Replace YOUR_API_KEY with the key from your dashboard.

GYD/INR API questions

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

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

How far back does GYD/INR historical data go?

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