cURL
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" } ] }
シェアクラスプロファイル情報を取得し、シェアクラスの特性および関連メタデータの詳細を提供します。
Documentation IndexFetch the complete documentation index at: https://benzinga-2-locadex-parallel-main.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://benzinga-2-locadex-parallel-main.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
カンマ区切りのシンボル一覧(例:AAPL, MSFT)
このパラメータで指定した日付以降の結果を返します (YYYY-MM-DD)
返される結果の会計期間を指定します(例: Q1, 2023)
レポート種別: TTM(直近12か月)、A(当初報告値)、R(修正後値)、P(速報値/暫定値)
株式クラスのプロファイル情報
The response is of type string.
string
このページは役に立ちましたか?