get_fundamentalsreadFundamentals snapshot for an equity symbol.
| Param | Type | Req. | Description |
|---|---|---|---|
| symbol | string | yes | Equity symbol, e.g. AAPL. |
Example prompts
- “What's the fundamental score for AAPL?”
- “Give me the fundamentals for NVDA.”
Example call
{ "name": "get_fundamentals", "arguments": { "symbol": "AAPL" } }