get_stock_metric
Answers one financial metric for a US public company using its most recent SEC 10-K filing, spoken as a natural-language sentence.
Instructions
Answer one financial metric for a US public company, spoken as a single natural-language sentence grounded in that company's most recent SEC 10-K filing (via EDGAR's XBRL data) -- not a guess. Use for a specific spoken question like "what's Tesla's revenue" or "what's Apple's earnings per share". Metric must be one of: revenue, eps, book_value_per_share, market_cap, total_assets, total_liabilities, price.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metric | Yes | Which figure to report. | |
| company | Yes | Company name or ticker, e.g. "Apple" or "AAPL". |