Skip to content

HKD to PEN exchange rate API

Hong Kong Dollar to Sol · quoted 2026-09-25

0.43349

▼ +3.63% over 1Y

1 HKD = 0.43349 PEN · 1 PEN = 2.3069 HKD · Get this rate via the API

1 HKD buys 0.43349 PEN as of 2026-09-25, so 1 PEN buys 2.3069 HKD. Over the last year, HKD/PEN traded between 0.42527 and 0.44981, averaged 0.43256 and fell 3.63%. The API holds daily HKD/PEN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/PEN over 1Y

HKD/PEN over 1Y: show the values
PointHKD/PEN
2025-09-250.44981
2025-10-020.44502
2025-10-090.43901
2025-10-160.43368
2025-10-230.43494
2025-10-300.43443
2025-11-060.43167
2025-11-130.43080
2025-11-200.43259
2025-11-270.43027
2025-12-040.42916
2025-12-110.43024
2025-12-180.43015
2025-12-250.43293
2026-01-010.43182
2026-01-080.42909
2026-01-150.42848
2026-01-220.42780
2026-01-290.42573
2026-02-050.42867
2026-02-120.42661
2026-02-190.42806
2026-02-260.42658
2026-03-050.43731
2026-03-120.43817
2026-03-190.43875
2026-03-260.44115
2026-04-020.43942
2026-04-090.42998
2026-04-160.43675
2026-04-230.44005
2026-04-300.44695
2026-05-070.43920
2026-05-140.43398
2026-05-210.43321
2026-05-280.43322
2026-06-040.43337
2026-06-110.42998
2026-06-180.42963
2026-06-250.43260
2026-07-020.43165
2026-07-090.43160
2026-07-160.43094
2026-07-230.43123
2026-07-300.43017
2026-08-060.42907
2026-08-130.42632
2026-08-200.42527
2026-08-270.42541
2026-09-030.42611
2026-09-100.42734
2026-09-170.42620
2026-09-240.43199

High

0.44981

Low

0.42527

Average

0.43256

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/PEN API questions

How do I get the HKD/PEN exchange rate from an API?

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

How far back does HKD/PEN historical data go?

Daily HKD/PEN 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 HKD/PEN 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.