PEN to HKD exchange rate API
Sol to Hong Kong Dollar · quoted 2026-09-25
2.3069
▼ +0.92% over YTD
1 PEN = 2.3069 HKD · 1 HKD = 0.43349 PEN · Get this rate via the API
1 PEN buys 2.3069 HKD as of 2026-09-25, so 1 HKD buys 0.43349 PEN. Over the year to date, PEN/HKD traded between 2.2336 and 2.3572, averaged 2.3176 and fell 0.92%. The API holds daily PEN/HKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PEN/HKD over YTD: show the values
| Point | PEN/HKD |
|---|---|
| 2025-12-31 | 2.3283 |
| 2026-01-07 | 2.3291 |
| 2026-01-14 | 2.3342 |
| 2026-01-21 | 2.3375 |
| 2026-01-28 | 2.3488 |
| 2026-02-04 | 2.3378 |
| 2026-02-11 | 2.3426 |
| 2026-02-18 | 2.3462 |
| 2026-02-25 | 2.3433 |
| 2026-03-04 | 2.3038 |
| 2026-03-11 | 2.2917 |
| 2026-03-18 | 2.2949 |
| 2026-03-25 | 2.2698 |
| 2026-04-01 | 2.2778 |
| 2026-04-08 | 2.3272 |
| 2026-04-15 | 2.2917 |
| 2026-04-22 | 2.2870 |
| 2026-04-29 | 2.2336 |
| 2026-05-06 | 2.2742 |
| 2026-05-13 | 2.3032 |
| 2026-05-20 | 2.3090 |
| 2026-05-27 | 2.3047 |
| 2026-06-03 | 2.3054 |
| 2026-06-10 | 2.3101 |
| 2026-06-17 | 2.3313 |
| 2026-06-24 | 2.3045 |
| 2026-07-01 | 2.3087 |
| 2026-07-08 | 2.3092 |
| 2026-07-15 | 2.3291 |
| 2026-07-22 | 2.3185 |
| 2026-07-29 | 2.3157 |
| 2026-08-05 | 2.3269 |
| 2026-08-12 | 2.3478 |
| 2026-08-19 | 2.3488 |
| 2026-08-26 | 2.3572 |
| 2026-09-02 | 2.3489 |
| 2026-09-09 | 2.3490 |
| 2026-09-16 | 2.3428 |
| 2026-09-23 | 2.3280 |
High
2.3572
Low
2.2336
Average
2.3176
Get this rate via the API
One GET request returns the PEN/HKD 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=PEN¤cies=HKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN¤cies=HKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN¤cies=HKD").json()Replace YOUR_API_KEY with the key from your dashboard.
PEN/HKD API questions
How do I get the PEN/HKD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN¤cies=HKD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PEN/HKD rate in rates.HKD.
How far back does PEN/HKD historical data go?
Daily PEN/HKD 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 PEN/HKD 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.