← Araçlar

search_companies

Search companies · salt-okunur

Find KAP members (companies, funds' founders, brokers…) by ticker or name and get their
    `company_id`, which other KAP tools take. Exact ticker matches rank first. Use when the
    user names a company; use get_company for the full profile.

Parametreler

adtipzorunluvarsayılanaçıklama
query string Ticker (THYAO) or part of the name, Turkish-insensitive. Omit to list by member_type.
member_type enum: IGS | IGMS | YK | PYS | DDK | FK | BDK | DCS | DS | DG Filter by KAP member type; IGS = listed companies
limit integer
maximum=500, minimum=1
20
offset integer
minimum=0
0

Girdi şeması

{
  "properties": {
    "query": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Ticker (THYAO) or part of the name, Turkish-insensitive. Omit to list by member_type.",
      "title": "Query"
    },
    "member_type": {
      "anyOf": [
        {
          "enum": [
            "IGS",
            "IGMS",
            "YK",
            "PYS",
            "DDK",
            "FK",
            "BDK",
            "DCS",
            "DS",
            "DG"
          ],
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Filter by KAP member type; IGS = listed companies",
      "title": "Member Type"
    },
    "limit": {
      "default": 20,
      "maximum": 500,
      "minimum": 1,
      "title": "Limit",
      "type": "integer"
    },
    "offset": {
      "default": 0,
      "minimum": 0,
      "title": "Offset",
      "type": "integer"
    }
  },
  "title": "search_companiesArguments",
  "type": "object"
}

Çıktı şeması

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