feature : StockSummary

when : ์‚ฌ์šฉ์ž๊ฐ€ ์กด์žฌํ•˜์ง€ ์•Š๋Š” ๊ฐ’(์˜ˆ์‹œ: ๋ฅด์„ธ๋ผํ•Œ ์ข…๋ชฉ)์œผ๋กœ ์š”์ฒญํ–ˆ์„ ๋•Œ stockSummary ํ˜ธ์ถœ ํ›„ false value(์˜ˆ์‹œ : ์…€ํŠธ๋ฆฌ์˜จ์ œ์•ฝ)๋ฅผ ๋งค์นญํ•˜๋Š” ํ˜„์ƒ

then stockSummary ํ•จ์ˆ˜ ํ˜ธ์ถœ ์‹œ StockSummaryRequest์— companyName์„ ์ถ”๊ฐ€ํ•œ๋‹ค.

{ "region": "KR",
 "ticker": "068270", //<- ์‹ค์ œ๋กœ๋Š” ์…€ํŠธ๋ฆฌ์˜จ 
 "name": "์…€๋ฐ”์ด์˜คํ…" }

ticker๋กœ ์ฐพ์€ ํšŒ์‚ฌ๋ช…๊ณผ request params์˜ companyName์„ ๋น„๊ตํ•˜์—ฌ false value๋ฅผ ํ•œ ๋ฒˆ ๋” ๊ฒ€์ฆ

example Q. ๋ฅด์„ธ๋ผํ•Œ ์ข…๋ชฉ์„ ๋ถ„์„ํ•ด์ค˜. ๊ธฐ๋Œ€ํ•˜๋Š” ๋‹ต๋ณ€ A. ๋ฅด์„ธ๋ผํ•Œ์ด๋ผ๋Š” ์ข…๋ชฉ์ด ์กด์žฌํ•˜๋Š” ์ง€ ํ™•์ธํ•ด์ฃผ์„ธ์š”. ์‹ค์ œ ๋‹ต๋ณ€ A. ์…€ํŠธ๋ฆฌ์˜จ์— ๋Œ€ํ•œ ๋ถ„์„์ž…๋‹ˆ๋‹ค.

{
  "content": [
    {
      "topicCode": "1",
      "criteria": "์‹œ๊ฐ€์ด์•ก(KRW)",
      "description": "3.17์กฐ ์›"
    },
    {
      "topicCode": "1",
      "criteria": "์‹œ๊ฐ€์ด์•ก(USD)",
      "description": "24.47์–ต ๋‹ฌ๋Ÿฌ"
    },
    {
      "topicCode": "2",
      "criteria": "BusinessDescription",
      "description": "์…€ํŠธ๋ฆฌ์˜จ์ œ์•ฝ Inc is a Korea-based company engaged in the manufacture and sale of pharmaceuticals.\rThe Company? products include hepatotonics, analgesics, antipyretics, anti-inflammatory drugs, antihistamines, respiratory apparatus drugs, circularly system drugs, digestives and stomachic drugs, hormone disease drugs, antibiotics, nutrients, tonics, and other drugs.\rIt also provides ethical drugs and over-the-counter (OTC) drugs.\rThe Company distributes its products in domestic market and overseas markets such as Philippines, Kazakhstan, Cambodia and other Southeast Asia countries."
    },
    {
      "topicCode": "3",
      "criteria": "BusinessArea",
      "description": "Pharmaceutical Preparation Manufacturing\rMedicinal and Botanical Manufacturing\r"
    },
    {
      "topicCode": "4",
      "criteria": "์‚ฐ์—… ์„ค๋ช…",
      "description": "Generic Pharmaceuticals : The Generic Pharmaceuticals activity consists of companies engaged in manufacturing in-vivo diagnostic substances and pharmaceutical preparations except biological intended for internal and external consumption in dose forms, such as ampoules, tablets, capsules, vials, ointments, powders, solutions, and suspensions."
    },
    {
      "topicCode": "6",
      "criteria": "์„ฑ๊ณผ ์š”์•ฝ",
      "description": "For the nine months ended 30 September 2023, ์…€ํŠธ๋ฆฌ์˜จ์ œ์•ฝ Inc revenues decreased 1% to 2936.40์–ต ์›.\rNet income increased 4% to 205.60์–ต ์›.\rRevenues reflect Other Merchandise segment decrease of 26% to 501.10์–ต ์›, Other Finished Goods segment decrease of 9% to 1072.80์–ต ์›, Kazakhstan segment decrease of 61% to 4.62์–ต ์›.\rNet income reflects Commissions decrease of 13% to 144.80์–ต ์› (expense), Miscellaneous Loss decrease of 99% to 910.00๋งŒ ์› (expense).\rSome( ๋‹ค์Œ ์‹ค์  ๋ฐœํ‘œ์ผ(Expected) : 2024-03-18)"
    }
  ]
}