Skip to content

TJS to SHP exchange rate API

Somoni to Saint Helena Pound · quoted 2026-09-25

0.08211

▲ +4.14% over 6M

1 TJS = 0.08211 SHP · 1 SHP = 12.1791 TJS · Get this rate via the API

1 TJS buys 0.08211 SHP as of 2026-09-25, so 1 SHP buys 12.1791 TJS. Over the last 6 months, TJS/SHP traded between 0.07884 and 0.08211, averaged 0.08027 and rose 4.14%. The API holds daily TJS/SHP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/SHP over 6M

TJS/SHP over 6M: show the values
PointTJS/SHP
2026-03-290.07884
2026-04-050.07919
2026-04-160.07921
2026-04-230.07903
2026-04-300.07961
2026-05-070.07987
2026-05-150.07988
2026-05-230.08027
2026-05-300.08044
2026-06-060.08032
2026-06-150.07993
2026-06-220.08145
2026-06-290.08168
2026-07-060.08085
2026-07-130.08064
2026-07-200.08060
2026-07-270.08118
2026-08-030.08050
2026-08-100.08057
2026-08-170.08007
2026-08-250.07940
2026-09-010.08006
2026-09-080.08002
2026-09-150.08029
2026-09-220.08090

High

0.08211

Low

0.07884

Average

0.08027

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/SHP API questions

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

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

How far back does TJS/SHP historical data go?

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