get_inner_trade_data
Retrieve company insider trading data by providing a stock symbol for detailed analysis. Simplify access to key financial insights.
Instructions
Get company insider trading data.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
symbol | Yes | Stock symbol/ticker (e.g. '000001') |
Input Schema (JSON Schema)
{
"properties": {
"symbol": {
"description": "Stock symbol/ticker (e.g. '000001')",
"title": "Symbol",
"type": "string"
}
},
"required": [
"symbol"
],
"type": "object"
}