Finance Radar
Stock & crypto intelligence via Yahoo Finance. Charges 0.001 USDT/call via SkillPay.
Commands
| Command | Script | Description |
|---|
| analyze | INLINECODE0 | Stock/crypto analysis (price, fundamentals, technicals) |
| score |
scripts/score.py | 8-dimension stock scoring |
|
batch |
scripts/batch.py | Batch analyze multiple tickers + CSV export |
|
portfolio |
scripts/portfolio.py | Portfolio tracking & P/L |
|
watchlist |
scripts/watchlist.py | Watchlist with price alerts |
|
dividend |
scripts/dividend.py | Dividend yield & history |
|
hot-scan |
scripts/hot_scan.py | Viral trend detection |
|
rumor |
scripts/rumor.py | Rumor & early signal detection |
|
billing |
scripts/billing.py | SkillPay charge/balance/payment |
Workflow
CODEBLOCK0
Quick Examples
CODEBLOCK1
Config
| Env Var | Required | Description |
|---|
| INLINECODE9 | Yes | SkillPay.me API key |
References
See references/scoring-model.md for 8-dimension scoring methodology.
金融雷达
通过雅虎财经获取股票与加密货币情报。每次调用通过SkillPay收取0.001 USDT。
命令
| 命令 | 脚本 | 描述 |
|---|
| analyze | scripts/analyze.py | 股票/加密货币分析(价格、基本面、技术面) |
| score |
scripts/score.py | 八维度股票评分 |
|
batch | scripts/batch.py | 批量分析多个股票代码 + CSV导出 |
|
portfolio | scripts/portfolio.py | 投资组合追踪与盈亏 |
|
watchlist | scripts/watchlist.py | 带价格提醒的自选列表 |
|
dividend | scripts/dividend.py | 股息收益率与历史数据 |
|
hot-scan | scripts/hot_scan.py | 热门趋势检测 |
|
rumor | scripts/rumor.py | 传闻与早期信号检测 |
|
billing | scripts/billing.py | SkillPay充值/余额/支付 |
工作流程
- 1. 计费: python3 scripts/billing.py --charge --user-id
- 执行: python3 scripts/.py --ticker AAPL
快速示例
bash
分析股票
python3 scripts/analyze.py --ticker AAPL
分析加密货币
python3 scripts/analyze.py --ticker BTC-USD
批量分析(新增功能)
python3 scripts/batch.py --tickers AAPL,GOOG,MSFT
python3 scripts/batch.py --tickers AAPL,GOOG,MSFT --export # 导出CSV
八维度评分
python3 scripts/score.py --ticker TSLA
配置
| 环境变量 | 必填 | 描述 |
|---|
| SKILLPAYAPIKEY | 是 | SkillPay.me API密钥 |
参考
参见 references/scoring-model.md 了解八维度评分方法。