メインコンテンツへスキップ
GET
/
api
/
v2.1
/
fundamentals
/
company
企業財務データ V2.1
curl --request GET \
  --url 'https://api.example.com/api/v2.1/fundamentals/company?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
      },
      "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
      },
      "symbol": "AAPL",
      "idType": "SYMBOL",
      "id": "AAPL"
    }
  ]
}

承認

token
string
query
必須

クエリパラメータ

symbols
string
必須

カンマ区切りの株式のtickerシンボル一覧(例: 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.