statistics_by_date
Retrieve investment fund statistics for a specific date from the FonParam MCP server, enabling analysis and comparison of Turkish fund data.
Instructions
Belirli bir günün istatistiklerini getirir
Input Schema
Name | Required | Description | Default |
---|---|---|---|
date | Yes | İstatistik tarihi (YYYY-MM-DD) |
Input Schema (JSON Schema)
{
"properties": {
"date": {
"description": "İstatistik tarihi (YYYY-MM-DD)",
"type": "string"
}
},
"required": [
"date"
],
"type": "object"
}