HKD to YER exchange rate API
Hong Kong Dollar to Yemeni Rial · quoted 2026-09-24
30.1681
▼ +1.50% over YTD
1 HKD = 30.1681 YER · 1 YER = 0.03315 HKD · Get this rate via the API
1 HKD buys 30.1681 YER as of 2026-09-24, so 1 YER buys 0.03315 HKD. Over the year to date, HKD/YER traded between 30.1579 and 30.6268, averaged 30.4144 and fell 1.50%. The API holds daily HKD/YER rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
HKD/YER over YTD: show the values
| Point | HKD/YER |
|---|---|
| 2025-12-31 | 30.6268 |
| 2026-01-07 | 30.6168 |
| 2026-01-14 | 30.5746 |
| 2026-01-21 | 30.5836 |
| 2026-01-28 | 30.5223 |
| 2026-02-04 | 30.5155 |
| 2026-02-11 | 30.4871 |
| 2026-02-18 | 30.5040 |
| 2026-02-25 | 30.4920 |
| 2026-03-04 | 30.4427 |
| 2026-03-11 | 30.4829 |
| 2026-03-18 | 30.4402 |
| 2026-03-25 | 30.5142 |
| 2026-04-01 | 30.4459 |
| 2026-04-08 | 30.4622 |
| 2026-04-15 | 30.4459 |
| 2026-04-22 | 30.4682 |
| 2026-04-29 | 30.4530 |
| 2026-05-06 | 30.4503 |
| 2026-05-14 | 30.4623 |
| 2026-05-21 | 30.4569 |
| 2026-05-29 | 30.4556 |
| 2026-06-05 | 30.4624 |
| 2026-06-14 | 30.4475 |
| 2026-06-21 | 30.4431 |
| 2026-06-28 | 30.4230 |
| 2026-07-05 | 30.3493 |
| 2026-07-12 | 30.3225 |
| 2026-07-19 | 30.3204 |
| 2026-07-26 | 30.3873 |
| 2026-08-02 | 30.3850 |
| 2026-08-09 | 30.2732 |
| 2026-08-16 | 30.2252 |
| 2026-08-24 | 30.2512 |
| 2026-08-31 | 30.1916 |
| 2026-09-07 | 30.2292 |
| 2026-09-14 | 30.2222 |
| 2026-09-21 | 30.1579 |
High
30.6268
Low
30.1579
Average
30.4144
Get this rate via the API
One GET request returns the HKD/YER 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=YER"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=YER");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=YER").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/YER API questions
How do I get the HKD/YER exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=YER, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/YER rate in rates.YER.
How far back does HKD/YER historical data go?
Daily HKD/YER 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/YER 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.