Skip to content

NIO to GYD exchange rate API

Cordoba Oro to Guyana Dollar · quoted 2026-09-26

5.6824

▼ +0.56% over 1Y

1 NIO = 5.6824 GYD · 1 GYD = 0.17598 NIO · Get this rate via the API

1 NIO buys 5.6824 GYD as of 2026-09-26, so 1 GYD buys 0.17598 NIO. Over the last year, NIO/GYD traded between 5.6689 and 5.7933, averaged 5.6908 and fell 0.56%. The API holds daily NIO/GYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NIO/GYD over 1Y

NIO/GYD over 1Y: show the values
PointNIO/GYD
2025-09-265.7146
2025-10-035.6930
2025-10-105.7042
2025-10-175.6732
2025-10-245.6773
2025-10-315.6841
2025-11-075.6865
2025-11-145.6852
2025-11-215.6860
2025-11-285.6859
2025-12-055.6883
2025-12-135.6783
2025-12-205.6755
2025-12-275.6711
2026-01-035.6918
2026-01-105.6830
2026-01-175.6931
2026-01-245.6809
2026-01-315.7933
2026-02-075.6757
2026-02-145.6905
2026-02-215.6898
2026-02-285.6866
2026-03-075.6872
2026-03-145.6980
2026-03-215.6867
2026-03-285.7013
2026-04-045.6787
2026-04-115.6932
2026-04-185.6972
2026-04-255.6930
2026-05-025.7001
2026-05-095.6986
2026-05-175.7043
2026-05-255.6943
2026-06-015.6846
2026-06-105.6839
2026-06-175.6940
2026-06-245.6923
2026-07-015.6820
2026-07-085.6989
2026-07-155.6729
2026-07-225.6885
2026-07-295.6800
2026-08-055.6862
2026-08-125.6889
2026-08-205.6689
2026-08-275.6878
2026-09-035.6814
2026-09-105.6903
2026-09-175.7349
2026-09-245.6964

High

5.7933

Low

5.6689

Average

5.6908

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

NIO/GYD API questions

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

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

How far back does NIO/GYD historical data go?

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