Skip to content

GYD to INR exchange rate API

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

0.45839

▲ +8.77% over 1Y

1 GYD = 0.45839 INR · 1 INR = 2.1816 GYD · Get this rate via the API

1 GYD buys 0.45839 INR as of 2026-09-26, so 1 INR buys 2.1816 GYD. Over the last year, GYD/INR traded between 0.42085 and 0.46185, averaged 0.44286 and rose 8.77%. 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-260.42144
2025-10-030.42450
2025-10-100.42206
2025-10-170.42247
2025-10-240.42085
2025-10-310.42412
2025-11-070.42399
2025-11-140.42395
2025-11-210.42838
2025-11-280.42777
2025-12-050.42996
2025-12-130.43415
2025-12-200.42889
2025-12-270.43052
2026-01-030.43095
2026-01-100.43212
2026-01-170.43432
2026-01-240.43868
2026-01-310.43069
2026-02-070.43492
2026-02-140.43355
2026-02-210.43439
2026-02-280.43628
2026-03-070.44017
2026-03-140.44265
2026-03-210.45088
2026-03-280.45313
2026-04-040.44487
2026-04-110.44524
2026-04-180.44264
2026-04-250.45060
2026-05-020.45348
2026-05-090.45131
2026-05-170.45957
2026-05-250.45522
2026-06-010.45407
2026-06-100.45552
2026-06-170.45168
2026-06-240.45167
2026-07-010.45566
2026-07-080.45580
2026-07-150.46185
2026-07-220.46130
2026-07-290.45837
2026-08-050.45493
2026-08-120.45556
2026-08-200.46013
2026-08-270.45659
2026-09-030.45228
2026-09-100.45622
2026-09-170.45599
2026-09-240.45707

High

0.46185

Low

0.42085

Average

0.44286

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.