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: show the values
| Point | NIO/GYD |
|---|---|
| 2025-09-26 | 5.7146 |
| 2025-10-03 | 5.6930 |
| 2025-10-10 | 5.7042 |
| 2025-10-17 | 5.6732 |
| 2025-10-24 | 5.6773 |
| 2025-10-31 | 5.6841 |
| 2025-11-07 | 5.6865 |
| 2025-11-14 | 5.6852 |
| 2025-11-21 | 5.6860 |
| 2025-11-28 | 5.6859 |
| 2025-12-05 | 5.6883 |
| 2025-12-13 | 5.6783 |
| 2025-12-20 | 5.6755 |
| 2025-12-27 | 5.6711 |
| 2026-01-03 | 5.6918 |
| 2026-01-10 | 5.6830 |
| 2026-01-17 | 5.6931 |
| 2026-01-24 | 5.6809 |
| 2026-01-31 | 5.7933 |
| 2026-02-07 | 5.6757 |
| 2026-02-14 | 5.6905 |
| 2026-02-21 | 5.6898 |
| 2026-02-28 | 5.6866 |
| 2026-03-07 | 5.6872 |
| 2026-03-14 | 5.6980 |
| 2026-03-21 | 5.6867 |
| 2026-03-28 | 5.7013 |
| 2026-04-04 | 5.6787 |
| 2026-04-11 | 5.6932 |
| 2026-04-18 | 5.6972 |
| 2026-04-25 | 5.6930 |
| 2026-05-02 | 5.7001 |
| 2026-05-09 | 5.6986 |
| 2026-05-17 | 5.7043 |
| 2026-05-25 | 5.6943 |
| 2026-06-01 | 5.6846 |
| 2026-06-10 | 5.6839 |
| 2026-06-17 | 5.6940 |
| 2026-06-24 | 5.6923 |
| 2026-07-01 | 5.6820 |
| 2026-07-08 | 5.6989 |
| 2026-07-15 | 5.6729 |
| 2026-07-22 | 5.6885 |
| 2026-07-29 | 5.6800 |
| 2026-08-05 | 5.6862 |
| 2026-08-12 | 5.6889 |
| 2026-08-20 | 5.6689 |
| 2026-08-27 | 5.6878 |
| 2026-09-03 | 5.6814 |
| 2026-09-10 | 5.6903 |
| 2026-09-17 | 5.7349 |
| 2026-09-24 | 5.6964 |
High
5.7933
Low
5.6689
Average
5.6908
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=GYD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=GYD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=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¤cies=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.