Financial Modeling Prep
getLatestInsiderTrading
Access the latest insider trading activity using the Latest Insider Trading API. Track which company insiders are buying or selling stocks and analyze their transactions.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getLatestInsiderTrading?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"date": {
"type": "string",
"description": "Date of insider trades (YYYY-MM-DD)"
},
"page": {
"type": "number",
"description": "Page number (default: 0)"
},
"limit": {
"type": "number",
"description": "Limit on number of results (default: 100, max: 100)"
}
}
}