vnstock-quote-best-practices
CommunityResilient VNStock data fetch patterns.
Authorgahoccode
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides best practices for using the vnstock Quote class (VCI source) to fetch Vietnamese stock data reliably and efficiently, including batching, caching, retries, validation, and fallback strategies.
Core Features & Use Cases
- Batch Processing: reuse a single Quote instance across multiple symbols
- Caching: file-based TTL caches or session caches
- Retry Logic: robust retry patterns
- Data Validation: verify OHLC data integrity
- Source Fallback: switch sources if primary fails
Quick Start
Use Quote(source='VCI', symbol='VCI') and reuse across multiple symbols, enable caching, add retries, and implement fallback strategies as needed.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: vnstock-quote-best-practices Download link: https://github.com/gahoccode/PRDs/archive/main.zip#vnstock-quote-best-practices Please download this .zip file, extract it, and install it in the .claude/skills/ directory.