Discover/Org API
live

Org APIhkab.org.hk

Access Hong Kong HIBOR interest settlement rates and HKD exchange rates from HKAB. All tenors, all currency pairs, daily history up to 31-day ranges.

This API takes change requests — .
Endpoint health
verified 9h ago
get_hibor_rates
get_exchange_rates
get_homepage_highlights
get_hibor_rates_range
4/4 passing latest checkself-healing
Endpoints
4
Updated
7d ago

What is the Org API?

This API exposes 4 endpoints covering HKAB-published HKD interest settlement rates (HIBOR) and opening indicative counter exchange rates. The get_hibor_rates endpoint returns numeric rates for all 8 standard tenors from Overnight through 12 Months for any given business date, while get_hibor_rates_range retrieves up to 31 consecutive calendar days of daily HIBOR data in a single call. Exchange rate responses include buying TT, buying OD, and selling rates per currency pair.

This call costs1 credit / call— charged only on success
Try it
Day (1-31). When omitted along with year and month, returns latest available rates.
Year (e.g. 2026). When omitted along with month and day, returns latest available rates.
Month (1-12). When omitted along with year and day, returns latest available rates.
api.parse.bot/scraper/6130a648-a250-465f-bffe-a31e774b7f9a/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/6130a648-a250-465f-bffe-a31e774b7f9a/get_hibor_rates?day=13&year=2026&month=5' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalmissing one? ·

Fetches HKAB HKD Interest Settlement Rates (HIBOR) for a specific date. Returns rates for all standard tenors (Overnight through 12 Months). When no date parameters are supplied, returns the most recent available rates, automatically skipping weekends and holidays. Each rate is a percentage value. The publication_time reflects the official HKAB fixing time.

Input
ParamTypeDescription
dayintegerDay (1-31). When omitted along with year and month, returns latest available rates.
yearintegerYear (e.g. 2026). When omitted along with month and day, returns latest available rates.
monthintegerMonth (1-12). When omitted along with year and day, returns latest available rates.
Response
{
  "type": "object",
  "fields": {
    "rates": "object mapping tenor names (Overnight, 1 Week, 2 Weeks, 1 Month, 2 Months, 3 Months, 6 Months, 12 Months) to numeric rate values as percentages",
    "is_holiday": "boolean indicating whether the date is a holiday (rates may be null on holidays)",
    "publication_date": "string in YYYY-MM-DD format indicating the rate publication date",
    "publication_time": "string indicating time of publication (e.g. '11:15am')"
  },
  "sample": {
    "data": {
      "rates": {
        "1 Week": 2.09685,
        "1 Month": 2.67964,
        "2 Weeks": 2.24018,
        "2 Months": 2.7581,
        "3 Months": 2.81185,
        "6 Months": 2.95738,
        "12 Months": 3.2131,
        "Overnight": 2
      },
      "is_holiday": false,
      "publication_date": "2026-06-10",
      "publication_time": "11:15am"
    },
    "status": "success"
  }
}

About the Org API

HIBOR Rates

The get_hibor_rates endpoint accepts optional year, month, and day integers. When all three are omitted, it returns the most recently published rates, automatically resolving around weekends and public holidays. The response includes a rates object keyed by tenor name — Overnight, 1 Week, 2 Weeks, 1 Month, 2 Months, 3 Months, 6 Months, and 12 Months — plus publication_date (YYYY-MM-DD), publication_time (e.g. 11:15am), and an is_holiday boolean. On holidays, rate values may be null.

Historical HIBOR Range

The get_hibor_rates_range endpoint accepts required start_date and end_date strings in YYYY-MM-DD format. The span must not exceed 31 calendar days. It returns an array of daily records in chronological order, each containing the same tenor map and metadata fields as the single-date endpoint. Weekends are skipped automatically; holiday entries are included with is_holiday: true and potentially null rates.

Exchange Rates

The get_exchange_rates endpoint accepts an optional date parameter in YYYY-MM-DD format. It returns an exchange_rates array where each element carries a currency_code, selling_rate, buying_tt_rate, and buying_od_rate — all expressed as HKD per unit of the foreign currency. The response also includes a last_updated timestamp and an is_holiday flag.

Homepage Highlights

The get_homepage_highlights endpoint takes no parameters and returns a combined snapshot: hibor_highlights with all eight tenor rates and publication metadata, and exchange_rate_highlights filtered to seven major currencies (AUD, EUR, GBP, JPY, CNY, CNH, USD). This is useful when you need a quick market summary without making two separate calls.

Reliability & maintenanceVerified

The Org API is a managed, monitored endpoint for hkab.org.hk — not a raw scraper you maintain. Every endpoint is automatically health-checked on a schedule, and when hkab.org.hk changes and a check fails, the API is automatically queued for repair and re-verified. It is built to keep working as the site underneath it changes.

This isn't an official hkab.org.hk API — it's an independent, maintained REST wrapper over public data. Where the source has no official API (or only a limited one), Parse gives you a stable contract over a source that never promised one, and keeps it current. Need a new endpoint or field? You can revise it yourself in plain English and the agent rebuilds it against the live site in minutes — contributing the change back to the shared API is free.

Last verified
9h ago
Latest check
4/4 endpoints passing
Maintenance
Monitored & self-healing
Will this API break when the source site changes?+
It's built not to. Every endpoint is health-checked on a schedule with automated test probes. When the source site changes and a check fails, the API is automatically queued for repair and re-verified — that's the self-healing layer. Each API page shows when its endpoints were last verified. And because marketplace APIs are shared, any fix reaches everyone using it.
Is this an official API from the source site?+
No — Parse APIs are independent, managed REST wrappers over publicly available data. That is the point: where a site has no official API (or only a limited one), Parse gives you a maintained, monitored endpoint for that data and keeps it working as the site changes — so you get a stable contract over a source that never promised one.
Can I fix or extend this API myself if I need a new endpoint or field?+
Yes — and you don't have to wait on us. This API was generated by the Parse agent, which stays attached. Describe the change in plain English ("add an endpoint that returns reviews", "fix the price field") in the revise box on the API page or via the revise_api MCP tool, and the agent rebuilds it against the live site in minutes. Contributing the change back to the public API is free.
What happens if I call an endpoint that has an issue?+
Errors are machine-readable: a bad call returns a clean status with the list of available endpoints and a repair hint, so an agent (or you) can recover or trigger a fix instead of failing silently. Confirmed failures feed the automatic repair queue.
Common use cases
  • Display a live HIBOR rate dashboard showing all 8 tenors for the current Hong Kong business day
  • Calculate floating-rate loan interest adjustments using monthly or 3-month HIBOR from get_hibor_rates
  • Build a historical HIBOR chart by querying sequential 31-day windows with get_hibor_rates_range
  • Show HKD buying and selling rates for major currencies in a retail banking app using get_exchange_rates
  • Monitor HIBOR trend shifts across Overnight and 1-Month tenors over a rolling month
  • Populate a financial widget with the latest HIBOR and FX snapshot in one call via get_homepage_highlights
  • Flag holiday-adjusted rate gaps by reading the is_holiday field across a date range response
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo2005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000100 req/min
Team$300/mo20,000300 req/min
Company$1,000/mo100,000500 req/min

Each endpoint has a fixed posted price per successful call — most fall between 1 and 10 credits — shown on this API's page before you run it. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does HKAB publish an official developer API for HIBOR and exchange rates?+
HKAB does not offer a documented public developer API. Rate data is published on their website at hkab.org.hk for manual reference. This Parse API makes that data available in structured JSON.
What does `get_hibor_rates_range` return for holidays within a range?+
Holidays within a requested date range are included in the response array with is_holiday set to true. The rates object for those entries may contain null values for all tenors, since HKAB does not publish settlement rates on Hong Kong public holidays. Weekends are excluded entirely from the returned array.
Does the exchange rates endpoint cover all currencies HKAB publishes?+
The get_exchange_rates endpoint returns all currency pairs published by HKAB on a given date, including currency_code, selling_rate, buying_tt_rate, and buying_od_rate. The get_homepage_highlights endpoint is filtered to seven major currencies only. If HKAB adds or removes a currency pair, the response reflects that without a version change.
Is historical HIBOR data available beyond a 31-day window?+
A single get_hibor_rates_range call is capped at 31 calendar days. Longer historical series are not returned in one response. You can page through history by making sequential calls with non-overlapping date ranges. You can also fork this API on Parse and revise it to add a dedicated longer-range aggregation endpoint.
Does the API expose HIBOR fix methodology details, contributor bank submissions, or trimmed-mean calculation data?+
No. The endpoints return only the published settlement rate figures, publication date, publication time, and tenor labels. Contributor bank submissions and calculation methodology details are not included. You can fork this API on Parse and revise it to add an endpoint if HKAB publishes that data in a structured location.
Page content last updated . Spec covers 4 endpoints from hkab.org.hk.
Related APIs in FinanceSee all →
hkex.com.hk API
Access real-time stock quotes, track market indices, view historical charts, and search for securities listed on the Hong Kong Stock Exchange. Stay informed with live company announcements and daily quotation reports to make better trading decisions.
hlb.com.my API
Check Hong Leong Bank's fixed deposit offerings, compare interest rates across regular, Islamic, and foreign currency options, and discover current promotions to find the best rates for your savings. View detailed product information to make informed decisions about where to place your deposits.
chinamoney.com.cn API
Access real-time and historical China interbank market data including FX rates, SHIBOR and LPR benchmark rates, RMB exchange indices, and CNY central parity rates. Monitor spot FX quotes, daily bulletins, and monthly average rates to track Chinese currency movements and money market trends.
euribor-rates.eu API
Access current and historical Euribor 6-month interest rates to track lending benchmarks and analyze rate trends over time. Monitor real-time rate changes and retrieve past data to inform financial decisions and pricing strategies.
nab.com.au API
Get current NAB home loan, personal loan, and credit card rates along with product details, then calculate repayments or compare lending options across their full product range. Access live interest rates, business lending information, and rates hub data to make informed borrowing decisions.
hkexnews.hk API
Query CCASS shareholding records from Hong Kong Exchange to find detailed information about who holds shares in a specific stock on any given date. Look up shareholding data by stock code and date to track institutional and investor positions in Hong Kong-listed companies.
resbank.co.za API
Access real-time and historical financial data from South Africa's central bank, including prime rates, repo rates, exchange rates, inflation metrics (CPI and PPI), and commodity prices like gold. Track key interest rate benchmarks such as SABOR and ZARONIA rates, and monitor market rates to stay informed on South African economic indicators.
moneyhero.com.hk API
Compare Hong Kong credit cards side-by-side with detailed information on cashback rewards, annual fees, income requirements, interest rates, and welcome offers to find the best card for your needs. Search and filter cards by features, rewards programs, and eligibility criteria to make an informed decision.