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
Name | Required | Description | Default |
---|---|---|---|
params | Yes |
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"
}