Skip to content

USD to SHP exchange rate API

US Dollar to Saint Helena Pound · quoted 2026-09-25

0.75692

▲ +0.40% over 6M

1 USD = 0.75692 SHP · 1 SHP = 1.3211 USD · Get this rate via the API

1 USD buys 0.75692 SHP as of 2026-09-25, so 1 SHP buys 1.3211 USD. Over the last 6 months, USD/SHP traded between 0.73337 and 0.75757, averaged 0.74642 and rose 0.40%. The API holds daily USD/SHP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/SHP over 6M

USD/SHP over 6M: show the values
PointUSD/SHP
2026-03-290.75388
2026-04-050.75757
2026-04-160.74660
2026-04-230.74660
2026-04-300.74660
2026-05-070.74660
2026-05-150.74660
2026-05-230.74451
2026-05-300.74310
2026-06-060.74959
2026-06-150.74337
2026-06-220.75705
2026-06-290.75756
2026-07-060.74948
2026-07-130.74754
2026-07-200.74295
2026-07-270.74901
2026-08-030.74251
2026-08-100.74138
2026-08-170.73796
2026-08-250.73337
2026-09-010.73862
2026-09-080.73865
2026-09-150.74160
2026-09-220.74724

High

0.75757

Low

0.73337

Average

0.74642

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

USD/SHP API questions

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

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

How far back does USD/SHP historical data go?

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