Skip to main content
Glama

ibex35-mcp

get_historical_prices

Retrieve historical stock price data for companies on the Spanish stock exchange to analyze market trends and performance over time.

Instructions

Get historical price data for a company

Input Schema

NameRequiredDescriptionDefault
companyIdYesCompany ID
daysNoNumber of days of historical data

Input Schema (JSON Schema)

{ "properties": { "companyId": { "description": "Company ID", "type": "string" }, "days": { "default": 30, "description": "Number of days of historical data", "type": "number" } }, "required": [ "companyId" ], "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/anbrme/ibex35-mcp-server'

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