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: show the values
| Point | SHP/CAD |
|---|---|
| 2025-09-25 | 1.8688 |
| 2025-10-02 | 1.8797 |
| 2025-10-09 | 1.8707 |
| 2025-10-16 | 1.8888 |
| 2025-10-23 | 1.8670 |
| 2025-10-30 | 1.8500 |
| 2025-11-06 | 1.8410 |
| 2025-11-13 | 1.8378 |
| 2025-11-20 | 1.8351 |
| 2025-11-27 | 1.8620 |
| 2025-12-04 | 1.8638 |
| 2025-12-12 | 1.8423 |
| 2025-12-19 | 1.8463 |
| 2025-12-26 | 1.8474 |
| 2026-01-02 | 1.8526 |
| 2026-01-09 | 1.8642 |
| 2026-01-16 | 1.8588 |
| 2026-01-23 | 1.8575 |
| 2026-01-30 | 1.8595 |
| 2026-02-06 | 1.8516 |
| 2026-02-13 | 1.8559 |
| 2026-02-20 | 1.8400 |
| 2026-02-27 | 1.8436 |
| 2026-03-06 | 1.8250 |
| 2026-03-13 | 1.8305 |
| 2026-03-20 | 1.8398 |
| 2026-03-27 | 1.8506 |
| 2026-04-03 | 1.8441 |
| 2026-04-14 | 1.8428 |
| 2026-04-21 | 1.8292 |
| 2026-04-28 | 1.8318 |
| 2026-05-05 | 1.8235 |
| 2026-05-12 | 1.8620 |
| 2026-05-20 | 1.8443 |
| 2026-05-28 | 1.8525 |
| 2026-06-04 | 1.8663 |
| 2026-06-13 | 1.8752 |
| 2026-06-20 | 1.8746 |
| 2026-06-27 | 1.8730 |
| 2026-07-04 | 1.8962 |
| 2026-07-11 | 1.8972 |
| 2026-07-18 | 1.8861 |
| 2026-07-25 | 1.8779 |
| 2026-08-01 | 1.8899 |
| 2026-08-08 | 1.8799 |
| 2026-08-15 | 1.8776 |
| 2026-08-23 | 1.8808 |
| 2026-08-30 | 1.8825 |
| 2026-09-06 | 1.8698 |
| 2026-09-13 | 1.8764 |
| 2026-09-20 | 1.8741 |
High
1.8972
Low
1.8235
Average
1.8597
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SHP¤cies=CAD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SHP¤cies=CAD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SHP¤cies=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¤cies=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.