HKD to CRC exchange rate API
Hong Kong Dollar to Costa Rican Colon · quoted 2026-09-26
57.9067
▼ +10.84% over 1Y
1 HKD = 57.9067 CRC · 1 CRC = 0.01727 HKD · Get this rate via the API
1 HKD buys 57.9067 CRC as of 2026-09-26, so 1 CRC buys 0.01727 HKD. Over the last year, HKD/CRC traded between 57.3086 and 64.9483, averaged 60.6529 and fell 10.84%. The API holds daily HKD/CRC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
HKD/CRC over 1Y: show the values
| Point | HKD/CRC |
|---|---|
| 2025-09-26 | 64.9483 |
| 2025-10-03 | 64.6889 |
| 2025-10-10 | 64.7232 |
| 2025-10-17 | 64.5875 |
| 2025-10-24 | 64.5979 |
| 2025-10-31 | 64.6538 |
| 2025-11-07 | 64.5739 |
| 2025-11-14 | 64.5267 |
| 2025-11-21 | 64.2909 |
| 2025-11-28 | 64.0596 |
| 2025-12-05 | 63.1203 |
| 2025-12-13 | 64.2783 |
| 2025-12-20 | 64.1245 |
| 2025-12-27 | 63.7533 |
| 2026-01-03 | 63.9299 |
| 2026-01-10 | 63.8016 |
| 2026-01-17 | 62.6223 |
| 2026-01-24 | 63.4504 |
| 2026-01-31 | 63.6630 |
| 2026-02-07 | 63.3091 |
| 2026-02-14 | 62.0720 |
| 2026-02-21 | 61.0708 |
| 2026-02-28 | 60.3691 |
| 2026-03-07 | 61.1038 |
| 2026-03-14 | 60.1989 |
| 2026-03-21 | 59.6538 |
| 2026-03-28 | 59.3437 |
| 2026-04-04 | 59.2817 |
| 2026-04-11 | 59.0723 |
| 2026-04-18 | 58.1755 |
| 2026-04-25 | 57.9852 |
| 2026-05-02 | 58.0386 |
| 2026-05-09 | 58.6904 |
| 2026-05-17 | 57.8331 |
| 2026-05-25 | 57.7077 |
| 2026-06-01 | 57.8110 |
| 2026-06-10 | 58.8940 |
| 2026-06-17 | 58.1124 |
| 2026-06-24 | 57.9855 |
| 2026-07-01 | 58.0466 |
| 2026-07-08 | 58.1091 |
| 2026-07-15 | 57.9109 |
| 2026-07-22 | 57.8294 |
| 2026-07-29 | 57.9732 |
| 2026-08-05 | 57.7835 |
| 2026-08-12 | 57.8341 |
| 2026-08-20 | 57.3966 |
| 2026-08-27 | 57.9857 |
| 2026-09-03 | 57.7800 |
| 2026-09-10 | 57.9035 |
| 2026-09-17 | 57.3086 |
| 2026-09-24 | 57.7311 |
High
64.9483
Low
57.3086
Average
60.6529
Get this rate via the API
One GET request returns the HKD/CRC 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=CRC"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=CRC");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=CRC").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/CRC API questions
How do I get the HKD/CRC exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=CRC, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/CRC rate in rates.CRC.
How far back does HKD/CRC historical data go?
Daily HKD/CRC 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/CRC 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.