get_shares
Retrieve historical shares outstanding for any Yahoo Finance symbol, with optional date-range and limit filters.
Instructions
Get the shares-outstanding history for a Yahoo symbol.
symbol must be a native Yahoo Finance ticker (e.g. AAPL, SAP.DE),
never an ISIN, WKN, or company name; resolve those via search first.
Each point is a date and the reported shares outstanding; only the most
recent limit points are returned. Optionally bound the range with
start / end (YYYY-MM-DD).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End date 'YYYY-MM-DD' to bound the series (optional). | |
| limit | No | Maximum number of (most recent) data points to return. | |
| start | No | Start date 'YYYY-MM-DD' to bound the series (optional). | |
| symbol | Yes | A native Yahoo Finance ticker symbol, e.g. 'AAPL', 'MSFT', 'SAP.DE', or 'BMW.DE'. This is NOT an ISIN, a WKN, or a company name, and must NOT be built by appending an exchange suffix to an ISIN (e.g. 'US0378331005.DE' is invalid). If you only have a name or ISIN, call the 'search' tool first and pass the 'symbol' value it returns. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||