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: show the values
| Point | HKD/PYG |
|---|---|
| 2025-09-25 | 913.3473 |
| 2025-10-02 | 910.2395 |
| 2025-10-09 | 898.3730 |
| 2025-10-16 | 906.7249 |
| 2025-10-23 | 911.0511 |
| 2025-10-30 | 913.7812 |
| 2025-11-06 | 911.2113 |
| 2025-11-13 | 909.2432 |
| 2025-11-20 | 904.4183 |
| 2025-11-27 | 899.0133 |
| 2025-12-04 | 897.8810 |
| 2025-12-12 | 881.0406 |
| 2025-12-19 | 859.4779 |
| 2025-12-26 | 873.1861 |
| 2026-01-02 | 854.6364 |
| 2026-01-09 | 842.4594 |
| 2026-01-16 | 860.0167 |
| 2026-01-23 | 859.2114 |
| 2026-01-30 | 859.8013 |
| 2026-02-06 | 845.0228 |
| 2026-02-13 | 842.9329 |
| 2026-02-20 | 830.6964 |
| 2026-02-27 | 824.1885 |
| 2026-03-06 | 837.5731 |
| 2026-03-13 | 830.0209 |
| 2026-03-20 | 828.9231 |
| 2026-03-27 | 833.6947 |
| 2026-04-03 | 823.1470 |
| 2026-04-10 | 823.7593 |
| 2026-04-17 | 813.9941 |
| 2026-04-24 | 808.2271 |
| 2026-05-01 | 785.2174 |
| 2026-05-08 | 784.3943 |
| 2026-05-16 | 778.1502 |
| 2026-05-24 | 778.2140 |
| 2026-05-31 | 774.3048 |
| 2026-06-09 | 781.2745 |
| 2026-06-16 | 782.7611 |
| 2026-06-23 | 779.4746 |
| 2026-06-30 | 774.3096 |
| 2026-07-07 | 771.5017 |
| 2026-07-14 | 776.5433 |
| 2026-07-21 | 774.0241 |
| 2026-07-28 | 771.9811 |
| 2026-08-04 | 761.4721 |
| 2026-08-11 | 759.1511 |
| 2026-08-18 | 768.4799 |
| 2026-08-26 | 764.7607 |
| 2026-09-02 | 753.3918 |
| 2026-09-09 | 757.7325 |
| 2026-09-16 | 764.2452 |
| 2026-09-23 | 757.9776 |
High
913.7812
Low
753.3918
Average
825.7065
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=PYG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=PYG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.