{
  "version": "3",
  "base": "https://the-shashi.com",
  "endpoints": [
    {
      "id": "companies",
      "path": "/api/companies.json",
      "label": "全社一覧 + 公開エンドポイント目録",
      "description": "公開エントリポイント。エンドポイント目録 + 全公開企業の最小インデックス（stock_code / name / industry / industry_detail）",
      "scope": "global",
      "format": "json",
      "method": "GET"
    },
    {
      "id": "manifest",
      "path": "/api/{stock_code}/manifest.json",
      "label": "リソース目録 + プロファイル",
      "description": "会社プロファイル（社名/業種/上場日/カラー等）とリソース目録",
      "scope": "company",
      "format": "json",
      "method": "GET"
    },
    {
      "id": "history",
      "path": "/api/{stock_code}/history.json",
      "label": "歴史概略",
      "description": "章立て歴史エッセイ + サマリー + 筆者所感 + 直近の動向と展望 + 出典・引用",
      "scope": "company",
      "format": "json",
      "method": "GET"
    },
    {
      "id": "timeline",
      "path": "/api/{stock_code}/timeline.json",
      "label": "沿革",
      "description": "沿革年表 + 経営判断カード",
      "scope": "company",
      "format": "json",
      "method": "GET"
    },
    {
      "id": "executives",
      "path": "/api/{stock_code}/executives.json",
      "label": "役員",
      "description": "役員データ全件（経歴・専門性・報酬）+ 歴代経営者",
      "scope": "company",
      "format": "json",
      "method": "GET"
    },
    {
      "id": "shareholders",
      "path": "/api/{stock_code}/shareholders.json",
      "label": "大株主",
      "description": "大株主データ（FY×rank、長期株主含む）",
      "scope": "company",
      "format": "json",
      "method": "GET"
    },
    {
      "id": "financials",
      "path": "/api/{stock_code}/financials.json",
      "label": "財務三表",
      "description": "FY01以降の純粋 PL/BS/CF",
      "scope": "company",
      "format": "json",
      "method": "GET"
    },
    {
      "id": "financials-longterm",
      "path": "/api/{stock_code}/financials-longterm.json",
      "label": "長期業績",
      "description": "創業〜現在の長期業績時系列（売上・利益・従業員）",
      "scope": "company",
      "format": "json",
      "method": "GET"
    },
    {
      "id": "segments",
      "path": "/api/{stock_code}/segments.json",
      "label": "事業セグメント",
      "description": "事業セグメント別の財務データ",
      "scope": "company",
      "format": "json",
      "method": "GET"
    },
    {
      "id": "regions",
      "path": "/api/{stock_code}/regions.json",
      "label": "地域別売上",
      "description": "地域別売上",
      "scope": "company",
      "format": "json",
      "method": "GET"
    },
    {
      "id": "workforce",
      "path": "/api/{stock_code}/workforce.json",
      "label": "従業員",
      "description": "従業員データ（人数・年収・平均年齢）",
      "scope": "company",
      "format": "json",
      "method": "GET"
    },
    {
      "id": "financials-csv",
      "path": "/api/{stock_code}/financials.csv",
      "label": "財務 CSV",
      "description": "財務年次データ CSV（参考用・JSON 推奨）",
      "scope": "company",
      "format": "csv",
      "method": "GET"
    },
    {
      "id": "financials-history-csv",
      "path": "/api/{stock_code}/financials_history.csv",
      "label": "長期業績 CSV",
      "description": "長期業績 CSV（参考用・JSON 推奨）",
      "scope": "company",
      "format": "csv",
      "method": "GET"
    },
    {
      "id": "segments-csv",
      "path": "/api/{stock_code}/segments.csv",
      "label": "セグメント CSV",
      "description": "セグメント CSV（参考用・JSON 推奨）",
      "scope": "company",
      "format": "csv",
      "method": "GET"
    }
  ],
  "contents": [
    {
      "stock_code": "1332",
      "name": "ニッスイ",
      "industry": "food",
      "industry_detail": "food_marine"
    },
    {
      "stock_code": "1414",
      "name": "ショーボンドホールディングス",
      "industry": "construction",
      "industry_detail": "const_special"
    },
    {
      "stock_code": "1419",
      "name": "タマホーム",
      "industry": "construction",
      "industry_detail": "const_house"
    },
    {
      "stock_code": "1518",
      "name": "三井松島ホールディングス",
      "industry": "metal",
      "industry_detail": null
    },
    {
      "stock_code": "1605",
      "name": "INPEX",
      "industry": "chemical",
      "industry_detail": "chem_oil"
    },
    {
      "stock_code": "1662",
      "name": "石油資源開発",
      "industry": "energy",
      "industry_detail": "energy_oil"
    },
    {
      "stock_code": "1719",
      "name": "安藤・間",
      "industry": "construction",
      "industry_detail": "const_major_non_super"
    },
    {
      "stock_code": "1721",
      "name": "コムシスホールディングス",
      "industry": "construction",
      "industry_detail": "const_electrical"
    },
    {
      "stock_code": "1801",
      "name": "大成建設",
      "industry": "construction",
      "industry_detail": "const_general"
    },
    {
      "stock_code": "1802",
      "name": "大林組",
      "industry": "construction",
      "industry_detail": "const_general"
    },
    {
      "stock_code": "1803",
      "name": "清水建設",
      "industry": "construction",
      "industry_detail": "const_general"
    },
    {
      "stock_code": "1808",
      "name": "長谷工コーポレーション",
      "industry": "construction",
      "industry_detail": "const_major_non_super"
    },
    {
      "stock_code": "1812",
      "name": "鹿島建設",
      "industry": "construction",
      "industry_detail": "const_general"
    },
    {
      "stock_code": "1878",
      "name": "大東建託",
      "industry": "real_estate",
      "industry_detail": "re_asset_management"
    },
    {
      "stock_code": "1911",
      "name": "住友林業",
      "industry": "construction",
      "industry_detail": "const_house"
    },
    {
      "stock_code": "1925",
      "name": "大和ハウス工業",
      "industry": "construction",
      "industry_detail": "const_house"
    },
    {
      "stock_code": "1928",
      "name": "積水ハウス",
      "industry": "construction",
      "industry_detail": "const_house"
    },
    {
      "stock_code": "1942",
      "name": "関電工",
      "industry": "construction",
      "industry_detail": "const_electrical"
    },
    {
      "stock_code": "1951",
      "name": "エクシオグループ",
      "industry": "construction",
      "industry_detail": "const_electrical"
    },
    {
      "stock_code": "1959",
      "name": "クラフティア",
      "industry": "construction",
      "industry_detail": "const_electrical"
    },
    {
      "stock_code": "1963",
      "name": "日揮ホールディングス",
      "industry": "heavy",
      "industry_detail": null
    },
    {
      "stock_code": "1969",
      "name": "高砂熱学工業",
      "industry": "construction",
      "industry_detail": "const_special"
    },
    {
      "stock_code": "2002",
      "name": "日清製粉グループ本社",
      "industry": "food",
      "industry_detail": null
    },
    {
      "stock_code": "2124",
      "name": "ジェイエイシーリクルートメント",
      "industry": "service",
      "industry_detail": "service_hr"
    },
    {
      "stock_code": "2127",
      "name": "日本M&Aセンター",
      "industry": "service",
      "industry_detail": null
    },
    {
      "stock_code": "2154",
      "name": "オープンアップグループ",
      "industry": "service",
      "industry_detail": "service_hr"
    },
    {
      "stock_code": "2168",
      "name": "パソナグループ",
      "industry": "service",
      "industry_detail": "service_hr"
    },
    {
      "stock_code": "2181",
      "name": "パーソルホールディングス",
      "industry": "service",
      "industry_detail": "service_hr"
    },
    {
      "stock_code": "2193",
      "name": "クックパッド",
      "industry": "it",
      "industry_detail": null
    },
    {
      "stock_code": "2201",
      "name": "森永製菓",
      "industry": "food",
      "industry_detail": "food_confectionery"
    },
    {
      "stock_code": "2222",
      "name": "寿スピリッツ",
      "industry": "food",
      "industry_detail": "food_confectionery"
    },
    {
      "stock_code": "2229",
      "name": "カルビー",
      "industry": "food",
      "industry_detail": "food_confectionery"
    },
    {
      "stock_code": "2264",
      "name": "森永乳業",
      "industry": "food",
      "industry_detail": "food_dairy"
    },
    {
      "stock_code": "2267",
      "name": "ヤクルト本社",
      "industry": "food",
      "industry_detail": "food_softdrink"
    },
    {
      "stock_code": "2269",
      "name": "明治ホールディングス",
      "industry": "food",
      "industry_detail": "food_dairy"
    },
    {
      "stock_code": "2282",
      "name": "日本ハム",
      "industry": "food",
      "industry_detail": "food_meat"
    },
    {
      "stock_code": "2292",
      "name": "S Foods",
      "industry": "food",
      "industry_detail": "food_meat"
    },
    {
      "stock_code": "2317",
      "name": "システナ",
      "industry": "it",
      "industry_detail": "it_sier"
    },
    {
      "stock_code": "2327",
      "name": "日鉄ソリューションズ",
      "industry": "it",
      "industry_detail": "it_sier"
    },
    {
      "stock_code": "2371",
      "name": "カカクコム",
      "industry": "it",
      "industry_detail": null
    },
    {
      "stock_code": "2379",
      "name": "ディップ",
      "industry": "media",
      "industry_detail": null
    },
    {
      "stock_code": "2384",
      "name": "SBSホールディングス",
      "industry": "transport",
      "industry_detail": "tp_logistics"
    },
    {
      "stock_code": "2413",
      "name": "エムスリー",
      "industry": "pharma",
      "industry_detail": null
    },
    {
      "stock_code": "2432",
      "name": "DeNA",
      "industry": "it",
      "industry_detail": "it_game"
    },
    {
      "stock_code": "2501",
      "name": "サッポロビール",
      "industry": "food",
      "industry_detail": "food_beer"
    },
    {
      "stock_code": "2502",
      "name": "アサヒグループHD",
      "industry": "food",
      "industry_detail": "food_beer"
    },
    {
      "stock_code": "2503",
      "name": "キリンHD",
      "industry": "food",
      "industry_detail": "food_beer"
    },
    {
      "stock_code": "2531",
      "name": "宝ホールディングス",
      "industry": "food",
      "industry_detail": null
    },
    {
      "stock_code": "2587",
      "name": "サントリービバレッジ&フード",
      "industry": "food",
      "industry_detail": "food_softdrink"
    },
    {
      "stock_code": "2607",
      "name": "不二製油",
      "industry": "food",
      "industry_detail": null
    },
    {
      "stock_code": "2670",
      "name": "ABCマート",
      "industry": "retail",
      "industry_detail": "retail_shoes"
    },
    {
      "stock_code": "2678",
      "name": "アスクル",
      "industry": "retail",
      "industry_detail": null
    },
    {
      "stock_code": "2685",
      "name": "アンドエスティHD",
      "industry": "retail",
      "industry_detail": "retail_apparel"
    },
    {
      "stock_code": "2702",
      "name": "日本マクドナルド",
      "industry": "service",
      "industry_detail": "service_restaurant"
    },
    {
      "stock_code": "2726",
      "name": "パルグループホールディングス",
      "industry": "retail",
      "industry_detail": "retail_apparel"
    },
    {
      "stock_code": "2760",
      "name": "東京エレクトロンデバイス",
      "industry": "electronics",
      "industry_detail": "elec_trading"
    },
    {
      "stock_code": "2767",
      "name": "円谷フィールズホールディングス",
      "industry": "media",
      "industry_detail": "media_pachinko"
    },
    {
      "stock_code": "2768",
      "name": "双日",
      "industry": "trading",
      "industry_detail": "trading_sogo_mid"
    },
    {
      "stock_code": "2782",
      "name": "セリア",
      "industry": "retail",
      "industry_detail": null
    },
    {
      "stock_code": "2801",
      "name": "キッコーマン",
      "industry": "food",
      "industry_detail": "food_seasoning"
    },
    {
      "stock_code": "2802",
      "name": "味の素",
      "industry": "food",
      "industry_detail": "food_seasoning"
    },
    {
      "stock_code": "2804",
      "name": "ブルドックソース",
      "industry": "food",
      "industry_detail": "food_seasoning"
    },
    {
      "stock_code": "2810",
      "name": "ハウス食品グループ本社",
      "industry": "food",
      "industry_detail": "food_seasoning"
    },
    {
      "stock_code": "2811",
      "name": "カゴメ",
      "industry": "food",
      "industry_detail": "food_seasoning"
    },
    {
      "stock_code": "2815",
      "name": "アリアケジャパン",
      "industry": "food",
      "industry_detail": "food_seasoning"
    },
    {
      "stock_code": "2819",
      "name": "エバラ食品工業",
      "industry": "food",
      "industry_detail": "food_seasoning"
    },
    {
      "stock_code": "2831",
      "name": "はごろもフーズ",
      "industry": "food",
      "industry_detail": "food_marine"
    },
    {
      "stock_code": "2871",
      "name": "ニチレイ",
      "industry": "food",
      "industry_detail": null
    },
    {
      "stock_code": "2875",
      "name": "東洋水産",
      "industry": "food",
      "industry_detail": "food_instant_noodle"
    },
    {
      "stock_code": "2897",
      "name": "日清食品ホールディングス",
      "industry": "food",
      "industry_detail": "food_instant_noodle"
    },
    {
      "stock_code": "2914",
      "name": "JT",
      "industry": "food",
      "industry_detail": null
    },
    {
      "stock_code": "2930",
      "name": "北の達人コーポレーション",
      "industry": "food",
      "industry_detail": null
    },
    {
      "stock_code": "3001",
      "name": "片倉工業",
      "industry": "other",
      "industry_detail": null
    },
    {
      "stock_code": "3003",
      "name": "ヒューリック",
      "industry": "real_estate",
      "industry_detail": "re_developer"
    },
    {
      "stock_code": "3038",
      "name": "神戸物産",
      "industry": "retail",
      "industry_detail": "retail_supermarket"
    },
    {
      "stock_code": "3048",
      "name": "ビックカメラ",
      "industry": "retail",
      "industry_detail": "retail_consumer_electronics"
    },
    {
      "stock_code": "3064",
      "name": "MonotaRO",
      "industry": "wholesale",
      "industry_detail": null
    },
    {
      "stock_code": "3086",
      "name": "J.フロント リテイリング",
      "industry": "retail",
      "industry_detail": "retail_department_store"
    },
    {
      "stock_code": "3088",
      "name": "マツキヨココカラ&カンパニー",
      "industry": "retail",
      "industry_detail": "retail_drugstore"
    },
    {
      "stock_code": "3092",
      "name": "ZOZO",
      "industry": "it",
      "industry_detail": "it_platform"
    },
    {
      "stock_code": "3099",
      "name": "三越伊勢丹ホールディングス",
      "industry": "retail",
      "industry_detail": "retail_department_store"
    },
    {
      "stock_code": "3101",
      "name": "東洋紡",
      "industry": "chemical",
      "industry_detail": "chem_fiber"
    },
    {
      "stock_code": "3102",
      "name": "鐘紡",
      "industry": "chemical",
      "industry_detail": "chem_fiber"
    },
    {
      "stock_code": "3103",
      "name": "ユニチカ",
      "industry": "chemical",
      "industry_detail": "chem_fiber"
    },
    {
      "stock_code": "3104",
      "name": "富士紡ホールディングス",
      "industry": "chemical",
      "industry_detail": "chem_fiber"
    },
    {
      "stock_code": "3105",
      "name": "日清紡ホールディングス",
      "industry": "chemical",
      "industry_detail": "chem_fiber"
    },
    {
      "stock_code": "3106",
      "name": "倉敷紡績",
      "industry": "chemical",
      "industry_detail": "chem_fiber"
    },
    {
      "stock_code": "3107",
      "name": "ダイワボウホールディングス",
      "industry": "it",
      "industry_detail": null
    },
    {
      "stock_code": "3110",
      "name": "日東紡績",
      "industry": "chemical",
      "industry_detail": "chem_fiber"
    },
    {
      "stock_code": "3116",
      "name": "トヨタ紡織",
      "industry": "auto_parts",
      "industry_detail": null
    },
    {
      "stock_code": "3132",
      "name": "マクニカホールディングス",
      "industry": "semiconductor",
      "industry_detail": null
    },
    {
      "stock_code": "3148",
      "name": "クリエイトSDホールディングス",
      "industry": "retail",
      "industry_detail": "retail_drugstore"
    },
    {
      "stock_code": "3186",
      "name": "ネクステージ",
      "industry": "retail",
      "industry_detail": "retail_used_car"
    },
    {
      "stock_code": "3201",
      "name": "日本毛織",
      "industry": "chemical",
      "industry_detail": "chem_fiber"
    },
    {
      "stock_code": "3231",
      "name": "野村不動産ホールディングス",
      "industry": "real_estate",
      "industry_detail": "re_developer"
    },
    {
      "stock_code": "3288",
      "name": "オープンハウスグループ",
      "industry": "real_estate",
      "industry_detail": "re_house_distribution"
    },
    {
      "stock_code": "3289",
      "name": "東急不動産ホールディングス",
      "industry": "real_estate",
      "industry_detail": "re_developer"
    },
    {
      "stock_code": "3291",
      "name": "飯田グループホールディングス",
      "industry": "real_estate",
      "industry_detail": "re_house_distribution"
    },
    {
      "stock_code": "3302",
      "name": "帝国繊維",
      "industry": "chemical",
      "industry_detail": "chem_fiber"
    },
    {
      "stock_code": "3349",
      "name": "コスモス薬品",
      "industry": "retail",
      "industry_detail": "retail_drugstore"
    },
    {
      "stock_code": "3360",
      "name": "シップヘルスケアホールディングス",
      "industry": "service",
      "industry_detail": "service_healthcare"
    },
    {
      "stock_code": "3382",
      "name": "セブン&アイHD",
      "industry": "retail",
      "industry_detail": "retail_general_merchant"
    },
    {
      "stock_code": "3391",
      "name": "ツルハホールディングス",
      "industry": "retail",
      "industry_detail": "retail_drugstore"
    },
    {
      "stock_code": "3401",
      "name": "帝人",
      "industry": "chemical",
      "industry_detail": "chem_fiber"
    },
    {
      "stock_code": "3402",
      "name": "東レ",
      "industry": "chemical",
      "industry_detail": "chem_fiber"
    },
    {
      "stock_code": "3405",
      "name": "クラレ",
      "industry": "chemical",
      "industry_detail": "chem_fiber"
    },
    {
      "stock_code": "3407",
      "name": "旭化成",
      "industry": "chemical",
      "industry_detail": "chem_fiber"
    },
    {
      "stock_code": "3415",
      "name": "TOKYO BASE",
      "industry": "retail",
      "industry_detail": "retail_apparel"
    },
    {
      "stock_code": "3436",
      "name": "SUMCO",
      "industry": "semiconductor",
      "industry_detail": "semi_material"
    },
    {
      "stock_code": "3465",
      "name": "ケイアイスター不動産",
      "industry": "real_estate",
      "industry_detail": "re_house_distribution"
    },
    {
      "stock_code": "3549",
      "name": "クスリのアオキホールディングス",
      "industry": "retail",
      "industry_detail": "retail_drugstore"
    },
    {
      "stock_code": "3563",
      "name": "FOOD&LIFECOMPANIES",
      "industry": "service",
      "industry_detail": "service_restaurant"
    },
    {
      "stock_code": "3569",
      "name": "セーレン",
      "industry": "chemical",
      "industry_detail": "chem_fiber"
    },
    {
      "stock_code": "3612",
      "name": "ワールド",
      "industry": "retail",
      "industry_detail": "retail_apparel"
    },
    {
      "stock_code": "3626",
      "name": "TIS",
      "industry": "it",
      "industry_detail": "it_sier"
    },
    {
      "stock_code": "3635",
      "name": "コーエーテクモホールディングス",
      "industry": "it",
      "industry_detail": "it_game"
    },
    {
      "stock_code": "3659",
      "name": "ネクソン",
      "industry": "it",
      "industry_detail": "it_game"
    },
    {
      "stock_code": "3697",
      "name": "SHIFT",
      "industry": "it",
      "industry_detail": "it_sier"
    },
    {
      "stock_code": "3765",
      "name": "ガンホー・オンライン・エンターテイメント",
      "industry": "it",
      "industry_detail": "it_game"
    },
    {
      "stock_code": "3769",
      "name": "GMOペイメントゲートウェイ",
      "industry": "finance",
      "industry_detail": null
    },
    {
      "stock_code": "3774",
      "name": "インターネットイニシアティブ",
      "industry": "it",
      "industry_detail": "it_isp"
    },
    {
      "stock_code": "3861",
      "name": "王子ホールディングス",
      "industry": "chemical",
      "industry_detail": "chem_paper"
    },
    {
      "stock_code": "3865",
      "name": "北越コーポレーション",
      "industry": "chemical",
      "industry_detail": "chem_paper"
    },
    {
      "stock_code": "3923",
      "name": "ラクス",
      "industry": "it",
      "industry_detail": "it_software"
    },
    {
      "stock_code": "3941",
      "name": "レンゴー",
      "industry": "chemical",
      "industry_detail": "chem_paper"
    },
    {
      "stock_code": "4004",
      "name": "レゾナックHD",
      "industry": "chemical",
      "industry_detail": "chem_diversified"
    },
    {
      "stock_code": "4005",
      "name": "住友化学",
      "industry": "chemical",
      "industry_detail": "chem_diversified"
    },
    {
      "stock_code": "4021",
      "name": "日産化学",
      "industry": "chemical",
      "industry_detail": "chem_specialty"
    },
    {
      "stock_code": "4042",
      "name": "東ソー",
      "industry": "chemical",
      "industry_detail": "chem_diversified"
    },
    {
      "stock_code": "4043",
      "name": "トクヤマ",
      "industry": "chemical",
      "industry_detail": "chem_diversified"
    },
    {
      "stock_code": "4061",
      "name": "デンカ",
      "industry": "chemical",
      "industry_detail": "chem_diversified"
    },
    {
      "stock_code": "4062",
      "name": "イビデン",
      "industry": "semiconductor",
      "industry_detail": "semi_material"
    },
    {
      "stock_code": "4063",
      "name": "信越化学工業",
      "industry": "chemical",
      "industry_detail": "chem_diversified"
    },
    {
      "stock_code": "4088",
      "name": "エア・ウォーター",
      "industry": "chemical",
      "industry_detail": "chem_gas"
    },
    {
      "stock_code": "4091",
      "name": "日本酸素ホールディングス",
      "industry": "chemical",
      "industry_detail": "chem_gas"
    },
    {
      "stock_code": "4114",
      "name": "日本触媒",
      "industry": "chemical",
      "industry_detail": "chem_specialty"
    },
    {
      "stock_code": "4151",
      "name": "協和キリン",
      "industry": "pharma",
      "industry_detail": "pharma_biotech"
    },
    {
      "stock_code": "417A",
      "name": "ブルーゾーンホールディングス",
      "industry": "retail",
      "industry_detail": null
    },
    {
      "stock_code": "4182",
      "name": "三菱瓦斯化学",
      "industry": "chemical",
      "industry_detail": "chem_specialty"
    },
    {
      "stock_code": "4183",
      "name": "三井化学",
      "industry": "chemical",
      "industry_detail": "chem_diversified"
    },
    {
      "stock_code": "4186",
      "name": "東京応化工業",
      "industry": "material",
      "industry_detail": null
    },
    {
      "stock_code": "4188",
      "name": "三菱ケミカルグループ",
      "industry": "chemical",
      "industry_detail": "chem_diversified"
    },
    {
      "stock_code": "4194",
      "name": "ビジョナル",
      "industry": "it",
      "industry_detail": null
    },
    {
      "stock_code": "4202",
      "name": "ダイセル",
      "industry": "chemical",
      "industry_detail": "chem_diversified"
    },
    {
      "stock_code": "4203",
      "name": "住友ベークライト",
      "industry": "chemical",
      "industry_detail": "chem_specialty"
    },
    {
      "stock_code": "4204",
      "name": "積水化学工業",
      "industry": "chemical",
      "industry_detail": "chem_diversified"
    },
    {
      "stock_code": "4208",
      "name": "UBE",
      "industry": "chemical",
      "industry_detail": "chem_diversified"
    },
    {
      "stock_code": "4307",
      "name": "野村総合研究所",
      "industry": "it",
      "industry_detail": "it_sier"
    },
    {
      "stock_code": "4324",
      "name": "電通グループ",
      "industry": "service",
      "industry_detail": null
    },
    {
      "stock_code": "4385",
      "name": "メルカリ",
      "industry": "it",
      "industry_detail": "it_platform"
    },
    {
      "stock_code": "4401",
      "name": "ADEKA",
      "industry": "chemical",
      "industry_detail": "chem_specialty"
    },
    {
      "stock_code": "4403",
      "name": "日油",
      "industry": "chemical",
      "industry_detail": "chem_specialty"
    },
    {
      "stock_code": "4452",
      "name": "花王",
      "industry": "retail",
      "industry_detail": "retail_cosmetics"
    },
    {
      "stock_code": "4502",
      "name": "武田薬品工業",
      "industry": "pharma",
      "industry_detail": "pharma_innovator"
    },
    {
      "stock_code": "4503",
      "name": "アステラス製薬",
      "industry": "pharma",
      "industry_detail": "pharma_innovator"
    },
    {
      "stock_code": "4506",
      "name": "住友ファーマ",
      "industry": "pharma",
      "industry_detail": "pharma_innovator"
    },
    {
      "stock_code": "4507",
      "name": "塩野義製薬",
      "industry": "pharma",
      "industry_detail": "pharma_innovator"
    },
    {
      "stock_code": "4516",
      "name": "日本新薬",
      "industry": "pharma",
      "industry_detail": "pharma_specialty"
    },
    {
      "stock_code": "4519",
      "name": "中外製薬",
      "industry": "pharma",
      "industry_detail": "pharma_innovator"
    },
    {
      "stock_code": "4523",
      "name": "エーザイ",
      "industry": "pharma",
      "industry_detail": "pharma_innovator"
    },
    {
      "stock_code": "4527",
      "name": "ロート製薬",
      "industry": "pharma",
      "industry_detail": "pharma_otc"
    },
    {
      "stock_code": "4528",
      "name": "小野薬品工業",
      "industry": "pharma",
      "industry_detail": "pharma_specialty"
    },
    {
      "stock_code": "4543",
      "name": "テルモ",
      "industry": "pharma",
      "industry_detail": "pharma_medical_device"
    },
    {
      "stock_code": "4568",
      "name": "第一三共",
      "industry": "pharma",
      "industry_detail": "pharma_innovator"
    },
    {
      "stock_code": "4578",
      "name": "大塚HD",
      "industry": "pharma",
      "industry_detail": "pharma_innovator"
    },
    {
      "stock_code": "4587",
      "name": "ペプチドリーム",
      "industry": "pharma",
      "industry_detail": "pharma_biotech"
    },
    {
      "stock_code": "4612",
      "name": "日本ペイント",
      "industry": "chemical",
      "industry_detail": "chem_paint"
    },
    {
      "stock_code": "4613",
      "name": "関西ペイント",
      "industry": "chemical",
      "industry_detail": "chem_paint"
    },
    {
      "stock_code": "4626",
      "name": "太陽ホールディングス",
      "industry": "chemical",
      "industry_detail": null
    },
    {
      "stock_code": "4661",
      "name": "オリエンタルランド",
      "industry": "service",
      "industry_detail": "service_entertainment_facility"
    },
    {
      "stock_code": "4666",
      "name": "パーク24",
      "industry": "service",
      "industry_detail": null
    },
    {
      "stock_code": "4680",
      "name": "ラウンドワン",
      "industry": "service",
      "industry_detail": "service_entertainment_facility"
    },
    {
      "stock_code": "4681",
      "name": "リゾートトラスト",
      "industry": "service",
      "industry_detail": "service_entertainment_facility"
    },
    {
      "stock_code": "4684",
      "name": "オービック",
      "industry": "it",
      "industry_detail": "it_sier"
    },
    {
      "stock_code": "4686",
      "name": "ジャストシステム",
      "industry": "it",
      "industry_detail": "it_software"
    },
    {
      "stock_code": "4689",
      "name": "ヤフー",
      "industry": "it",
      "industry_detail": "it_platform"
    },
    {
      "stock_code": "4704",
      "name": "トレンドマイクロ",
      "industry": "it",
      "industry_detail": null
    },
    {
      "stock_code": "4716",
      "name": "日本オラクル",
      "industry": "it",
      "industry_detail": "it_software"
    },
    {
      "stock_code": "4722",
      "name": "フューチャー",
      "industry": "it",
      "industry_detail": "it_sier"
    },
    {
      "stock_code": "4732",
      "name": "ユー・エス・エス",
      "industry": "service",
      "industry_detail": null
    },
    {
      "stock_code": "4751",
      "name": "サイバーエージェント",
      "industry": "it",
      "industry_detail": "it_platform"
    },
    {
      "stock_code": "4755",
      "name": "楽天グループ",
      "industry": "it",
      "industry_detail": "it_platform"
    },
    {
      "stock_code": "4768",
      "name": "大塚商会",
      "industry": "it",
      "industry_detail": "it_sier"
    },
    {
      "stock_code": "4812",
      "name": "電通総研",
      "industry": "it",
      "industry_detail": "it_sier"
    },
    {
      "stock_code": "4816",
      "name": "東映アニメーション",
      "industry": "media",
      "industry_detail": null
    },
    {
      "stock_code": "4901",
      "name": "富士フイルム",
      "industry": "chemical",
      "industry_detail": "chem_specialty"
    },
    {
      "stock_code": "4902",
      "name": "コニカミノルタ",
      "industry": "machinery",
      "industry_detail": "mach_printer"
    },
    {
      "stock_code": "4911",
      "name": "資生堂",
      "industry": "retail",
      "industry_detail": "retail_cosmetics"
    },
    {
      "stock_code": "4912",
      "name": "ライオン",
      "industry": "chemical",
      "industry_detail": null
    },
    {
      "stock_code": "4927",
      "name": "ポーラ・オルビスホールディングス",
      "industry": "retail",
      "industry_detail": "retail_cosmetics"
    },
    {
      "stock_code": "4967",
      "name": "小林製薬",
      "industry": "pharma",
      "industry_detail": "pharma_otc"
    },
    {
      "stock_code": "4980",
      "name": "デクセリアルズ",
      "industry": "material",
      "industry_detail": null
    },
    {
      "stock_code": "5019",
      "name": "出光興産",
      "industry": "chemical",
      "industry_detail": "chem_oil"
    },
    {
      "stock_code": "5020",
      "name": "ENEOS HD",
      "industry": "chemical",
      "industry_detail": "chem_oil"
    },
    {
      "stock_code": "5021",
      "name": "コスモエネルギーホールディングス",
      "industry": "energy",
      "industry_detail": "energy_oil"
    },
    {
      "stock_code": "5032",
      "name": "ANYCOLOR",
      "industry": "media",
      "industry_detail": null
    },
    {
      "stock_code": "5076",
      "name": "インフロニア・ホールディングス",
      "industry": "construction",
      "industry_detail": "const_major_non_super"
    },
    {
      "stock_code": "5101",
      "name": "横浜ゴム",
      "industry": "machinery",
      "industry_detail": null
    },
    {
      "stock_code": "5105",
      "name": "TOYOTIRE",
      "industry": "automotive",
      "industry_detail": "auto_tire"
    },
    {
      "stock_code": "5108",
      "name": "ブリヂストン",
      "industry": "automotive",
      "industry_detail": "auto_tire"
    },
    {
      "stock_code": "5201",
      "name": "AGC",
      "industry": "metal",
      "industry_detail": "metal_glass"
    },
    {
      "stock_code": "5214",
      "name": "日本電気硝子",
      "industry": "metal",
      "industry_detail": "metal_glass"
    },
    {
      "stock_code": "5233",
      "name": "太平洋セメント",
      "industry": "metal",
      "industry_detail": null
    },
    {
      "stock_code": "5301",
      "name": "東海カーボン",
      "industry": "metal",
      "industry_detail": null
    },
    {
      "stock_code": "5332",
      "name": "TOTO",
      "industry": "metal",
      "industry_detail": null
    },
    {
      "stock_code": "5333",
      "name": "日本ガイシ",
      "industry": "metal",
      "industry_detail": null
    },
    {
      "stock_code": "5334",
      "name": "日本特殊陶業",
      "industry": "automotive",
      "industry_detail": null
    },
    {
      "stock_code": "5344",
      "name": "MARUWA",
      "industry": "electronics",
      "industry_detail": null
    },
    {
      "stock_code": "5393",
      "name": "ニチアス",
      "industry": "material",
      "industry_detail": null
    },
    {
      "stock_code": "5401",
      "name": "日本製鉄",
      "industry": "metal",
      "industry_detail": "metal_steel_integrated"
    },
    {
      "stock_code": "5406",
      "name": "神戸製鋼所",
      "industry": "metal",
      "industry_detail": "metal_steel_integrated"
    },
    {
      "stock_code": "5411",
      "name": "JFEホールディングス",
      "industry": "metal",
      "industry_detail": "metal_steel_integrated"
    },
    {
      "stock_code": "5423",
      "name": "東京製鐵",
      "industry": "metal",
      "industry_detail": "metal_steel_electric"
    },
    {
      "stock_code": "5444",
      "name": "大和工業",
      "industry": "metal",
      "industry_detail": "metal_steel_electric"
    },
    {
      "stock_code": "5471",
      "name": "大同特殊鋼",
      "industry": "metal",
      "industry_detail": "metal_steel_specialty"
    },
    {
      "stock_code": "547A",
      "name": "ムニノバホールディングス",
      "industry": "finance",
      "industry_detail": null
    },
    {
      "stock_code": "5480",
      "name": "日本冶金工業",
      "industry": "metal",
      "industry_detail": "metal_steel_specialty"
    },
    {
      "stock_code": "5631",
      "name": "日本製鋼所",
      "industry": "heavy",
      "industry_detail": "heavy_machinery"
    },
    {
      "stock_code": "5706",
      "name": "三井金属鉱業",
      "industry": "metal",
      "industry_detail": "metal_nonferrous"
    },
    {
      "stock_code": "5711",
      "name": "三菱マテリアル",
      "industry": "metal",
      "industry_detail": "metal_nonferrous"
    },
    {
      "stock_code": "5713",
      "name": "住友金属鉱山",
      "industry": "metal",
      "industry_detail": "metal_nonferrous"
    },
    {
      "stock_code": "5714",
      "name": "DOWA",
      "industry": "metal",
      "industry_detail": "metal_nonferrous"
    },
    {
      "stock_code": "5801",
      "name": "古河電工",
      "industry": "metal",
      "industry_detail": "metal_cable"
    },
    {
      "stock_code": "5802",
      "name": "住友電工",
      "industry": "automotive",
      "industry_detail": null
    },
    {
      "stock_code": "5803",
      "name": "フジクラ",
      "industry": "metal",
      "industry_detail": "metal_cable"
    },
    {
      "stock_code": "5805",
      "name": "SWCC",
      "industry": "metal",
      "industry_detail": "metal_cable"
    },
    {
      "stock_code": "5831",
      "name": "しずおかフィナンシャルグループ",
      "industry": "finance",
      "industry_detail": "fin_regional_bank"
    },
    {
      "stock_code": "5857",
      "name": "AREホールディングス",
      "industry": "other",
      "industry_detail": null
    },
    {
      "stock_code": "5929",
      "name": "三和ホールディングス",
      "industry": "machinery",
      "industry_detail": null
    },
    {
      "stock_code": "5947",
      "name": "リンナイ",
      "industry": "machinery",
      "industry_detail": null
    },
    {
      "stock_code": "5991",
      "name": "日本発條",
      "industry": "auto_parts",
      "industry_detail": null
    },
    {
      "stock_code": "6005",
      "name": "三浦工業",
      "industry": "machinery",
      "industry_detail": null
    },
    {
      "stock_code": "6098",
      "name": "リクルートHD",
      "industry": "service",
      "industry_detail": "service_hr"
    },
    {
      "stock_code": "6101",
      "name": "ツガミ",
      "industry": "machinery",
      "industry_detail": "mach_machine_tool"
    },
    {
      "stock_code": "6103",
      "name": "オークマ",
      "industry": "machinery",
      "industry_detail": "mach_machine_tool"
    },
    {
      "stock_code": "6113",
      "name": "アマダ",
      "industry": "machinery",
      "industry_detail": "mach_machine_tool"
    },
    {
      "stock_code": "6134",
      "name": "FUJI",
      "industry": "machinery",
      "industry_detail": "mach_machine_tool"
    },
    {
      "stock_code": "6141",
      "name": "DMG森精機",
      "industry": "machinery",
      "industry_detail": "mach_machine_tool"
    },
    {
      "stock_code": "6146",
      "name": "ディスコ",
      "industry": "machinery",
      "industry_detail": "mach_semiconductor_equip"
    },
    {
      "stock_code": "6178",
      "name": "日本郵政",
      "industry": "transport",
      "industry_detail": null
    },
    {
      "stock_code": "6201",
      "name": "豊田自動織機",
      "industry": "automotive",
      "industry_detail": null
    },
    {
      "stock_code": "6254",
      "name": "野村マイクロ・サイエンス",
      "industry": "electronics",
      "industry_detail": null
    },
    {
      "stock_code": "6269",
      "name": "三井海洋開発",
      "industry": "machinery",
      "industry_detail": null
    },
    {
      "stock_code": "6273",
      "name": "SMC",
      "industry": "machinery",
      "industry_detail": null
    },
    {
      "stock_code": "6278",
      "name": "ユニオンツール",
      "industry": "machinery",
      "industry_detail": null
    },
    {
      "stock_code": "6301",
      "name": "コマツ",
      "industry": "machinery",
      "industry_detail": "mach_construction"
    },
    {
      "stock_code": "6302",
      "name": "住友重機械工業",
      "industry": "heavy",
      "industry_detail": "heavy_machinery"
    },
    {
      "stock_code": "6305",
      "name": "日立建機",
      "industry": "machinery",
      "industry_detail": "mach_construction"
    },
    {
      "stock_code": "6323",
      "name": "ローツェ",
      "industry": "machinery",
      "industry_detail": "mach_semiconductor_equip"
    },
    {
      "stock_code": "6326",
      "name": "クボタ",
      "industry": "machinery",
      "industry_detail": null
    },
    {
      "stock_code": "6361",
      "name": "荏原製作所",
      "industry": "machinery",
      "industry_detail": null
    },
    {
      "stock_code": "6367",
      "name": "ダイキン",
      "industry": "machinery",
      "industry_detail": null
    },
    {
      "stock_code": "6368",
      "name": "オルガノ",
      "industry": "machinery",
      "industry_detail": null
    },
    {
      "stock_code": "6383",
      "name": "ダイフク",
      "industry": "machinery",
      "industry_detail": null
    },
    {
      "stock_code": "6417",
      "name": "SANKYO",
      "industry": "media",
      "industry_detail": "media_pachinko"
    },
    {
      "stock_code": "6432",
      "name": "竹内製作所",
      "industry": "machinery",
      "industry_detail": "mach_construction"
    },
    {
      "stock_code": "6436",
      "name": "アマノ",
      "industry": "machinery",
      "industry_detail": null
    },
    {
      "stock_code": "6448",
      "name": "ブラザー工業",
      "industry": "machinery",
      "industry_detail": null
    },
    {
      "stock_code": "6460",
      "name": "セガサミーホールディングス",
      "industry": "other",
      "industry_detail": null
    },
    {
      "stock_code": "6465",
      "name": "ホシザキ",
      "industry": "other",
      "industry_detail": null
    },
    {
      "stock_code": "6471",
      "name": "日本精工",
      "industry": "automotive",
      "industry_detail": "auto_bearing"
    },
    {
      "stock_code": "6472",
      "name": "NTN",
      "industry": "automotive",
      "industry_detail": "auto_bearing"
    },
    {
      "stock_code": "6473",
      "name": "ジェイテクト",
      "industry": "automotive",
      "industry_detail": "auto_drivetrain"
    },
    {
      "stock_code": "6479",
      "name": "ミネベアミツミ",
      "industry": "machinery",
      "industry_detail": null
    },
    {
      "stock_code": "6481",
      "name": "THK",
      "industry": "machinery",
      "industry_detail": null
    },
    {
      "stock_code": "6501",
      "name": "日立製作所",
      "industry": "electronics",
      "industry_detail": "elec_general"
    },
    {
      "stock_code": "6503",
      "name": "三菱電機",
      "industry": "electronics",
      "industry_detail": "elec_general"
    },
    {
      "stock_code": "6504",
      "name": "富士電機",
      "industry": "electronics",
      "industry_detail": "elec_general"
    },
    {
      "stock_code": "6506",
      "name": "安川電機",
      "industry": "machinery",
      "industry_detail": "mach_robotics_fa"
    },
    {
      "stock_code": "6526",
      "name": "ソシオネクスト",
      "industry": "semiconductor",
      "industry_detail": "semi_maker"
    },
    {
      "stock_code": "6532",
      "name": "ベイカレント",
      "industry": "other",
      "industry_detail": null
    },
    {
      "stock_code": "6544",
      "name": "ジャパンエレベーターサービスホールディングス",
      "industry": "service",
      "industry_detail": null
    },
    {
      "stock_code": "6586",
      "name": "マキタ",
      "industry": "machinery",
      "industry_detail": null
    },
    {
      "stock_code": "6590",
      "name": "芝浦メカトロニクス",
      "industry": "machinery",
      "industry_detail": "mach_semiconductor_equip"
    },
    {
      "stock_code": "6594",
      "name": "ニデック",
      "industry": "semiconductor",
      "industry_detail": null
    },
    {
      "stock_code": "6632",
      "name": "JVCケンウッド",
      "industry": "electronics",
      "industry_detail": "elec_audio_video"
    },
    {
      "stock_code": "6645",
      "name": "オムロン",
      "industry": "machinery",
      "industry_detail": "mach_robotics_fa"
    },
    {
      "stock_code": "6670",
      "name": "MCJ",
      "industry": "electronics",
      "industry_detail": null
    },
    {
      "stock_code": "6674",
      "name": "GSユアサ",
      "industry": "electronics",
      "industry_detail": null
    },
    {
      "stock_code": "6701",
      "name": "NEC",
      "industry": "electronics",
      "industry_detail": "elec_general"
    },
    {
      "stock_code": "6702",
      "name": "富士通",
      "industry": "it",
      "industry_detail": "it_sier"
    },
    {
      "stock_code": "6707",
      "name": "サンケン電気",
      "industry": "electronics",
      "industry_detail": null
    },
    {
      "stock_code": "6723",
      "name": "ルネサスエレクトロニクス",
      "industry": "semiconductor",
      "industry_detail": "semi_maker"
    },
    {
      "stock_code": "6724",
      "name": "セイコーエプソン",
      "industry": "machinery",
      "industry_detail": "mach_printer"
    },
    {
      "stock_code": "6728",
      "name": "アルバック",
      "industry": "electronics",
      "industry_detail": null
    },
    {
      "stock_code": "6752",
      "name": "パナソニック",
      "industry": "electronics",
      "industry_detail": "elec_general"
    },
    {
      "stock_code": "6753",
      "name": "シャープ",
      "industry": "electronics",
      "industry_detail": "elec_general"
    },
    {
      "stock_code": "6754",
      "name": "アンリツ",
      "industry": "electronics",
      "industry_detail": null
    },
    {
      "stock_code": "6758",
      "name": "ソニー",
      "industry": "electronics",
      "industry_detail": "elec_general"
    },
    {
      "stock_code": "6762",
      "name": "TDK",
      "industry": "machinery",
      "industry_detail": "mach_electronic_components"
    },
    {
      "stock_code": "6764",
      "name": "三洋電機",
      "industry": "electronics",
      "industry_detail": "elec_general"
    },
    {
      "stock_code": "6770",
      "name": "アルプスアルパイン",
      "industry": "machinery",
      "industry_detail": "mach_electronic_components"
    },
    {
      "stock_code": "6773",
      "name": "パイオニア",
      "industry": "electronics",
      "industry_detail": "elec_audio_video"
    },
    {
      "stock_code": "6787",
      "name": "メイコー",
      "industry": "electronics",
      "industry_detail": null
    },
    {
      "stock_code": "6792",
      "name": "日本ビクター",
      "industry": "electronics",
      "industry_detail": "elec_audio_video"
    },
    {
      "stock_code": "6802",
      "name": "赤井電機",
      "industry": "electronics",
      "industry_detail": "elec_audio_video"
    },
    {
      "stock_code": "6806",
      "name": "ヒロセ電機",
      "industry": "electronics",
      "industry_detail": null
    },
    {
      "stock_code": "6841",
      "name": "横河電機",
      "industry": "machinery",
      "industry_detail": "mach_measurement"
    },
    {
      "stock_code": "6845",
      "name": "アズビル",
      "industry": "machinery",
      "industry_detail": "mach_measurement"
    },
    {
      "stock_code": "6849",
      "name": "日本光電工業",
      "industry": "machinery",
      "industry_detail": null
    },
    {
      "stock_code": "6856",
      "name": "堀場製作所",
      "industry": "machinery",
      "industry_detail": "mach_measurement"
    },
    {
      "stock_code": "6857",
      "name": "アドバンテスト",
      "industry": "semiconductor",
      "industry_detail": "semi_equipment"
    },
    {
      "stock_code": "6861",
      "name": "キーエンス",
      "industry": "service",
      "industry_detail": null
    },
    {
      "stock_code": "6869",
      "name": "シスメックス",
      "industry": "electronics",
      "industry_detail": null
    },
    {
      "stock_code": "6902",
      "name": "デンソー",
      "industry": "automotive",
      "industry_detail": null
    },
    {
      "stock_code": "6920",
      "name": "レーザーテック",
      "industry": "electronics",
      "industry_detail": null
    },
    {
      "stock_code": "6951",
      "name": "日本電子",
      "industry": "electronics",
      "industry_detail": null
    },
    {
      "stock_code": "6952",
      "name": "カシオ計算機",
      "industry": "electronics",
      "industry_detail": null
    },
    {
      "stock_code": "6954",
      "name": "ファナック",
      "industry": "machinery",
      "industry_detail": "mach_robotics_fa"
    },
    {
      "stock_code": "6963",
      "name": "ローム",
      "industry": "semiconductor",
      "industry_detail": "semi_maker"
    },
    {
      "stock_code": "6965",
      "name": "浜松ホトニクス",
      "industry": "electronics",
      "industry_detail": null
    },
    {
      "stock_code": "6966",
      "name": "三井ハイテック",
      "industry": "electronics",
      "industry_detail": null
    },
    {
      "stock_code": "6971",
      "name": "京セラ",
      "industry": "semiconductor",
      "industry_detail": null
    },
    {
      "stock_code": "6976",
      "name": "太陽誘電",
      "industry": "machinery",
      "industry_detail": "mach_electronic_components"
    },
    {
      "stock_code": "6981",
      "name": "村田製作所",
      "industry": "machinery",
      "industry_detail": "mach_electronic_components"
    },
    {
      "stock_code": "6988",
      "name": "日東電工",
      "industry": "chemical",
      "industry_detail": "chem_specialty"
    },
    {
      "stock_code": "7003",
      "name": "三井E&S",
      "industry": "heavy",
      "industry_detail": "heavy_shipbuilding"
    },
    {
      "stock_code": "7004",
      "name": "カナデビア",
      "industry": "heavy",
      "industry_detail": null
    },
    {
      "stock_code": "7011",
      "name": "三菱重工業",
      "industry": "heavy",
      "industry_detail": "heavy_general"
    },
    {
      "stock_code": "7012",
      "name": "川崎重工業",
      "industry": "heavy",
      "industry_detail": "heavy_general"
    },
    {
      "stock_code": "7013",
      "name": "IHI",
      "industry": "heavy",
      "industry_detail": "heavy_general"
    },
    {
      "stock_code": "7014",
      "name": "名村造船所",
      "industry": "heavy",
      "industry_detail": "heavy_shipbuilding"
    },
    {
      "stock_code": "7148",
      "name": "FPG",
      "industry": "finance",
      "industry_detail": null
    },
    {
      "stock_code": "7164",
      "name": "全国保証",
      "industry": "finance",
      "industry_detail": null
    },
    {
      "stock_code": "7167",
      "name": "めぶきフィナンシャルグループ",
      "industry": "finance",
      "industry_detail": "fin_regional_bank"
    },
    {
      "stock_code": "7186",
      "name": "横浜フィナンシャルグループ",
      "industry": "finance",
      "industry_detail": "fin_regional_bank"
    },
    {
      "stock_code": "7201",
      "name": "日産自動車",
      "industry": "automotive",
      "industry_detail": "auto_passenger"
    },
    {
      "stock_code": "7202",
      "name": "いすゞ自動車",
      "industry": "automotive",
      "industry_detail": "auto_truck"
    },
    {
      "stock_code": "7203",
      "name": "トヨタ自動車",
      "industry": "automotive",
      "industry_detail": "auto_passenger"
    },
    {
      "stock_code": "7205",
      "name": "日野自動車",
      "industry": "automotive",
      "industry_detail": "auto_truck"
    },
    {
      "stock_code": "7211",
      "name": "三菱自動車",
      "industry": "automotive",
      "industry_detail": "auto_passenger"
    },
    {
      "stock_code": "7259",
      "name": "アイシン",
      "industry": "automotive",
      "industry_detail": "auto_drivetrain"
    },
    {
      "stock_code": "7261",
      "name": "マツダ",
      "industry": "automotive",
      "industry_detail": "auto_passenger"
    },
    {
      "stock_code": "7267",
      "name": "ホンダ",
      "industry": "automotive",
      "industry_detail": "auto_passenger"
    },
    {
      "stock_code": "7269",
      "name": "スズキ",
      "industry": "automotive",
      "industry_detail": "auto_passenger"
    },
    {
      "stock_code": "7270",
      "name": "SUBARU",
      "industry": "automotive",
      "industry_detail": "auto_passenger"
    },
    {
      "stock_code": "7272",
      "name": "ヤマハ発動機",
      "industry": "automotive",
      "industry_detail": null
    },
    {
      "stock_code": "7276",
      "name": "小糸製作所",
      "industry": "other",
      "industry_detail": null
    },
    {
      "stock_code": "7282",
      "name": "豊田合成",
      "industry": "auto_parts",
      "industry_detail": null
    },
    {
      "stock_code": "7309",
      "name": "シマノ",
      "industry": "other",
      "industry_detail": null
    },
    {
      "stock_code": "7419",
      "name": "ノジマ",
      "industry": "retail",
      "industry_detail": "retail_consumer_electronics"
    },
    {
      "stock_code": "7453",
      "name": "良品計画",
      "industry": "retail",
      "industry_detail": null
    },
    {
      "stock_code": "7459",
      "name": "メディパルホールディングス",
      "industry": "wholesale",
      "industry_detail": null
    },
    {
      "stock_code": "7532",
      "name": "パン・パシフィック・インターナショナルホールディングス",
      "industry": "retail",
      "industry_detail": null
    },
    {
      "stock_code": "7550",
      "name": "ゼンショーホールディングス",
      "industry": "food",
      "industry_detail": null
    },
    {
      "stock_code": "7564",
      "name": "ワークマン",
      "industry": "retail",
      "industry_detail": "retail_apparel"
    },
    {
      "stock_code": "7581",
      "name": "サイゼリヤ",
      "industry": "service",
      "industry_detail": "service_restaurant"
    },
    {
      "stock_code": "7599",
      "name": "IDOM",
      "industry": "retail",
      "industry_detail": "retail_used_car"
    },
    {
      "stock_code": "7649",
      "name": "スギホールディングス",
      "industry": "retail",
      "industry_detail": "retail_drugstore"
    },
    {
      "stock_code": "7701",
      "name": "島津製作所",
      "industry": "machinery",
      "industry_detail": null
    },
    {
      "stock_code": "7716",
      "name": "ナカニシ",
      "industry": "machinery",
      "industry_detail": null
    },
    {
      "stock_code": "7729",
      "name": "東京精密",
      "industry": "other",
      "industry_detail": null
    },
    {
      "stock_code": "7731",
      "name": "ニコン",
      "industry": "semiconductor",
      "industry_detail": "semi_optical"
    },
    {
      "stock_code": "7733",
      "name": "オリンパス",
      "industry": "pharma",
      "industry_detail": "pharma_medical_device"
    },
    {
      "stock_code": "7735",
      "name": "SCREEN HD",
      "industry": "semiconductor",
      "industry_detail": "semi_equipment"
    },
    {
      "stock_code": "7740",
      "name": "タムロン",
      "industry": "other",
      "industry_detail": null
    },
    {
      "stock_code": "7741",
      "name": "HOYA",
      "industry": "semiconductor",
      "industry_detail": "semi_optical"
    },
    {
      "stock_code": "7744",
      "name": "ノーリツ鋼機",
      "industry": "other",
      "industry_detail": null
    },
    {
      "stock_code": "7747",
      "name": "朝日インテック",
      "industry": "other",
      "industry_detail": null
    },
    {
      "stock_code": "7751",
      "name": "キヤノン",
      "industry": "electronics",
      "industry_detail": "elec_office"
    },
    {
      "stock_code": "7752",
      "name": "リコー",
      "industry": "electronics",
      "industry_detail": "elec_office"
    },
    {
      "stock_code": "7762",
      "name": "シチズン時計",
      "industry": "machinery",
      "industry_detail": null
    },
    {
      "stock_code": "7832",
      "name": "バンダイナムコHD",
      "industry": "service",
      "industry_detail": "service_game_company"
    },
    {
      "stock_code": "7846",
      "name": "パイロットコーポレーション",
      "industry": "other",
      "industry_detail": null
    },
    {
      "stock_code": "7867",
      "name": "タカラトミー",
      "industry": "other",
      "industry_detail": null
    },
    {
      "stock_code": "7906",
      "name": "ヨネックス",
      "industry": "other",
      "industry_detail": "other_sports"
    },
    {
      "stock_code": "7911",
      "name": "TOPPAN(凸版印刷)",
      "industry": "electronics",
      "industry_detail": "elec_print"
    },
    {
      "stock_code": "7912",
      "name": "大日本印刷",
      "industry": "electronics",
      "industry_detail": "elec_print"
    },
    {
      "stock_code": "7915",
      "name": "NISSHA",
      "industry": "electronics",
      "industry_detail": null
    },
    {
      "stock_code": "7936",
      "name": "アシックス",
      "industry": "other",
      "industry_detail": "other_sports"
    },
    {
      "stock_code": "7944",
      "name": "ローランド",
      "industry": "other",
      "industry_detail": null
    },
    {
      "stock_code": "7951",
      "name": "ヤマハ",
      "industry": "service",
      "industry_detail": null
    },
    {
      "stock_code": "7974",
      "name": "任天堂",
      "industry": "service",
      "industry_detail": "service_game_company"
    },
    {
      "stock_code": "7988",
      "name": "ニフコ",
      "industry": "other",
      "industry_detail": null
    },
    {
      "stock_code": "7994",
      "name": "オカムラ",
      "industry": "other",
      "industry_detail": null
    },
    {
      "stock_code": "8001",
      "name": "伊藤忠商事",
      "industry": "trading",
      "industry_detail": "trading_sogo_5"
    },
    {
      "stock_code": "8002",
      "name": "丸紅",
      "industry": "trading",
      "industry_detail": "trading_sogo_5"
    },
    {
      "stock_code": "8011",
      "name": "三陽商会",
      "industry": "retail",
      "industry_detail": "retail_apparel"
    },
    {
      "stock_code": "8015",
      "name": "豊田通商",
      "industry": "trading",
      "industry_detail": "trading_sogo_mid"
    },
    {
      "stock_code": "8020",
      "name": "兼松",
      "industry": "other",
      "industry_detail": "other_mid_trading"
    },
    {
      "stock_code": "8031",
      "name": "三井物産",
      "industry": "trading",
      "industry_detail": "trading_sogo_5"
    },
    {
      "stock_code": "8035",
      "name": "東京エレクトロン",
      "industry": "semiconductor",
      "industry_detail": "semi_equipment"
    },
    {
      "stock_code": "8053",
      "name": "住友商事",
      "industry": "trading",
      "industry_detail": "trading_sogo_5"
    },
    {
      "stock_code": "8056",
      "name": "BIPROGY",
      "industry": "it",
      "industry_detail": "it_sier"
    },
    {
      "stock_code": "8058",
      "name": "三菱商事",
      "industry": "trading",
      "industry_detail": "trading_sogo_5"
    },
    {
      "stock_code": "8060",
      "name": "安宅産業",
      "industry": "trading",
      "industry_detail": null
    },
    {
      "stock_code": "8078",
      "name": "阪和興業",
      "industry": "other",
      "industry_detail": "other_mid_trading"
    },
    {
      "stock_code": "8088",
      "name": "岩谷産業",
      "industry": "other",
      "industry_detail": "other_mid_trading"
    },
    {
      "stock_code": "8098",
      "name": "稲畑産業",
      "industry": "other",
      "industry_detail": "other_mid_trading"
    },
    {
      "stock_code": "8111",
      "name": "ゴールドウイン",
      "industry": "other",
      "industry_detail": "other_sports"
    },
    {
      "stock_code": "8113",
      "name": "ユニ・チャーム",
      "industry": "other",
      "industry_detail": null
    },
    {
      "stock_code": "8130",
      "name": "サンゲツ",
      "industry": "other",
      "industry_detail": null
    },
    {
      "stock_code": "8133",
      "name": "伊藤忠エネクス",
      "industry": "energy",
      "industry_detail": "energy_gas"
    },
    {
      "stock_code": "8136",
      "name": "サンリオ",
      "industry": "service",
      "industry_detail": null
    },
    {
      "stock_code": "8154",
      "name": "加賀電子",
      "industry": "electronics",
      "industry_detail": "elec_trading"
    },
    {
      "stock_code": "8174",
      "name": "日本瓦斯",
      "industry": "energy",
      "industry_detail": "energy_gas"
    },
    {
      "stock_code": "8194",
      "name": "ライフコーポレーション",
      "industry": "retail",
      "industry_detail": "retail_supermarket"
    },
    {
      "stock_code": "8198",
      "name": "ヤオハン",
      "industry": "retail",
      "industry_detail": "retail_supermarket"
    },
    {
      "stock_code": "8227",
      "name": "しまむら",
      "industry": "retail",
      "industry_detail": "retail_apparel"
    },
    {
      "stock_code": "8233",
      "name": "高島屋",
      "industry": "retail",
      "industry_detail": "retail_department_store"
    },
    {
      "stock_code": "8243",
      "name": "そごう",
      "industry": "retail",
      "industry_detail": "retail_department_store"
    },
    {
      "stock_code": "8252",
      "name": "丸井",
      "industry": "retail",
      "industry_detail": "retail_department_store"
    },
    {
      "stock_code": "8253",
      "name": "クレディセゾン",
      "industry": "it",
      "industry_detail": null
    },
    {
      "stock_code": "8267",
      "name": "イオン",
      "industry": "retail",
      "industry_detail": "retail_general_merchant"
    },
    {
      "stock_code": "8304",
      "name": "あおぞら銀行",
      "industry": "finance",
      "industry_detail": null
    },
    {
      "stock_code": "8306",
      "name": "三菱UFJフィナンシャル・グループ",
      "industry": "finance",
      "industry_detail": "fin_megabank"
    },
    {
      "stock_code": "8308",
      "name": "りそなホールディングス",
      "industry": "finance",
      "industry_detail": null
    },
    {
      "stock_code": "8309",
      "name": "三井住友トラストグループ",
      "industry": "finance",
      "industry_detail": null
    },
    {
      "stock_code": "8316",
      "name": "三井住友フィナンシャルグループ",
      "industry": "finance",
      "industry_detail": "fin_megabank"
    },
    {
      "stock_code": "8331",
      "name": "千葉銀行",
      "industry": "finance",
      "industry_detail": "fin_regional_bank"
    },
    {
      "stock_code": "8354",
      "name": "ふくおかフィナンシャルグループ",
      "industry": "finance",
      "industry_detail": "fin_regional_bank"
    },
    {
      "stock_code": "8410",
      "name": "セブン銀行",
      "industry": "finance",
      "industry_detail": null
    },
    {
      "stock_code": "8411",
      "name": "みずほフィナンシャルグループ",
      "industry": "finance",
      "industry_detail": "fin_megabank"
    },
    {
      "stock_code": "8424",
      "name": "芙蓉総合リース",
      "industry": "finance",
      "industry_detail": "fin_leasing"
    },
    {
      "stock_code": "8425",
      "name": "みずほリース",
      "industry": "finance",
      "industry_detail": "fin_leasing"
    },
    {
      "stock_code": "8439",
      "name": "東京センチュリー",
      "industry": "finance",
      "industry_detail": "fin_leasing"
    },
    {
      "stock_code": "8473",
      "name": "SBIホールディングス",
      "industry": "finance",
      "industry_detail": null
    },
    {
      "stock_code": "8572",
      "name": "アコム",
      "industry": "finance",
      "industry_detail": "fin_consumer_finance"
    },
    {
      "stock_code": "8584",
      "name": "ジャックス",
      "industry": "finance",
      "industry_detail": "fin_consumer_finance"
    },
    {
      "stock_code": "8591",
      "name": "オリックス",
      "industry": "finance",
      "industry_detail": "fin_leasing"
    },
    {
      "stock_code": "8593",
      "name": "三菱HCキャピタル",
      "industry": "finance",
      "industry_detail": "fin_leasing"
    },
    {
      "stock_code": "8601",
      "name": "大和証券グループ本社",
      "industry": "finance",
      "industry_detail": "fin_securities"
    },
    {
      "stock_code": "8604",
      "name": "野村ホールディングス",
      "industry": "finance",
      "industry_detail": "fin_securities"
    },
    {
      "stock_code": "8630",
      "name": "SOMPOホールディングス",
      "industry": "finance",
      "industry_detail": "fin_nonlife_insurance"
    },
    {
      "stock_code": "8697",
      "name": "日本取引所グループ",
      "industry": "finance",
      "industry_detail": null
    },
    {
      "stock_code": "8725",
      "name": "MS&ADインシュアランスグループホールディングス",
      "industry": "finance",
      "industry_detail": "fin_nonlife_insurance"
    },
    {
      "stock_code": "8729",
      "name": "ソニーフィナンシャルホールディングス",
      "industry": "finance",
      "industry_detail": null
    },
    {
      "stock_code": "8750",
      "name": "第一生命ホールディングス",
      "industry": "finance",
      "industry_detail": "fin_life_insurance"
    },
    {
      "stock_code": "8766",
      "name": "東京海上ホールディングス",
      "industry": "finance",
      "industry_detail": "fin_nonlife_insurance"
    },
    {
      "stock_code": "8795",
      "name": "T&Dホールディングス",
      "industry": "finance",
      "industry_detail": "fin_life_insurance"
    },
    {
      "stock_code": "8801",
      "name": "三井不動産",
      "industry": "real_estate",
      "industry_detail": "re_developer"
    },
    {
      "stock_code": "8802",
      "name": "三菱地所",
      "industry": "real_estate",
      "industry_detail": "re_developer"
    },
    {
      "stock_code": "8804",
      "name": "東京建物",
      "industry": "real_estate",
      "industry_detail": "re_developer"
    },
    {
      "stock_code": "8830",
      "name": "住友不動産",
      "industry": "real_estate",
      "industry_detail": "re_developer"
    },
    {
      "stock_code": "8848",
      "name": "レオパレス21",
      "industry": "real_estate",
      "industry_detail": "re_asset_management"
    },
    {
      "stock_code": "8850",
      "name": "スターツコーポレーション",
      "industry": "real_estate",
      "industry_detail": null
    },
    {
      "stock_code": "8876",
      "name": "リログループ",
      "industry": "real_estate",
      "industry_detail": null
    },
    {
      "stock_code": "8919",
      "name": "カチタス",
      "industry": "real_estate",
      "industry_detail": null
    },
    {
      "stock_code": "8923",
      "name": "トーセイ",
      "industry": "real_estate",
      "industry_detail": null
    },
    {
      "stock_code": "9001",
      "name": "東武鉄道",
      "industry": "transport",
      "industry_detail": "tp_private_rail"
    },
    {
      "stock_code": "9005",
      "name": "東急",
      "industry": "transport",
      "industry_detail": "tp_private_rail"
    },
    {
      "stock_code": "9006",
      "name": "京浜急行電鉄",
      "industry": "transport",
      "industry_detail": "tp_private_rail"
    },
    {
      "stock_code": "9007",
      "name": "小田急電鉄",
      "industry": "transport",
      "industry_detail": "tp_private_rail"
    },
    {
      "stock_code": "9008",
      "name": "京王電鉄",
      "industry": "transport",
      "industry_detail": "tp_private_rail"
    },
    {
      "stock_code": "9009",
      "name": "京成電鉄",
      "industry": "transport",
      "industry_detail": "tp_private_rail"
    },
    {
      "stock_code": "9020",
      "name": "東日本旅客鉄道",
      "industry": "transport",
      "industry_detail": "tp_jr"
    },
    {
      "stock_code": "9021",
      "name": "西日本旅客鉄道",
      "industry": "transport",
      "industry_detail": "tp_jr"
    },
    {
      "stock_code": "9022",
      "name": "東海旅客鉄道",
      "industry": "transport",
      "industry_detail": "tp_jr"
    },
    {
      "stock_code": "9024",
      "name": "西武ホールディングス",
      "industry": "transport",
      "industry_detail": "tp_private_rail"
    },
    {
      "stock_code": "9041",
      "name": "近鉄グループホールディングス",
      "industry": "transport",
      "industry_detail": "tp_private_rail"
    },
    {
      "stock_code": "9064",
      "name": "ヤマトホールディングス",
      "industry": "transport",
      "industry_detail": "tp_logistics"
    },
    {
      "stock_code": "9065",
      "name": "山九",
      "industry": "transport",
      "industry_detail": "tp_logistics"
    },
    {
      "stock_code": "9069",
      "name": "センコーグループホールディングス",
      "industry": "transport",
      "industry_detail": "tp_logistics"
    },
    {
      "stock_code": "9090",
      "name": "AZ-COM丸和ホールディングス",
      "industry": "transport",
      "industry_detail": "tp_logistics"
    },
    {
      "stock_code": "9101",
      "name": "日本郵船",
      "industry": "transport",
      "industry_detail": "tp_marine"
    },
    {
      "stock_code": "9104",
      "name": "商船三井",
      "industry": "transport",
      "industry_detail": "tp_marine"
    },
    {
      "stock_code": "9107",
      "name": "川崎汽船",
      "industry": "transport",
      "industry_detail": "tp_marine"
    },
    {
      "stock_code": "9110",
      "name": "NSユナイテッド海運",
      "industry": "transport",
      "industry_detail": "tp_marine"
    },
    {
      "stock_code": "9119",
      "name": "飯野海運",
      "industry": "transport",
      "industry_detail": "tp_marine"
    },
    {
      "stock_code": "9142",
      "name": "九州旅客鉄道",
      "industry": "transport",
      "industry_detail": "tp_jr"
    },
    {
      "stock_code": "9143",
      "name": "SGホールディングス",
      "industry": "transport",
      "industry_detail": "tp_logistics"
    },
    {
      "stock_code": "9147",
      "name": "NIPPON EXPRESSホールディングス",
      "industry": "transport",
      "industry_detail": "tp_logistics"
    },
    {
      "stock_code": "9201",
      "name": "日本航空",
      "industry": "transport",
      "industry_detail": "tp_airline"
    },
    {
      "stock_code": "9202",
      "name": "ANAホールディングス",
      "industry": "transport",
      "industry_detail": "tp_airline"
    },
    {
      "stock_code": "9229",
      "name": "サンウェルズ",
      "industry": "service",
      "industry_detail": "service_healthcare"
    },
    {
      "stock_code": "9278",
      "name": "ブックオフグループホールディングス",
      "industry": "retail",
      "industry_detail": null
    },
    {
      "stock_code": "9301",
      "name": "三菱倉庫",
      "industry": "transport",
      "industry_detail": "tp_warehouse"
    },
    {
      "stock_code": "9302",
      "name": "三井倉庫ホールディングス",
      "industry": "transport",
      "industry_detail": "tp_warehouse"
    },
    {
      "stock_code": "9418",
      "name": "USEN-NEXT HOLDINGS",
      "industry": "media",
      "industry_detail": null
    },
    {
      "stock_code": "9432",
      "name": "NTT",
      "industry": "it",
      "industry_detail": "it_telecom"
    },
    {
      "stock_code": "9433",
      "name": "KDDI",
      "industry": "it",
      "industry_detail": "it_telecom"
    },
    {
      "stock_code": "9434",
      "name": "ボーダフォン(現ソフトバンク)",
      "industry": "it",
      "industry_detail": "it_telecom"
    },
    {
      "stock_code": "9435",
      "name": "光通信",
      "industry": "service",
      "industry_detail": null
    },
    {
      "stock_code": "9449",
      "name": "GMOインターネットグループ",
      "industry": "it",
      "industry_detail": "it_isp"
    },
    {
      "stock_code": "9501",
      "name": "東京電力ホールディングス",
      "industry": "infrastructure",
      "industry_detail": "infra_electric"
    },
    {
      "stock_code": "9502",
      "name": "中部電力",
      "industry": "infrastructure",
      "industry_detail": "infra_electric"
    },
    {
      "stock_code": "9503",
      "name": "関西電力",
      "industry": "infrastructure",
      "industry_detail": "infra_electric"
    },
    {
      "stock_code": "9506",
      "name": "東北電力",
      "industry": "energy",
      "industry_detail": "energy_electric"
    },
    {
      "stock_code": "9507",
      "name": "四国電力",
      "industry": "energy",
      "industry_detail": "energy_electric"
    },
    {
      "stock_code": "9508",
      "name": "九州電力",
      "industry": "energy",
      "industry_detail": "energy_electric"
    },
    {
      "stock_code": "9509",
      "name": "北海道電力",
      "industry": "energy",
      "industry_detail": "energy_electric"
    },
    {
      "stock_code": "9513",
      "name": "電源開発",
      "industry": "energy",
      "industry_detail": "energy_electric"
    },
    {
      "stock_code": "9531",
      "name": "東京ガス",
      "industry": "infrastructure",
      "industry_detail": "infra_gas"
    },
    {
      "stock_code": "9532",
      "name": "大阪ガス",
      "industry": "infrastructure",
      "industry_detail": "infra_gas"
    },
    {
      "stock_code": "9602",
      "name": "東宝",
      "industry": "service",
      "industry_detail": "service_movie"
    },
    {
      "stock_code": "9606",
      "name": "日活",
      "industry": "service",
      "industry_detail": "service_movie"
    },
    {
      "stock_code": "9684",
      "name": "スクウェア・エニックス・ホールディングス",
      "industry": "it",
      "industry_detail": "it_game"
    },
    {
      "stock_code": "9697",
      "name": "カプコン",
      "industry": "it",
      "industry_detail": "it_game"
    },
    {
      "stock_code": "9735",
      "name": "セコム",
      "industry": "service",
      "industry_detail": null
    },
    {
      "stock_code": "9744",
      "name": "メイテックグループホールディングス",
      "industry": "service",
      "industry_detail": "service_hr"
    },
    {
      "stock_code": "9746",
      "name": "TKC",
      "industry": "it",
      "industry_detail": "it_sier"
    },
    {
      "stock_code": "9759",
      "name": "NSD",
      "industry": "it",
      "industry_detail": "it_sier"
    },
    {
      "stock_code": "9766",
      "name": "コナミグループ",
      "industry": "service",
      "industry_detail": "service_game_company"
    },
    {
      "stock_code": "9831",
      "name": "ヤマダホールディングス",
      "industry": "retail",
      "industry_detail": "retail_consumer_electronics"
    },
    {
      "stock_code": "9843",
      "name": "ニトリ",
      "industry": "retail",
      "industry_detail": null
    },
    {
      "stock_code": "9863",
      "name": "靴のマルトミ",
      "industry": "retail",
      "industry_detail": "retail_shoes"
    },
    {
      "stock_code": "9962",
      "name": "ミスミグループ本社",
      "industry": "other",
      "industry_detail": null
    },
    {
      "stock_code": "9983",
      "name": "ファーストリテイリング",
      "industry": "retail",
      "industry_detail": "retail_apparel"
    },
    {
      "stock_code": "9984",
      "name": "ソフトバンクグループ",
      "industry": "it",
      "industry_detail": "it_platform"
    },
    {
      "stock_code": "9989",
      "name": "サンドラッグ",
      "industry": "retail",
      "industry_detail": "retail_drugstore"
    },
    {
      "stock_code": "kisha-seizo",
      "name": "汽車製造",
      "industry": "machinery",
      "industry_detail": null
    }
  ]
}
