Skip to content

SHP to CAD exchange rate API

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

1.8682

▼ +0.03% over 1Y

1 SHP = 1.8682 CAD · 1 CAD = 0.53527 SHP · Get this rate via the API

1 SHP buys 1.8682 CAD as of 2026-09-25, so 1 CAD buys 0.53527 SHP. Over the last year, SHP/CAD traded between 1.8235 and 1.8972, averaged 1.8597 and fell 0.03%. The API holds daily SHP/CAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SHP/CAD over 1Y

SHP/CAD over 1Y: show the values
PointSHP/CAD
2025-09-251.8688
2025-10-021.8797
2025-10-091.8707
2025-10-161.8888
2025-10-231.8670
2025-10-301.8500
2025-11-061.8410
2025-11-131.8378
2025-11-201.8351
2025-11-271.8620
2025-12-041.8638
2025-12-121.8423
2025-12-191.8463
2025-12-261.8474
2026-01-021.8526
2026-01-091.8642
2026-01-161.8588
2026-01-231.8575
2026-01-301.8595
2026-02-061.8516
2026-02-131.8559
2026-02-201.8400
2026-02-271.8436
2026-03-061.8250
2026-03-131.8305
2026-03-201.8398
2026-03-271.8506
2026-04-031.8441
2026-04-141.8428
2026-04-211.8292
2026-04-281.8318
2026-05-051.8235
2026-05-121.8620
2026-05-201.8443
2026-05-281.8525
2026-06-041.8663
2026-06-131.8752
2026-06-201.8746
2026-06-271.8730
2026-07-041.8962
2026-07-111.8972
2026-07-181.8861
2026-07-251.8779
2026-08-011.8899
2026-08-081.8799
2026-08-151.8776
2026-08-231.8808
2026-08-301.8825
2026-09-061.8698
2026-09-131.8764
2026-09-201.8741

High

1.8972

Low

1.8235

Average

1.8597

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SHP&currencies=CAD").json()

Replace YOUR_API_KEY with the key from your dashboard.

SHP/CAD API questions

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

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

How far back does SHP/CAD historical data go?

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