Financial Modeling Prep

getAftermarketTrade

Track real-time trading activity occurring after regular market hours with the FMP Aftermarket Trade API. Access key details such as trade prices, sizes, and timestamps for trades executed during the post-market session.

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

Other tools also called getAftermarketTrade? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "symbol": {
      "type": "string",
      "description": "Stock symbol"
    }
  }
}