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
| ad | tip | zorunlu | varsayılan | açı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 |
integermaximum=500, minimum=1 |
— | 20 |
|
offset |
integerminimum=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"
}