메인 콘텐츠로 건너뛰기
GET
/
api
/
v2.1
/
fundamentals
/
companyProfile
기업 프로필 정보 v2.1
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"
    }
  ]
}

인증

token
string
query
필수

쿼리 매개변수

symbols
string
필수

쉼표(,)로 구분된 주식 티커 심볼 목록입니다(예: AAPL,MSFT,GOOGL). 필수입니다.

asOf
string

이 날짜와 같거나 이후 날짜의 결과만 필터링합니다. 형식: YYYY-MM-DD (예: 2024-01-01)

period
string

재무 보고 기간을 위한 기간 필터입니다. 지원되는 값은 다음과 같습니다: Q1, Q2, Q3, Q4(분기), FY(회계연도), TTM(직전 12개월)

reportType
string

재무보고 유형입니다. 지원되는 값은 다음과 같습니다: TTM(최근 12개월), A(최초 공시 기준), R(정정 후 값), P(잠정 공시)

응답

기업 프로필 데이터

The response is of type object.