hk-stock-market-hkex

Fetch HKEX market data via OneKey Gateway using CLI or HTTP.

48|11|Updated Apr 2, 2025
One-click install
npx skills add https://github.com/aiagenta2z/onekey-gateway --skill hk-stock-market-hkex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hk-stock-market-hkex
Source: https://github.com/aiagenta2z/onekey-gateway/tree/main/skills/hk-stock-market-hkex
Command: npx skills add https://github.com/aiagenta2z/onekey-gateway --skill hk-stock-market-hkex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

HKEX market data access is streamlined via OneKey Gateway, eliminating the need to manage multiple connections and credentials for HKEX quotes.

Core Features & Use Cases

  • Single-key HKEX access: Retrieve real-time stock data from HKEX with a single API key.
  • CLI and HTTP integration: Use the provided tool via CLI or HTTP calls in dashboards or automation scripts.
  • Use Case: Automatically monitor a list of HKEX symbols and alert on price changes.

Quick Start

Set your OneKey access key and call the get_hk_stock_market_hkex tool with a sample symbol_list to fetch HKEX data.

Frequently Asked Questions about hk-stock-market-hkex

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch real-time HKEX stock quotes using a single API key?

Retrieve real-time HKEX stock quotes by routing requests through the OneKey Gateway with a single valid access key. This eliminates the need to manage multiple credentials, supporting both CLI and HTTP calls for symbol-based queries.

Can I retrieve historical market data from HKEX through the OneKey Gateway?

Yes, the OneKey Gateway supports retrieving historical and numerical market data from HKEX. You can query specific stock symbols through the FinanceAgent route to fetch historical data using either CLI or HTTP calls.

Do I need a specific environment to access HKEX data via the OneKey Gateway?

Accessing HKEX data requires the @aiagenta2z/onekey-gateway dependency and a valid OneKey Router access key. You must configure these prerequisites before executing symbol-based queries through the FinanceAgent route in your scripts or dashboards.

What is the best way to automate monitoring HKEX stock prices for alerts?

Automate HKEX stock monitoring by using the HTTP integration to fetch real-time quotes for a defined symbol list. You can script this within your automation tools to periodically check prices and trigger alerts based on detected changes.

How does the OneKey Gateway simplify accessing HKEX market data?

The OneKey Gateway streamlines HKEX market data access by consolidating connections and credentials into a single access key. It routes symbol-based queries via a FinanceAgent to retrieve real-time quotes without managing multiple data feeds.