Skip to main content
Glama

FonParam MCP

by kemalersin
  • Apple
  • Linux

fund_historical_data

Retrieve historical fund performance data for specific codes within a defined date range and interval using the FonParam MCP server. Supports sorting and filtering for detailed investment analysis.

Instructions

Fonun geçmiş değerlerini getirir

Input Schema

NameRequiredDescriptionDefault
codeYesFon kodu
end_dateNoBitiş tarihi (YYYY-MM-DD)
intervalNoVeri aralığı
orderNoSıralama yönü
sortNoSıralama alanı
start_dateNoBaşlangıç tarihi (YYYY-MM-DD)

Input Schema (JSON Schema)

{ "properties": { "code": { "description": "Fon kodu", "type": "string" }, "end_date": { "description": "Bitiş tarihi (YYYY-MM-DD)", "type": "string" }, "interval": { "description": "Veri aralığı", "enum": [ "daily", "weekly", "monthly" ], "type": "string" }, "order": { "description": "Sıralama yönü", "enum": [ "ASC", "DESC" ], "type": "string" }, "sort": { "description": "Sıralama alanı", "type": "string" }, "start_date": { "description": "Başlangıç tarihi (YYYY-MM-DD)", "type": "string" } }, "required": [ "code" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kemalersin/fonparam-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server