Skip to content

AZN to SHP exchange rate API

Azerbaijanian Manat to Saint Helena Pound · quoted 2026-09-25

0.44525

▼ +0.38% over 1Y

1 AZN = 0.44525 SHP · 1 SHP = 2.2460 AZN · Get this rate via the API

1 AZN buys 0.44525 SHP as of 2026-09-25, so 1 SHP buys 2.2460 AZN. Over the last year, AZN/SHP traded between 0.42579 and 0.45083, averaged 0.43913 and fell 0.38%. The API holds daily AZN/SHP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/SHP over 1Y

AZN/SHP over 1Y: show the values
PointAZN/SHP
2025-09-250.44692
2025-10-020.44587
2025-10-090.44829
2025-10-160.43764
2025-10-230.44084
2025-10-300.44508
2025-11-060.45025
2025-11-130.44825
2025-11-200.45083
2025-11-270.44371
2025-12-040.44095
2025-12-120.43884
2025-12-190.43948
2025-12-260.43534
2026-01-020.43606
2026-01-090.43807
2026-01-160.43953
2026-01-230.43586
2026-01-300.42785
2026-02-060.43416
2026-02-130.43182
2026-02-200.43774
2026-02-270.43622
2026-03-060.44000
2026-03-130.44037
2026-03-200.43854
2026-03-270.44087
2026-04-030.44478
2026-04-140.43519
2026-04-210.43906
2026-04-280.43772
2026-05-050.42579
2026-05-120.43299
2026-05-200.43879
2026-05-280.43992
2026-06-040.43800
2026-06-130.43882
2026-06-200.44456
2026-06-270.44581
2026-07-040.44062
2026-07-110.43907
2026-07-180.43704
2026-07-250.44149
2026-08-010.43640
2026-08-080.43623
2026-08-150.43465
2026-08-230.43079
2026-08-300.43416
2026-09-060.43481
2026-09-130.43446
2026-09-200.43870

High

0.45083

Low

0.42579

Average

0.43913

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AZN/SHP API questions

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

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

How far back does AZN/SHP historical data go?

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