get_shares
Retrieve historical shares outstanding for a stock symbol with optional date range and limit.
Instructions
Get the shares-outstanding history for a Yahoo symbol.
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 Yahoo ticker or an ISIN, e.g. 'AAPL', 'SAP.DE' or 'US0378331005'. For a company name, use 'search' first. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||