🚀 Version 2.0 Documentation is now live! See our changelog for details.
curl --request GET \
--url 'https://api.example.com/api/v2.1/fundamentals/shareClassProfile?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
},
"shareClassProfile": {
"asOf": "2025-11-30",
"marketCap": 4045174397280,
"enterpriseValue": 4089134397280,
"sharesOutstanding": 14776353000
},
"symbol": "AAPL",
"idType": "SYMBOL",
"id": "AAPL"
}
]
}
주식 종류의 특성과 관련 메타데이터에 대한 세부 정보를 포함하는 주식 종류 프로필 정보를 조회합니다.
curl --request GET \
--url 'https://api.example.com/api/v2.1/fundamentals/shareClassProfile?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
},
"shareClassProfile": {
"asOf": "2025-11-30",
"marketCap": 4045174397280,
"enterpriseValue": 4089134397280,
"sharesOutstanding": 14776353000
},
"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
},
"shareClassProfile": {
"asOf": "2025-11-30",
"marketCap": 4045174397280,
"enterpriseValue": 4089134397280,
"sharesOutstanding": 14776353000
},
"symbol": "AAPL",
"idType": "SYMBOL",
"id": "AAPL"
}
]
}
쉼표로 구분된 심볼 목록 (예: AAPL, MSFT)
이 매개변수에 지정한 날짜(YYYY-MM-DD)와 같거나 이후 날짜의 결과를 반환합니다.
반환되는 결과의 기간을 지정합니다(예: Q1, 2023).
Report type: TTM (최근 12개월), A (최초 보고 기준), R (정정 보고), P (잠정치)
주식 종류별 프로필 데이터
The response is of type string.