メインコンテンツへスキップ
GET
/
api
/
v2.1
/
fundamentals
/
shareClass
Share Class v2.1 を取得
curl --request GET \
  --url 'https://api.example.com/api/v2.1/fundamentals/shareClass?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
      },
      "shareClass": {
        "shareClassId": "0P000000GY",
        "companyId": "0C00000ADA",
        "symbol": "AAPL",
        "exchangeId": "NAS",
        "currencyId": "USD",
        "ipoDate": "1980-12-12",
        "isDepositaryReceipt": false,
        "securityType": "ST00000001",
        "shareClassStatus": "A",
        "isPrimaryShare": true,
        "isDividendReinvest": false,
        "isDirectInvest": false,
        "investmentId": "E0USA002US",
        "ipoOfferPrice": 28.75,
        "mic": "XNAS",
        "exchangeSubMarketGlobalId": "EX$$$$XNGS",
        "conversionRatio": 1.0,
        "parValue": 1e-05,
        "suspensionStatus": false,
        "marketDataId": "126.1.AAPL",
        "isPrimaryShare1031": true,
        "investmentPrimaryIssuer": true
      },
      "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
      },
      "shareClass": {
        "shareClassId": "0P000000GY",
        "companyId": "0C00000ADA",
        "symbol": "AAPL",
        "exchangeId": "NAS",
        "currencyId": "USD",
        "ipoDate": "1980-12-12",
        "isDepositaryReceipt": false,
        "securityType": "ST00000001",
        "shareClassStatus": "A",
        "isPrimaryShare": true,
        "isDividendReinvest": false,
        "isDirectInvest": false,
        "investmentId": "E0USA002US",
        "ipoOfferPrice": 28.75,
        "mic": "XNAS",
        "exchangeSubMarketGlobalId": "EX$$$$XNGS",
        "conversionRatio": 1.0,
        "parValue": 1e-05,
        "suspensionStatus": false,
        "marketDataId": "126.1.AAPL",
        "isPrimaryShare1031": true,
        "investmentPrimaryIssuer": true
      },
      "symbol": "AAPL",
      "idType": "SYMBOL",
      "id": "AAPL"
    }
  ]
}

承認

token
string
query
必須

クエリパラメータ

symbols
string
必須

カンマ区切りのシンボル一覧(例:AAPL, MSFT)

asOf
string

このパラメータで指定した日付以降の結果を返します (YYYY-MM-DD)

period
string

返される結果の時間範囲を指定します(例:Q1, 2023)

reportType
string

レポート種別: TTM(直近12か月)、A(当初報告値)、R(修正後数値)、P(速報・暫定発表)

レスポンス

株式クラスのデータ

The response is of type string.