yahoo_finance_ticker_shares_full
Retrieve historical share counts for a Yahoo Finance symbol over any date range. Returns clean JSON rows from Yahoo fundamentals timeseries, enabling analysis of shares outstanding changes.
Instructions
Yahoo Finance historical share counts. Returns historical shares-out rows from Yahoo fundamentals timeseries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End date as YYYY-MM-DD, RFC3339, or Unix seconds | |
| start | No | Start date as YYYY-MM-DD, RFC3339, or Unix seconds | |
| symbol | Yes | Yahoo Finance symbol such as AAPL |