← 返回
数据分析 Key 中文

Global Market Feed

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.
通过QuoteNode API获取美股、港股、A股的实时行情、K线、逐笔成交、Level-2深度及交易日历数据。
fengxiaozi-liu
数据分析 clawhub v1.0.1 1 版本 100000 Key: 需要
★ 0
Stars
📥 574
下载
💾 28
安装
1
版本
#latest

概述

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.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-31 07:18 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 164 📥 59,823
data-analysis

Stock Analysis

udiedrichsen
{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}
★ 270 📥 56,919
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 367 📥 140,189