Hong Kong Stock Market HKEX
/install hk-stock-market-hkex
OneKey Gateway
Use one access key to connect to various commercial APIs via the DeepNLP OneKey Agent Router.
Quick Start
Set your OneKey Access Key
export DEEPNLP_ONEKEY_ROUTER_ACCESS=your_access_key
Common settings:
unique_id:aiagenta2z/financeagentapi_id:get_hk_stock_market_hkex
Tool
get_hk_stock_market_hkex
Get HKEX (Hong Kong Stock Exchange) stock market data.
Parameters:
symbol_list(array of string, required): Stock symbols to query.- For HKEX, this is typically the numeric stock code as a string (to preserve leading zeros if present), e.g.
"700","1024". - Example:
["700", "1024"]
- For HKEX, this is typically the numeric stock code as a string (to preserve leading zeros if present), e.g.
Response (JSON):
success(boolean): Whether the request succeeded.data(array): List of stock quote objects (fields depend on the upstream data source).message(string, optional): Error message whensuccess=false.
Usage
CLI Usage
## install onekey agent gateway
npm install @aiagenta2z/onekey-gateway
## CLI to Call API and Symbol List
npx onekey agent aiagenta2z/financeagent get_hk_stock_market_hkex '{"symbol_list": ["700", "1024"]}'
HTTP (curl) Usage
export DEEPNLP_ONEKEY_ROUTER_ACCESS=your_access_key
curl -v -X POST "https://agent.deepnlp.org/agent_router" \
-H "Content-Type: application/json" \
-H "X-OneKey: $DEEPNLP_ONEKEY_ROUTER_ACCESS" \
-d '{
"unique_id": "aiagenta2z/financeagent",
"api_id": "get_hk_stock_market_hkex",
"data": {
"symbol_list": ["700", "1024"]
}
}'
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install hk-stock-market-hkex - After installation, invoke the skill by name or use
/hk-stock-market-hkex - Provide required inputs per the skill's parameter spec and get structured output
What is Hong Kong Stock Market HKEX?
Get HKEX (Hong Kong Stock Exchange) market data via FinanceAgent on OneKey Gateway. It is an AI Agent Skill for Claude Code / OpenClaw, with 125 downloads so far.
How do I install Hong Kong Stock Market HKEX?
Run "/install hk-stock-market-hkex" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Hong Kong Stock Market HKEX free?
Yes, Hong Kong Stock Market HKEX is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Hong Kong Stock Market HKEX support?
Hong Kong Stock Market HKEX is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Hong Kong Stock Market HKEX?
It is built and maintained by AI-Hub-Admin (@ai-hub-admin); the current version is v1.0.0.