Skip to content

CHF to SHP exchange rate API

Swiss Franc to Saint Helena Pound · quoted 2026-09-25

0.91312

▼ +3.32% over 6M

1 CHF = 0.91312 SHP · 1 SHP = 1.0951 CHF · Get this rate via the API

1 CHF buys 0.91312 SHP as of 2026-09-25, so 1 SHP buys 1.0951 CHF. Over the last 6 months, CHF/SHP traded between 0.90640 and 0.95965, averaged 0.93124 and fell 3.32%. The API holds daily CHF/SHP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/SHP over 6M

CHF/SHP over 6M: show the values
PointCHF/SHP
2026-03-290.94451
2026-04-050.94678
2026-04-160.95303
2026-04-230.95137
2026-04-300.95068
2026-05-070.95965
2026-05-150.94942
2026-05-230.94858
2026-05-300.95147
2026-06-060.94176
2026-06-150.93664
2026-06-220.93688
2026-06-290.93698
2026-07-060.92982
2026-07-130.92293
2026-07-200.91912
2026-07-270.91884
2026-08-030.91897
2026-08-100.91720
2026-08-170.91119
2026-08-250.91363
2026-09-010.91128
2026-09-080.91021
2026-09-150.90640
2026-09-220.91191

High

0.95965

Low

0.90640

Average

0.93124

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/SHP API questions

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

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

How far back does CHF/SHP historical data go?

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