Skip to content

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

HKD/YER over YTD: show the values
PointHKD/YER
2025-12-3130.6268
2026-01-0730.6168
2026-01-1430.5746
2026-01-2130.5836
2026-01-2830.5223
2026-02-0430.5155
2026-02-1130.4871
2026-02-1830.5040
2026-02-2530.4920
2026-03-0430.4427
2026-03-1130.4829
2026-03-1830.4402
2026-03-2530.5142
2026-04-0130.4459
2026-04-0830.4622
2026-04-1530.4459
2026-04-2230.4682
2026-04-2930.4530
2026-05-0630.4503
2026-05-1430.4623
2026-05-2130.4569
2026-05-2930.4556
2026-06-0530.4624
2026-06-1430.4475
2026-06-2130.4431
2026-06-2830.4230
2026-07-0530.3493
2026-07-1230.3225
2026-07-1930.3204
2026-07-2630.3873
2026-08-0230.3850
2026-08-0930.2732
2026-08-1630.2252
2026-08-2430.2512
2026-08-3130.1916
2026-09-0730.2292
2026-09-1430.2222
2026-09-2130.1579

High

30.6268

Low

30.1579

Average

30.4144

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=YER"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=YER");
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=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&currencies=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.