get_insider_trades
Track recent insider trading activity for a specific stock ticker to analyze potential market trends and investment opportunities using financial tools.
Instructions
Get recent insider trading activity.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ticker | Yes |
Input Schema (JSON Schema)
{
"properties": {
"ticker": {
"title": "Ticker",
"type": "string"
}
},
"required": [
"ticker"
],
"title": "get_insider_tradesArguments",
"type": "object"
}