stock-screener
Installation
SKILL.md
Stock Screener & Backtesting
Screen stocks and backtest strategies using Python SDK (reportify-sdk) for full control, or CLI (reportify-cli quant) for quick queries.
Before screening, read the formula reference: references/formula.md For real-world examples: references/scenarios.md
Shortcuts (if configured): $quant = reportify-cli quant, $agent = reportify-cli agent
Install: pip3 install reportify-cli reportify-sdk (SDK required for Python screening). For backtesting: pip3 install backtrader pandas
API Key: Get your key at https://reportify.cn/skills then set:
export REPORTIFY_API_KEY="your_api_key"