What problem does it solve?
Building animated financial K-line (candlestick) chart videos requires coordinating data fetching, per-frame Canvas rendering, and Remotion composition setup, which is tedious to assemble from scratch.
Core Features & Use Cases
- Yahoo Finance Data Pipeline: Fetches free historical OHLC data (no API key) via the Yahoo Finance Chart API and saves it as local JSON loaded through Remotion's staticFile().
- Canvas-Based Rendering: Draws candles, wicks, grid lines, axis labels, and progress bars on a high-DPI-aware canvas with a dark trading-terminal color theme.
- Plugin Architecture: Provides a structured config/timeline/Scene/plugin file layout with render presets, frame-driven animation state, and Studio preview support.
- Use Case: Produce a 28-second 1920x1080 video showing 40 years of S&P 500 weekly candles with staggered fade-in and grow-from-baseline entrance animations.
Quick Start
Use the remotion-candlestick skill to create an animated S&P 500 weekly candlestick chart video in my Remotion project.