Company Information API

This API endpoint provides basic information about the company, such as its LEI number, industry, contact information, and other key facts. The data covers a few thousand US and international companies.

API Endpoint

https://financialdata.net/api/v1/company-information?identifier=MSFT

Query Parameters

NameTypeDescriptionExample
identifierstringThe trading symbol for a security, or the central index key (CIK). The latter is assigned to the entity by the United States Securities and Exchange Commission.MSFT, 0000789019
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

[
  {
    "trading_symbol": "MSFT",
    "central_index_key": "0000789019",
    "registrant_name": "MICROSOFT CORP",
    "isin_number": "US5949181045",
    "lei_number": null,
    "ein_number": "911144442",
    "exchange": "Nasdaq",
    "sic_code": "7372",
    "sic_description": "Services-Prepackaged Software",
    "fiscal_year_end": "0630",
    "state_of_incorporation": "WA",
    "address_street": "ONE MICROSOFT WAY",
    "address_city": "REDMOND",
    "address_state": "WA",
    "address_zip_code": "98052-6399",
    "address_country": "UNITED STATES",
    "address_country_code": "US",
    "phone_number": "425-882-8080",
    "mailing_address": "ONE MICROSOFT WAY, REDMOND, WA, 98052-6399",
    "business_address": "ONE MICROSOFT WAY, REDMOND, WA, 98052-6399",
    "former_name": null,
    "industry": "Information technology",
    "founding_date": "1975-04-04",
    "chief_executive_officer": "Satya Nadella",
    "number_of_employees": 228000,
    "website": "https://www.microsoft.com/",
    "market_cap": 2800000000000.0,
    "shares_issued": null,
    "shares_outstanding": 7434880776,
    "description": "Microsoft Corporation is an American multinational technology conglomerate headquartered in Redmond, Washington. Founded in 1975, the company became highly influential in the rise of personal computers through software like Windows, and the company has since expanded to Internet services, cloud computing, video gaming and other fields. Microsoft is the largest software maker, one of the most valuable public U.S. companies, and one of the most valuable brands globally."
  }
]
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.