🚀 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"
}
]
}
사업 내용, 업종 분류, 섹터 정보, 본사 위치, 주요 임원, 기타 기업 메타데이터를 포함한 포괄적인 기업 프로필 정보를 조회합니다. 기업의 배경과 조직 구조를 파악하는 데 필수적입니다.
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"
}
]
}
쉼표(,)로 구분된 주식 티커 심볼 목록입니다(예: AAPL,MSFT,GOOGL). 필수입니다.
이 날짜와 같거나 이후 날짜의 결과만 필터링합니다. 형식: YYYY-MM-DD (예: 2024-01-01)
재무 보고 기간을 위한 기간 필터입니다. 지원되는 값은 다음과 같습니다: Q1, Q2, Q3, Q4(분기), FY(회계연도), TTM(직전 12개월)
재무보고 유형입니다. 지원되는 값은 다음과 같습니다: TTM(최근 12개월), A(최초 공시 기준), R(정정 후 값), P(잠정 공시)
기업 프로필 데이터
The response is of type object.