Financial Modeling Prep
getHouseTradesByName
Search for House trading activity by Representative name with the FMP House Trades by Name API. Access detailed information on trades made by specific Representatives, including trade dates, assets, amounts, and potential conflicts of interest.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getHouseTradesByName?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Representative name (first or last name)"
}
}
}