Skip to content

GHS to TJS exchange rate API

Ghana Cedi to Somoni · quoted 2026-09-27

0.79537

▲ +5.63% over 1Y

1 GHS = 0.79537 TJS · 1 TJS = 1.2573 GHS · Get this rate via the API

1 GHS buys 0.79537 TJS as of 2026-09-27, so 1 TJS buys 1.2573 GHS. Over the last year, GHS/TJS traded between 0.74200 and 0.89174, averaged 0.82960 and rose 5.63%. The API holds daily GHS/TJS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GHS/TJS over 1Y

GHS/TJS over 1Y: show the values
PointGHS/TJS
2025-09-270.75301
2025-10-040.74200
2025-10-110.75893
2025-10-180.86824
2025-10-250.85583
2025-11-010.84686
2025-11-080.84372
2025-11-150.84271
2025-11-220.83571
2025-11-290.81560
2025-12-060.80483
2025-12-140.80510
2025-12-210.80185
2025-12-280.83687
2026-01-040.88122
2026-01-110.86701
2026-01-180.86224
2026-01-250.85885
2026-02-010.85846
2026-02-080.85379
2026-02-150.85869
2026-02-220.86291
2026-03-010.89174
2026-03-080.88959
2026-03-150.88289
2026-03-220.87807
2026-03-290.87212
2026-04-050.86967
2026-04-120.86370
2026-04-190.85339
2026-04-260.84669
2026-05-030.83737
2026-05-100.82824
2026-05-180.81591
2026-05-260.79559
2026-06-020.78480
2026-06-110.80951
2026-06-180.82805
2026-06-250.82636
2026-07-020.81416
2026-07-090.81141
2026-07-160.80044
2026-07-230.79554
2026-07-300.78710
2026-08-060.78665
2026-08-130.81813
2026-08-210.83406
2026-08-280.82303
2026-09-040.81220
2026-09-110.80621
2026-09-180.80146
2026-09-250.79502

High

0.89174

Low

0.74200

Average

0.82960

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

GHS/TJS API questions

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

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

How far back does GHS/TJS historical data go?

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