chart

Retrieve historical and real-time OHLCV chart data across multiple timeframes.

15|7|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/kgcrom/cluefin-dure --skill chart
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chart
Source: https://github.com/kgcrom/cluefin-dure/tree/main/apps/dure/.agents/skills/chart
Command: npx skills add https://github.com/kgcrom/cluefin-dure --skill chart

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides essential historical and real-time stock chart data (OHLCV) needed for technical analysis and trading strategy development.

Core Features & Use Cases

  • Comprehensive Chart Data: Retrieve daily, weekly, monthly, and yearly OHLCV data.
  • Intraday & Tick Data: Access minute-by-minute and tick-level data for short-term analysis.
  • Investor & Institutional Flows: Analyze institutional and investor trading patterns.
  • Use Case: Obtain the last 120 days of daily OHLCV data for a specific stock to input into technical analysis functions for trend identification.

Quick Start

Call the chart.period method to get the last 120 days of daily OHLCV data for stock code '005930'.

Frequently Asked Questions about chart

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

FAQPage Schema
How do I fetch historical OHLCV candlestick data for a specific stock code?

To fetch historical OHLCV data, specify a stock code, exact date range, and timeframe interval like daily or weekly. This retrieves the Open, High, Low, Close, and Volume candlestick data required for technical analysis.

Can I retrieve intraday minute and tick-level stock chart data for short-term analysis?

Yes, you can retrieve intraday minute and tick-level stock chart data. By specifying intraday intervals in your request, you access short-term trading data necessary for quantitative trading strategies and micro-trend identification.

What timeframes are supported for retrieving stock market data?

Supported timeframes for retrieving stock market data include daily, weekly, monthly, and yearly intervals, alongside intraday minutes and tick-level data. Precise date ranges and interval specifications are required for accurate fetching.

Does this tool provide data on investor and institutional trading flows?

Yes, it provides data on investor and institutional trading flows. You can analyze institutional and investor trading patterns alongside standard OHLCV chart data to inform your broader technical and quantitative trading strategies.

What information do I need to specify to get accurate trading data for technical analysis?

You need to specify precise date ranges, exact stock codes, and specific interval timeframes to get accurate trading data. Providing these exact parameters ensures the retrieved OHLCV chart data is reliable for technical analysis.