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: show the values
| Point | TJS/GHS |
|---|---|
| 2025-09-27 | 1.3280 |
| 2025-10-04 | 1.3477 |
| 2025-10-11 | 1.3176 |
| 2025-10-18 | 1.1518 |
| 2025-10-25 | 1.1685 |
| 2025-11-01 | 1.1808 |
| 2025-11-08 | 1.1852 |
| 2025-11-15 | 1.1867 |
| 2025-11-22 | 1.1966 |
| 2025-11-29 | 1.2261 |
| 2025-12-06 | 1.2425 |
| 2025-12-14 | 1.2421 |
| 2025-12-21 | 1.2471 |
| 2025-12-28 | 1.1949 |
| 2026-01-04 | 1.1348 |
| 2026-01-11 | 1.1534 |
| 2026-01-18 | 1.1598 |
| 2026-01-25 | 1.1643 |
| 2026-02-01 | 1.1649 |
| 2026-02-08 | 1.1712 |
| 2026-02-15 | 1.1646 |
| 2026-02-22 | 1.1589 |
| 2026-03-01 | 1.1214 |
| 2026-03-08 | 1.1241 |
| 2026-03-15 | 1.1326 |
| 2026-03-22 | 1.1389 |
| 2026-03-29 | 1.1466 |
| 2026-04-05 | 1.1499 |
| 2026-04-12 | 1.1578 |
| 2026-04-19 | 1.1718 |
| 2026-04-26 | 1.1811 |
| 2026-05-03 | 1.1942 |
| 2026-05-10 | 1.2074 |
| 2026-05-18 | 1.2256 |
| 2026-05-26 | 1.2569 |
| 2026-06-02 | 1.2742 |
| 2026-06-11 | 1.2353 |
| 2026-06-18 | 1.2076 |
| 2026-06-25 | 1.2101 |
| 2026-07-02 | 1.2283 |
| 2026-07-09 | 1.2324 |
| 2026-07-16 | 1.2493 |
| 2026-07-23 | 1.2570 |
| 2026-07-30 | 1.2705 |
| 2026-08-06 | 1.2712 |
| 2026-08-13 | 1.2223 |
| 2026-08-21 | 1.1990 |
| 2026-08-28 | 1.2150 |
| 2026-09-04 | 1.2312 |
| 2026-09-11 | 1.2404 |
| 2026-09-18 | 1.2477 |
| 2026-09-25 | 1.2578 |
High
1.3477
Low
1.1214
Average
1.2076
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=GHS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=GHS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.