๐ Version 2.0 Documentation is now live! See our changelog for details.
curl --request GET \
--url 'https://api.example.com/api/v2.1/fundamentals/companyProfile?token='{
"result": [
{
"company": {
"primarySymbol": "AAPL",
"primaryExchange": "NAS",
"cik": "320193",
"isin": "CA03785Y1007",
"cusip": "03785Y100",
"standardName": "Apple",
"countryId": "USA",
"isReit": false,
"industryTemplateCode": "N",
"businessCountryId": "USA",
"isLimitedPartnership": false,
"yearofEstablishment": 1977,
"isLimitedLiabilityCompany": false
},
"companyProfile": {
"companyStatus": "U",
"countryId": "USA",
"fiscalYearEnd": "9",
"shortName": "Apple",
"standardName": "Apple Inc",
"address1": "One Apple Park Way",
"city": "Cupertino",
"country": "USA",
"fax": "+1 408 974-2483",
"homepage": "https://www.apple.com",
"phone": "+1 408 996-1010",
"postalCode": "95014",
"province": "CA",
"totalEmployees": 166000,
"legalName": "Apple Inc",
"longDescription": "Apple is among the largest companies in the world, with a broad portfolio of hardware and software products targeted at consumers and businesses. Apple's iPhone makes up a majority of the firm sales, and Apple's other products like Mac, iPad, and Watch are designed around the iPhone as the focal point of an expansive software ecosystem. Apple has progressively worked to add new applications, like streaming video, subscription bundles, and augmented reality. The firm designs its own software and semiconductors while working with subcontractors like Foxconn and TSMC to build its products and chips. Slightly less than half of Apple's sales come directly through its flagship stores, with a majority of sales coming indirectly through partnerships and distribution."
},
"symbol": "AAPL",
"idType": "SYMBOL",
"id": "AAPL"
}
]
}
Retrieves comprehensive company profile information including business description, industry classification, sector details, headquarters location, key executives, and other corporate metadata. Essential for understanding company background and organizational structure.
curl --request GET \
--url 'https://api.example.com/api/v2.1/fundamentals/companyProfile?token='{
"result": [
{
"company": {
"primarySymbol": "AAPL",
"primaryExchange": "NAS",
"cik": "320193",
"isin": "CA03785Y1007",
"cusip": "03785Y100",
"standardName": "Apple",
"countryId": "USA",
"isReit": false,
"industryTemplateCode": "N",
"businessCountryId": "USA",
"isLimitedPartnership": false,
"yearofEstablishment": 1977,
"isLimitedLiabilityCompany": false
},
"companyProfile": {
"companyStatus": "U",
"countryId": "USA",
"fiscalYearEnd": "9",
"shortName": "Apple",
"standardName": "Apple Inc",
"address1": "One Apple Park Way",
"city": "Cupertino",
"country": "USA",
"fax": "+1 408 974-2483",
"homepage": "https://www.apple.com",
"phone": "+1 408 996-1010",
"postalCode": "95014",
"province": "CA",
"totalEmployees": 166000,
"legalName": "Apple Inc",
"longDescription": "Apple is among the largest companies in the world, with a broad portfolio of hardware and software products targeted at consumers and businesses. Apple's iPhone makes up a majority of the firm sales, and Apple's other products like Mac, iPad, and Watch are designed around the iPhone as the focal point of an expansive software ecosystem. Apple has progressively worked to add new applications, like streaming video, subscription bundles, and augmented reality. The firm designs its own software and semiconductors while working with subcontractors like Foxconn and TSMC to build its products and chips. Slightly less than half of Apple's sales come directly through its flagship stores, with a majority of sales coming indirectly through partnerships and distribution."
},
"symbol": "AAPL",
"idType": "SYMBOL",
"id": "AAPL"
}
]
}
{
"result": [
{
"company": {
"primarySymbol": "AAPL",
"primaryExchange": "NAS",
"cik": "320193",
"isin": "CA03785Y1007",
"cusip": "03785Y100",
"standardName": "Apple",
"countryId": "USA",
"isReit": false,
"industryTemplateCode": "N",
"businessCountryId": "USA",
"isLimitedPartnership": false,
"yearofEstablishment": 1977,
"isLimitedLiabilityCompany": false
},
"companyProfile": {
"companyStatus": "U",
"countryId": "USA",
"fiscalYearEnd": "9",
"shortName": "Apple",
"standardName": "Apple Inc",
"address1": "One Apple Park Way",
"city": "Cupertino",
"country": "USA",
"fax": "+1 408 974-2483",
"homepage": "https://www.apple.com",
"phone": "+1 408 996-1010",
"postalCode": "95014",
"province": "CA",
"totalEmployees": 166000,
"legalName": "Apple Inc",
"longDescription": "Apple is among the largest companies in the world, with a broad portfolio of hardware and software products targeted at consumers and businesses. Apple's iPhone makes up a majority of the firm sales, and Apple's other products like Mac, iPad, and Watch are designed around the iPhone as the focal point of an expansive software ecosystem. Apple has progressively worked to add new applications, like streaming video, subscription bundles, and augmented reality. The firm designs its own software and semiconductors while working with subcontractors like Foxconn and TSMC to build its products and chips. Slightly less than half of Apple's sales come directly through its flagship stores, with a majority of sales coming indirectly through partnerships and distribution."
},
"symbol": "AAPL",
"idType": "SYMBOL",
"id": "AAPL"
}
]
}
Comma-separated list of stock ticker symbols (e.g., AAPL,MSFT,GOOGL). Required.
Filter results for dates on or after this date. Format: YYYY-MM-DD (e.g., 2024-01-01)
Time period filter for financial reporting periods. Supported values: Q1, Q2, Q3, Q4 (quarters), FY (fiscal year), TTM (trailing twelve months)
Type of financial report. Supported values: TTM (trailing twelve months), A (as originally reported), R (restated values), P (preliminary announcements)
Company profile data
The response is of type object.
Was this page helpful?