Skip to main content
Glama

FonParam MCP

by kemalersin
  • Apple
  • Linux

fund_historical_data

Retrieve historical fund values by specifying fund code, date range, and interval. Use this tool to analyze and sort fund performance data for informed investment decisions in Turkey.

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