Financial Modeling Prep

getAllShareFloat

Access comprehensive shares float data for all available companies with the FMP All Shares Float API. Retrieve critical information such as free float, float shares, and outstanding shares to analyze liquidity across a wide range of companies.

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

Other tools also called getAllShareFloat? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "page": {
      "type": "number",
      "description": "Page number (default: 0)"
    },
    "limit": {
      "type": "number",
      "description": "Limit on number of results (default: 1000, max: 5000)"
    }
  }
}