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: show the values
| Point | GYD/INR |
|---|---|
| 2025-09-25 | 0.42409 |
| 2025-10-02 | 0.42405 |
| 2025-10-09 | 0.42457 |
| 2025-10-16 | 0.42026 |
| 2025-10-23 | 0.42014 |
| 2025-10-30 | 0.42407 |
| 2025-11-06 | 0.42360 |
| 2025-11-13 | 0.42390 |
| 2025-11-20 | 0.42402 |
| 2025-11-27 | 0.42718 |
| 2025-12-04 | 0.42961 |
| 2025-12-12 | 0.43343 |
| 2025-12-19 | 0.42884 |
| 2025-12-26 | 0.43095 |
| 2026-01-02 | 0.43107 |
| 2026-01-09 | 0.43074 |
| 2026-01-16 | 0.43358 |
| 2026-01-23 | 0.43921 |
| 2026-01-30 | 0.43864 |
| 2026-02-06 | 0.43311 |
| 2026-02-13 | 0.43252 |
| 2026-02-20 | 0.43463 |
| 2026-02-27 | 0.43510 |
| 2026-03-06 | 0.43902 |
| 2026-03-13 | 0.44013 |
| 2026-03-20 | 0.45020 |
| 2026-03-27 | 0.45367 |
| 2026-04-03 | 0.44391 |
| 2026-04-10 | 0.44453 |
| 2026-04-17 | 0.44366 |
| 2026-04-24 | 0.45042 |
| 2026-05-01 | 0.45495 |
| 2026-05-08 | 0.45016 |
| 2026-05-16 | 0.45934 |
| 2026-05-24 | 0.45816 |
| 2026-05-31 | 0.45437 |
| 2026-06-09 | 0.45614 |
| 2026-06-16 | 0.45166 |
| 2026-06-23 | 0.45273 |
| 2026-06-30 | 0.45303 |
| 2026-07-07 | 0.45479 |
| 2026-07-14 | 0.45898 |
| 2026-07-21 | 0.45972 |
| 2026-07-28 | 0.45783 |
| 2026-08-04 | 0.45481 |
| 2026-08-11 | 0.45537 |
| 2026-08-18 | 0.45712 |
| 2026-08-26 | 0.45646 |
| 2026-09-02 | 0.45367 |
| 2026-09-09 | 0.45534 |
| 2026-09-16 | 0.45897 |
| 2026-09-23 | 0.45714 |
High
0.45972
Low
0.42014
Average
0.44270
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GYD¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GYD¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GYD¤cies=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¤cies=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.