Investment Adviser Information API

Our API provides valuable information about registered investment advisers, including the value of assets under management, number of accounts, contact details, etc. The data covers over 15,000 registered investment advisers, with most of them managing $25 million or more in client assets.

API Endpoint

https://financialdata.net/api/v1/investment-adviser-information?identifier=BLACKROCK INVESTMENT MANAGEMENT, LLC

Query Parameters

NameTypeDescriptionExample
identifierstringThe legal name of an investment adviser.BLACKROCK INVESTMENT MANAGEMENT, LLC
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

[
  {
    "legal_name": "BLACKROCK INVESTMENT MANAGEMENT, LLC",
    "primary_business_name": "BLACKROCK INVESTMENT MANAGEMENT, LLC",
    "central_index_key": null,
    "lei_number": "5493006MRTEZZ4S4CQ20",
    "form_of_business": "Limited Liability Company",
    "fiscal_year_end": "December",
    "state_of_incorporation": "DE",
    "country_of_incorporation": "United States",
    "office_address": "1 UNIVERSITY SQUARE DRIVE, PRINCETON, NJ 08540, UNITED STATES",
    "office_phone_number": "609 282 2000",
    "website": "https://www.blackrock.com",
    "number_of_employees": 1483,
    "assets_under_management": 458191510749.0,
    "number_of_accounts": 46332
  }
]
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.