Skip to content

NIO to GYD exchange rate API

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

5.6824

▲ +0.01% over 5Y

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 5 years, NIO/GYD traded between 5.6681 and 5.7388, averaged 5.6902 and rose 0.01%. 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 5Y

NIO/GYD over 5Y: show the values
PointNIO/GYD
2024-08-245.6816
2024-10-075.6729
2024-11-065.6803
2024-12-065.6789
2025-01-055.7062
2025-02-045.6804
2025-03-065.6681
2025-04-065.7388
2025-05-065.6800
2025-06-075.6988
2025-07-075.6898
2025-08-065.6980
2025-09-055.6985
2025-10-065.7079
2025-11-055.6867
2025-12-055.6883
2026-01-055.6919
2026-02-045.6764
2026-03-065.6854
2026-04-055.6933
2026-05-055.6986
2026-06-065.6892
2026-07-085.6989
2026-08-075.6905
2026-09-075.6842

High

5.7388

Low

5.6681

Average

5.6902

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.