Skip to content

NIO to GYD exchange rate API

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

5.6824

▼ +0.10% over 6M

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 6 months, NIO/GYD traded between 5.6746 and 5.7082, averaged 5.6863 and fell 0.10%. 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 6M

NIO/GYD over 6M: show the values
PointNIO/GYD
2026-03-305.6879
2026-04-065.6769
2026-04-135.6856
2026-04-205.6855
2026-04-275.6849
2026-05-045.7001
2026-05-115.6858
2026-05-195.6899
2026-05-275.6950
2026-06-035.6964
2026-06-125.6775
2026-06-195.7008
2026-06-265.6774
2026-07-035.6895
2026-07-105.6796
2026-07-175.6883
2026-07-245.6787
2026-07-315.6746
2026-08-075.6905
2026-08-145.6855
2026-08-225.6895
2026-08-295.6838
2026-09-055.6757
2026-09-125.7082
2026-09-195.6777
2026-09-265.6824

High

5.7082

Low

5.6746

Average

5.6863

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.