Global Market Feed
/install datatk-quote
\r \r
QuoteNode REST\r
\r Use this skill for QuoteNode REST market-data integration. WebSocket is out of scope.\r \r
Project Overview\r
\r
- QuoteNode is a market-data aggregation service that exposes a unified REST OpenAPI surface to downstream callers.\r
- Downstream clients authenticate with the
X-API-KEYheader and send JSON request bodies.\r - The REST path is handled by OpenAPI authorization middleware, which centralizes
ak,endpoint,market, permission, and rate-limit handling.\r \r For background, read:\r references/architecture.md\r \r
Quick Start\r
\r
# copy example env file, then edit env.json to add your endpoint and apiKey\r
cp {baseDir}/env.json.example {baseDir}/env.json\r
\r
# test with a sample request\r
node {baseDir}/scripts/request.mjs --path /Api/V1/Quotation/Detail --body '{"instrument":"US|AAPL","lang":"en"}'\r
```\r
\r
## Workflow\r
\r
1. Start with `references/openapi.md` to choose the endpoint and request parameters.\r
2. If you need market codes, enum values, adjustment types, or error codes, read `references/reference.md`.\r
3. If you need response structure or field meanings, read `references/response.md`.\r
4. If you need the architectural position of the REST layer in this project, read `references/architecture.md`.\r
\r
## Script\r
\r
- `scripts/request.mjs`: generic POST caller for any REST endpoint.\r
\r
Notes:\r
- All requests read `endpoint` and `apiKey` from `datatk-quote-skill/env.json`.\r
- `request.mjs --body` must be valid JSON.\r
- The script prints the raw JSON response by default. If the HTTP status is not `200`, it prints the status code and response body.\r
- Get `endpoint` and `apiKey` from the [dataTrack service page](https://www.datatk.com/service).\r
- Configure `endpoint` and `apiKey` in `datatk-quote-skill/env.json`.\r
- 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`.\r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install datatk-quote - After installation, invoke the skill by name or use
/datatk-quote - Provide required inputs per the skill's parameter spec and get structured output
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 290 downloads so far.
How do I install Global Market Feed?
Run "/install datatk-quote" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Global Market Feed free?
Yes, Global Market Feed is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Global Market Feed support?
Global Market Feed is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Global Market Feed?
It is built and maintained by fengxiaozi-liu (@fengxiaozi-liu); the current version is v1.0.1.