search_funds
Search funds · salt-okunur
Investment funds registered on KAP (identity, type, class, state, founder, KAP URL), or one
fund's full detail when fund_id is given. Prices/returns are not in KAP — this is the registry.
Parametreler
| ad | tip | zorunlu | varsayılan | açıklama |
|---|---|---|---|---|
query |
string |
— | — | Substring on fund name / code / founder (Turkish-insensitive) |
fund_id |
integer |
— | — | Return the detail record of one fund instead of a list |
fund_state |
array<enum: Y | N | T> |
— | — | Y active, N passive, T liquidation |
fund_type |
array<string> |
— | — | e.g. ['EYF','BYF'] — see get_reference_codes.fund_types |
fund_class |
array<string> |
— | — | |
limit |
integermaximum=2000, minimum=1 |
— | 50 |
|
offset |
integerminimum=0 |
— | 0 |
Girdi şeması
{
"properties": {
"query": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Substring on fund name / code / founder (Turkish-insensitive)",
"title": "Query"
},
"fund_id": {
"anyOf": [
{
"minimum": 1,
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "Return the detail record of one fund instead of a list",
"title": "Fund Id"
},
"fund_state": {
"anyOf": [
{
"items": {
"enum": [
"Y",
"N",
"T"
],
"type": "string"
},
"type": "array"
},
{
"type": "null"
}
],
"default": null,
"description": "Y active, N passive, T liquidation",
"title": "Fund State"
},
"fund_type": {
"anyOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "null"
}
],
"default": null,
"description": "e.g. ['EYF','BYF'] — see get_reference_codes.fund_types",
"title": "Fund Type"
},
"fund_class": {
"anyOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "null"
}
],
"default": null,
"title": "Fund Class"
},
"limit": {
"default": 50,
"maximum": 2000,
"minimum": 1,
"title": "Limit",
"type": "integer"
},
"offset": {
"default": 0,
"minimum": 0,
"title": "Offset",
"type": "integer"
}
},
"title": "search_fundsArguments",
"type": "object"
}
Çıktı şeması
{
"additionalProperties": true,
"title": "search_fundsDictOutput",
"type": "object"
}