Skip to content

NIO to GHS exchange rate API

Cordoba Oro to Ghana Cedi · quoted 2026-09-27

0.31706

▼ +6.14% over 1Y

1 NIO = 0.31706 GHS · 1 GHS = 3.1540 NIO · Get this rate via the API

1 NIO buys 0.31706 GHS as of 2026-09-27, so 1 GHS buys 3.1540 NIO. Over the last year, NIO/GHS traded between 0.28573 and 0.34116, averaged 0.30603 and fell 6.14%. The API holds daily NIO/GHS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NIO/GHS over 1Y

NIO/GHS over 1Y: show the values
PointNIO/GHS
2025-09-270.33780
2025-10-040.34116
2025-10-110.33202
2025-10-180.28876
2025-10-250.29660
2025-11-010.29675
2025-11-080.29732
2025-11-150.29826
2025-11-220.30070
2025-11-290.30814
2025-12-060.31022
2025-12-140.31240
2025-12-210.31270
2025-12-280.30095
2026-01-040.28573
2026-01-110.29178
2026-01-180.29415
2026-01-250.29609
2026-02-010.29805
2026-02-080.29879
2026-02-150.29914
2026-02-220.29837
2026-03-010.28976
2026-03-080.29377
2026-03-150.29596
2026-03-220.29715
2026-03-290.29905
2026-04-050.29971
2026-04-120.29907
2026-04-190.30030
2026-04-260.30167
2026-05-030.30519
2026-05-100.30612
2026-05-180.31073
2026-05-260.31619
2026-06-020.32008
2026-06-110.31352
2026-06-180.30423
2026-06-250.30498
2026-07-020.31048
2026-07-090.31043
2026-07-160.31336
2026-07-230.31573
2026-07-300.31722
2026-08-060.31879
2026-08-130.30732
2026-08-210.30122
2026-08-280.30521
2026-09-040.30879
2026-09-110.31182
2026-09-180.31385
2026-09-250.31513

High

0.34116

Low

0.28573

Average

0.30603

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

NIO/GHS API questions

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

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

How far back does NIO/GHS historical data go?

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