Institutional Investors API

An institutional investor is a company or organization that invests money on behalf of other people. Mutual funds, pensions, and insurance firms are among the examples. Our API provides a list of institutional investors that have invested at least $100 million. There is a limit of 500 records per API call.

API Endpoint

https://financialdata.net/api/v1/institutional-investors

Query Parameters

NameTypeDescriptionExample
offsetinteger(Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0.500
formatstring(Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON.json, csv

Sample Response

[
  {
    "central_index_key": "0000702007",
    "registrant_name": " CALDWELL SUTTER CAPITAL, INC."
  },
  {
    "central_index_key": "0000315189",
    "registrant_name": " DEERE & CO"
  },
  {
    "central_index_key": "0002011427",
    "registrant_name": " FOGEL CAPITAL MANAGEMENT, INC."
  },
  ...
]
Ready to get started?

Get your API key instantly and start pulling data into your application.

Get Your API Key
Maximum Uptime

Our robust architecture guarantees 99.9% uptime for uninterrupted API access.

Easy Integration

Native Python SDK and REST support make data integration seamless.

MCP Server

The official MCP server delivers financial data directly to your AI agents.