Skip to content

HKD to PYG exchange rate API

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

755.7864

▼ +17.25% over 1Y

1 HKD = 755.7864 PYG · 1 PYG = 0.001323 HKD · Get this rate via the API

1 HKD buys 755.7864 PYG as of 2026-09-25, so 1 PYG buys 0.001323 HKD. Over the last year, HKD/PYG traded between 753.3918 and 913.7812, averaged 825.7065 and fell 17.25%. The API holds daily HKD/PYG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/PYG over 1Y

HKD/PYG over 1Y: show the values
PointHKD/PYG
2025-09-25913.3473
2025-10-02910.2395
2025-10-09898.3730
2025-10-16906.7249
2025-10-23911.0511
2025-10-30913.7812
2025-11-06911.2113
2025-11-13909.2432
2025-11-20904.4183
2025-11-27899.0133
2025-12-04897.8810
2025-12-12881.0406
2025-12-19859.4779
2025-12-26873.1861
2026-01-02854.6364
2026-01-09842.4594
2026-01-16860.0167
2026-01-23859.2114
2026-01-30859.8013
2026-02-06845.0228
2026-02-13842.9329
2026-02-20830.6964
2026-02-27824.1885
2026-03-06837.5731
2026-03-13830.0209
2026-03-20828.9231
2026-03-27833.6947
2026-04-03823.1470
2026-04-10823.7593
2026-04-17813.9941
2026-04-24808.2271
2026-05-01785.2174
2026-05-08784.3943
2026-05-16778.1502
2026-05-24778.2140
2026-05-31774.3048
2026-06-09781.2745
2026-06-16782.7611
2026-06-23779.4746
2026-06-30774.3096
2026-07-07771.5017
2026-07-14776.5433
2026-07-21774.0241
2026-07-28771.9811
2026-08-04761.4721
2026-08-11759.1511
2026-08-18768.4799
2026-08-26764.7607
2026-09-02753.3918
2026-09-09757.7325
2026-09-16764.2452
2026-09-23757.9776

High

913.7812

Low

753.3918

Average

825.7065

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/PYG API questions

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

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

How far back does HKD/PYG historical data go?

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