Skip to main content
Glama

Twelve Data MCP Server

Official
by twelvedata

GetIpoCalendar

Track and retrieve past, current, or upcoming IPOs by exchange, country, or date range using Twelve Data’s financial market integration for informed investment decisions.

Instructions

This endpoint returns past, today, or upcoming IPOs.

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "$defs": { "GetIpoCalendarRequest": { "description": "This endpoint returns past, today, or upcoming IPOs.", "properties": { "apikey": { "default": "demo", "description": "API key", "examples": [ "demo" ], "title": "Apikey", "type": "string" }, "country": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Country where instrument is traded", "title": "Country" }, "end_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Format `2006-01-02`", "title": "End Date" }, "exchange": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Exchange where instrument is traded", "title": "Exchange" }, "mic_code": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Market Identifier Code (MIC) under ISO 10383 standard", "title": "Mic Code" }, "start_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Format `2006-01-02`", "title": "Start Date" } }, "title": "GetIpoCalendarRequest", "type": "object" } }, "properties": { "params": { "$ref": "#/$defs/GetIpoCalendarRequest" } }, "required": [ "params" ], "title": "GetIpoCalendarArguments", "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/twelvedata/mcp'

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