Get stock price performance around an alert
edgaralert_get_alert_price_windowRetrieve daily stock prices before and after a specific insider trading alert to backtest if the signal predicted a price move.
Instructions
Returns daily price history for the stock around the date of a specific insider trading alert, useful for backtesting whether the signal preceded a price move. Requires an alert id from edgaralert_search_alerts or edgaralert_get_latest_alerts. Requires EDGAR Alert PRO plan or higher.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | "watchlist" restricts to the user's default ticker list, "universe" (default) does not. | |
| alertId | Yes | The numeric id of the alert (from a search or latest-alerts result). | |
| daysAfter | No | Days of price history after the alert date. | |
| daysBefore | No | Days of price history before the alert date. |