datatk-quote-skill

Real-time stock market data via QuoteNode API. Query quotes, K-lines, tick trades, Level-2 depth, and trading calendars for US/HK/CN markets.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "datatk-quote-skill" with this command: npx skills add fengxiaozi-liu/datatk-quote

QuoteNode REST

Use this skill for QuoteNode REST market-data integration. WebSocket is out of scope.

Project Overview

  • QuoteNode is a market-data aggregation service that exposes a unified REST OpenAPI surface to downstream callers.
  • Downstream clients authenticate with the X-API-KEY header and send JSON request bodies.
  • The REST path is handled by OpenAPI authorization middleware, which centralizes ak, endpoint, market, permission, and rate-limit handling.

For background, read:

  • references/architecture.md

Quick Start

# copy example env file, then edit env.json to add your endpoint and apiKey
cp {baseDir}/env.json.example {baseDir}/env.json

# test with a sample request
node {baseDir}/scripts/request.mjs --path /Api/V1/Quotation/Detail --body '{"instrument":"US|AAPL","lang":"en"}'

Workflow

  1. Start with references/openapi.md to choose the endpoint and request parameters.
  2. If you need market codes, enum values, adjustment types, or error codes, read references/reference.md.
  3. If you need response structure or field meanings, read references/response.md.
  4. If you need the architectural position of the REST layer in this project, read references/architecture.md.

Script

  • scripts/request.mjs: generic POST caller for any REST endpoint.

Notes:

  • All requests read endpoint and apiKey from datatk-quote-skill/env.json.
  • request.mjs --body must be valid JSON.
  • The script prints the raw JSON response by default. If the HTTP status is not 200, it prints the status code and response body.
  • Get endpoint and apiKey from the dataTrack service page.
  • Configure endpoint and apiKey in datatk-quote-skill/env.json.
  • If you are unsure about parameter values, market codes, or error codes, read references/reference.md first. If you are unsure about response fields, read references/response.md.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Ai Competitor Analyzer

提供AI驱动的竞争对手分析,支持批量自动处理,提升企业和专业团队分析效率与专业度。

Registry SourceRecently Updated
General

Ai Data Visualization

提供自动化AI分析与多格式批量处理,显著提升数据可视化效率,节省成本,适用企业和个人用户。

Registry SourceRecently Updated
General

Ai Cost Optimizer

提供基于预算和任务需求的AI模型成本优化方案,计算节省并指导OpenClaw配置与模型切换策略。

Registry SourceRecently Updated