alphaIntelligence_insiderTransactions
Retrieve aggregated insider trading data for any stock symbol, enabling analysis of executive and institutional transactions to inform investment decisions.
Instructions
Fetches aggregated insider trading information for a given symbol.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
symbol | Yes | The stock symbol (e.g., "AAPL"). |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"description": "Parameters for fetching insider trading information.",
"properties": {
"symbol": {
"description": "The stock symbol (e.g., \"AAPL\").",
"type": "string"
}
},
"required": [
"symbol"
],
"type": "object"
}