Skip to content

TJS to GHS exchange rate API

Somoni to Ghana Cedi · quoted 2026-09-27

1.2573

▼ +5.33% over 1Y

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

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

TJS/GHS over 1Y

TJS/GHS over 1Y: show the values
PointTJS/GHS
2025-09-271.3280
2025-10-041.3477
2025-10-111.3176
2025-10-181.1518
2025-10-251.1685
2025-11-011.1808
2025-11-081.1852
2025-11-151.1867
2025-11-221.1966
2025-11-291.2261
2025-12-061.2425
2025-12-141.2421
2025-12-211.2471
2025-12-281.1949
2026-01-041.1348
2026-01-111.1534
2026-01-181.1598
2026-01-251.1643
2026-02-011.1649
2026-02-081.1712
2026-02-151.1646
2026-02-221.1589
2026-03-011.1214
2026-03-081.1241
2026-03-151.1326
2026-03-221.1389
2026-03-291.1466
2026-04-051.1499
2026-04-121.1578
2026-04-191.1718
2026-04-261.1811
2026-05-031.1942
2026-05-101.2074
2026-05-181.2256
2026-05-261.2569
2026-06-021.2742
2026-06-111.2353
2026-06-181.2076
2026-06-251.2101
2026-07-021.2283
2026-07-091.2324
2026-07-161.2493
2026-07-231.2570
2026-07-301.2705
2026-08-061.2712
2026-08-131.2223
2026-08-211.1990
2026-08-281.2150
2026-09-041.2312
2026-09-111.2404
2026-09-181.2477
2026-09-251.2578

High

1.3477

Low

1.1214

Average

1.2076

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/GHS API questions

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

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

How far back does TJS/GHS historical data go?

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