jrj-quote-skill

Retrieve real-time A-share quotes and daily K-line data with technical indicators.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/eninem123/hunterclaw --skill jrj-quote-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jrj-quote-skill
Source: https://github.com/eninem123/hunterclaw/tree/main/skills/jrj-quote-skill
Command: npx skills add https://github.com/eninem123/hunterclaw --skill jrj-quote-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

When trading or researching A-shares, it is hard to reliably fetch up-to-date quotes and compute common technical indicators without manual data wrangling and error-prone calculations.

Core Features & Use Cases

  • Real-time quote retrieval: Fetch current price, change, volume, and related fields for stocks, funds, and indexes.
  • Historical K-line retrieval: Get daily OHLCV data with configurable adjustment (none/qfq/hfq), time range, and record limits.
  • On-demand technical indicator calculation: Compute MA, MACD, KDJ, BOLL, RSI, WR, OBV, ATR, volume MAs, CCI, and ROC from retrieved K-lines to support technical analysis.

Quick Start

Ask the assistant to fetch 30 days of 招商银行 (600036.SH) daily K-lines with MA and MACD indicators.

Frequently Asked Questions about jrj-quote-skill

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

FAQPage Schema
How do I get real-time A-share quotes and calculate technical indicators like MACD and KDJ?

To get real-time A-share quotes and calculate technical indicators, you can retrieve current price data and historical daily K-lines, then compute MACD, KDJ, BOLL, RSI, and other indicators directly from the OHLCV series.

Can I fetch historical K-line data with qfq or hfq adjustment for A-shares?

Yes, you can fetch historical K-line data with qfq or hfq adjustment for A-shares. The retrieval supports configurable adjustment types including none, qfq, and hfq, along with custom time ranges and record limits.

What technical indicators can I compute from retrieved daily K-line data?

You can compute common technical indicators from retrieved daily K-line data, including MA, MACD, KDJ, BOLL, RSI, WR, OBV, ATR, CCI, and ROC, supporting comprehensive technical analysis.

Does this A-share market research tool support ETFs and stock indexes?

Yes, this A-share market research tool supports ETFs and stock indexes. You can retrieve real-time quotes and historical daily K-line data for individual stocks, ETFs, and market indexes.

Do I need an API key to retrieve real-time quotes and K-line data?

Yes, you need a JRJ_API_KEY for authentication to retrieve real-time quotes and K-line data. The tool accesses data through the /v1/quote/realtime and /v1/quote/kline endpoints.

What is the best way to fetch 30 days of daily K-lines with MA and MACD indicators?

The best way to fetch 30 days of daily K-lines with MA and MACD indicators is to request the historical K-line range query, which post-processes the OHLCV data to append the calculated indicator fields before returning the results.