AI-ready financial data research skill with structured research methodology.
export PLUSEFIN_API_KEY=your_api_key
ticker - overview, valuation, ratingssentiment / sentiment-historyoptions / options-analyze (IV, Greeks, OI)holders - major holders changesstatements (income/balance/cash)earnings / insidersprice-historyBased on data, formulate hypotheses:
Structured output:
Each key conclusion must include source citations.
# Set API key
export PLUSEFIN_API_KEY=your_api_key
# Run commands
python plusefin.py <command> [args]
| Command | Usage | Description |
|---|---|---|
| --------- | ------- | ------------- |
ticker | python plusefin.py ticker | Company overview, valuation, ratings |
price-history | python plusefin.py price-history | Historical prices (6mo/1y/2y) |
sentiment | python plusefin.py sentiment | Market sentiment (Fear & Greed) |
sentiment-history | python plusefin.py sentiment-history [days] | Historical sentiment |
options | python plusefin.py options | Options chain |
options-analyze | python plusefin.py options-analyze | Options analysis |
holders | python plusefin.py holders | Institutional holdings |
statements | python plusefin.py statements | Financial statements (income/balance/cash) |
earnings | python plusefin.py earnings | Earnings history |
insiders | python plusefin.py insiders | Insider trading |
news | python plusefin.py news | Stock news |
fred | python plusefin.py fred | Macroeconomic data |
共 2 个版本