This skill enhances Claude's ability to manage historical financial data efficiently by replacing traditional time-based cache expiry with a persistent storage model. Since historical OHLCV (Open, High, Low, Close, Volume) data is immutable, this skill ensures that once data is validated and stored, it persists indefinitely, only triggering API calls to fetch missing 'gaps' or new bars. This approach drastically reduces API costs, prevents rate-limiting, and accelerates development workflows for quantitative trading and machine learning applications.
Key Features
01Advanced cache statistics tracking including hit rates and gap-fill counts
02Incremental gap-filling logic to fetch only missing or new market bars
03Immutable historical data persistence via SQLite and Pickle cache layers
040 GitHub stars
05Automated merging of cached local data with fresh API results
06Removal of redundant TTL expiry for historical time-series data