← Araçlar

get_company

Company profile · salt-okunur

Company profile from KAP: name, tickers, member type, paid-in/registered capital, ISINs,
    plus shareholders / board / subsidiaries / sector / market / indices when KAP's memberDetail
    payload contains them (sections KAP does not provide are returned as null with a
    `not_available` note, never invented). Optionally adds Yahoo profile and holders.

Parametreler

adtipzorunluvarsayılanaçıklama
ticker string BIST ticker, e.g. THYAO
company_id string KAP member id (from search_companies)
include_market_profile boolean true Add Yahoo sector/industry/description and holder breakdown

Girdi şeması

{
  "properties": {
    "ticker": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "BIST ticker, e.g. THYAO",
      "title": "Ticker"
    },
    "company_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "KAP member id (from search_companies)",
      "title": "Company Id"
    },
    "include_market_profile": {
      "default": true,
      "description": "Add Yahoo sector/industry/description and holder breakdown",
      "title": "Include Market Profile",
      "type": "boolean"
    }
  },
  "title": "get_companyArguments",
  "type": "object"
}

Çıktı şeması

{
  "additionalProperties": true,
  "title": "get_companyDictOutput",
  "type": "object"
}