skills/skills.volces.com/fetch-stock-daily-json

fetch-stock-daily-json

Installation
SKILL.md

Fetch Stock Daily JSON

Use this skill for the publishable Node.js path stock input -> symbol resolution -> daily history fetch -> raw JSON archive.

Quick Start

Run the Node.js helper from the repo root:

node skills/fetch-stock-daily-json/scripts/fetch_daily_json.js 贵州茅台
node skills/fetch-stock-daily-json/scripts/fetch_daily_json.js 600519 --years 3
node skills/fetch-stock-daily-json/scripts/fetch_daily_json.js 宁德时代 --start-date 20240101 --end-date 20260329 --adjust qfq

The script prints a JSON summary with the resolved symbol, row count, requested window, actual trade-date bounds, and saved file path.

Workflow

Installs
4
First Seen
Apr 3, 2026
fetch-stock-daily-json from skills.volces.com