Financial Modeling Prep

getSenateTradesByName

Search for Senate trading activity by Senator name with the FMP Senate Trades by Name API. Access detailed information on trades made by specific Senators, including trade dates, assets, amounts, and potential conflicts of interest.

Remote cfocoder/financial-modeling-prep-mcp-server

Other tools also called getSenateTradesByName? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Senator name (first or last name)"
    }
  }
}