compare_funds
Analyze and compare up to five investment funds in Turkey by entering fund codes. Gain insights into fund performance and make informed investment decisions.
Instructions
Fonları karşılaştırır (2-5 fon)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
codes | Yes | Karşılaştırılacak fon kodları |
Input Schema (JSON Schema)
{
"properties": {
"codes": {
"description": "Karşılaştırılacak fon kodları",
"items": {
"type": "string"
},
"maxItems": 5,
"minItems": 2,
"type": "array"
}
},
"required": [
"codes"
],
"type": "object"
}