get_insider_trades
Retrieve recent insider trades for any stock ticker using Yahoo Finance's summary, giving a quick view of insider buying and selling activity.
Instructions
Recent insider transactions as Yahoo reports them — a quick summary view.
Prefer get_insider_activity for anything you will act on: it parses the Form 4
XML from SEC EDGAR directly, so it can tell an open-market purchase (code P) from
a grant or from shares withheld to pay tax on a vest, and it reports whether a
sale was pre-scheduled under a Rule 10b5-1 plan. Yahoo's table flattens all of
those into one "Transaction" column, which is how routine compensation mechanics
get reported as "insiders sold $X".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock ticker (e.g. AAPL, NVDA). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |