/twelvedata-fundamentals | Type: Application | PCID required: Yes
Tools
twelvedata_fundamentals_get_analyst_ratings_light
Analyst ratings snapshot Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Filter by symbol |
figi | string | No | — | Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=“https://twelvedata.com/pricing”>Ultra</a> plan (individual) and the <a href=“https://twelvedata.com/pricing-business”>Enterprise</a> plan (business) and above. |
isin | string | No | — | Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
cusip | string | No | — | The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
exchange | string | No | — | Filter by exchange name |
mic_code | string | No | — | The Market Identifier Code (MIC) of the exchange where the instrument is traded, e.g., XNAS, XLON. |
rating_change | string | No | — | Filter by rating change action |
outputsize | integer | No | — | Number of records in response |
country | string | No | — | Filter by country name or alpha code, e.g., United States or US |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Filter by symbol"
},
"figi": {
"type": "string",
"description": "Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=\"https://twelvedata.com/pricing\">Ultra</a> plan (individual) and the <a href=\"https://twelvedata.com/pricing-business\">Enterprise</a> plan (business) and above."
},
"isin": {
"type": "string",
"description": "Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"cusip": {
"type": "string",
"description": "The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"exchange": {
"type": "string",
"description": "Filter by exchange name"
},
"mic_code": {
"type": "string",
"description": "The Market Identifier Code (MIC) of the exchange where the instrument is traded, e.g., XNAS, XLON."
},
"rating_change": {
"type": "string",
"description": "Filter by rating change action",
"enum": [
"Maintains",
"Upgrade",
"Downgrade",
"Initiates",
"Reiterates"
]
},
"outputsize": {
"type": "integer",
"description": "Number of records in response"
},
"country": {
"type": "string",
"description": "Filter by country name or alpha code, e.g., `United States` or `US`"
}
},
"required": [
"PCID"
]
}
twelvedata_fundamentals_get_analyst_ratings_us_equities
Analyst ratings US equities Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Filter by symbol |
figi | string | No | — | Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=“https://twelvedata.com/pricing”>Ultra</a> plan (individual) and the <a href=“https://twelvedata.com/pricing-business”>Enterprise</a> plan (business) and above. |
isin | string | No | — | Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
cusip | string | No | — | The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
exchange | string | No | — | Filter by exchange name |
mic_code | string | No | — | The Market Identifier Code (MIC) of the exchange where the instrument is traded, e.g., XNAS, XLON. |
rating_change | string | No | — | Filter by rating change action |
outputsize | integer | No | — | Number of records in response |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Filter by symbol"
},
"figi": {
"type": "string",
"description": "Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=\"https://twelvedata.com/pricing\">Ultra</a> plan (individual) and the <a href=\"https://twelvedata.com/pricing-business\">Enterprise</a> plan (business) and above."
},
"isin": {
"type": "string",
"description": "Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"cusip": {
"type": "string",
"description": "The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"exchange": {
"type": "string",
"description": "Filter by exchange name"
},
"mic_code": {
"type": "string",
"description": "The Market Identifier Code (MIC) of the exchange where the instrument is traded, e.g., XNAS, XLON."
},
"rating_change": {
"type": "string",
"description": "Filter by rating change action",
"enum": [
"Maintains",
"Upgrade",
"Downgrade",
"Initiates",
"Reiterates"
]
},
"outputsize": {
"type": "integer",
"description": "Number of records in response"
}
},
"required": [
"PCID"
]
}
twelvedata_fundamentals_get_balance_sheet
Balance sheet Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. BRK.A or BRK.B will be correct |
figi | string | No | — | Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=“https://twelvedata.com/pricing”>Ultra</a> plan (individual) and the <a href=“https://twelvedata.com/pricing-business”>Enterprise</a> plan (business) and above. |
isin | string | No | — | Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
cusip | string | No | — | The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | Country where instrument is traded, e.g., United States or US |
period | string | No | — | The reporting period for the balance sheet data |
start_date | string | No | — | Begin date for filtering items by fiscal date. Returns income statements with fiscal dates on or after this date. Format 2006-01-02 |
end_date | string | No | — | End date for filtering items by fiscal date. Returns income statements with fiscal dates on or before this date. Format 2006-01-02 |
outputsize | integer | No | — | Number of records in response |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. `BRK.A` or `BRK.B` will be correct"
},
"figi": {
"type": "string",
"description": "Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=\"https://twelvedata.com/pricing\">Ultra</a> plan (individual) and the <a href=\"https://twelvedata.com/pricing-business\">Enterprise</a> plan (business) and above."
},
"isin": {
"type": "string",
"description": "Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"cusip": {
"type": "string",
"description": "The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"exchange": {
"type": "string",
"description": "Exchange where instrument is traded"
},
"mic_code": {
"type": "string",
"description": "Market Identifier Code (MIC) under ISO 10383 standard"
},
"country": {
"type": "string",
"description": "Country where instrument is traded, e.g., `United States` or `US`"
},
"period": {
"type": "string",
"description": "The reporting period for the balance sheet data",
"enum": [
"annual",
"quarterly"
]
},
"start_date": {
"type": "string",
"description": "Begin date for filtering items by fiscal date. Returns income statements with fiscal dates on or after this date. Format `2006-01-02`"
},
"end_date": {
"type": "string",
"description": "End date for filtering items by fiscal date. Returns income statements with fiscal dates on or before this date. Format `2006-01-02`"
},
"outputsize": {
"type": "integer",
"description": "Number of records in response"
}
},
"required": [
"PCID"
]
}
twelvedata_fundamentals_get_balance_sheet_consolidated
Balance sheet consolidated Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. BRK.A or BRK.B will be correct |
figi | string | No | — | Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=“https://twelvedata.com/pricing”>Ultra</a> plan (individual) and the <a href=“https://twelvedata.com/pricing-business”>Enterprise</a> plan (business) and above. |
isin | string | No | — | Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
cusip | string | No | — | The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | Country where instrument is traded, e.g., United States or US |
period | string | No | — | The reporting period for the balance sheet data. |
start_date | string | No | — | Begin date for filtering items by fiscal date. Returns income statements with fiscal dates on or after this date. Format 2006-01-02 |
end_date | string | No | — | End date for filtering items by fiscal date. Returns income statements with fiscal dates on or before this date. Format 2006-01-02 |
outputsize | integer | No | — | Number of records in response |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. `BRK.A` or `BRK.B` will be correct"
},
"figi": {
"type": "string",
"description": "Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=\"https://twelvedata.com/pricing\">Ultra</a> plan (individual) and the <a href=\"https://twelvedata.com/pricing-business\">Enterprise</a> plan (business) and above."
},
"isin": {
"type": "string",
"description": "Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"cusip": {
"type": "string",
"description": "The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"exchange": {
"type": "string",
"description": "Exchange where instrument is traded"
},
"mic_code": {
"type": "string",
"description": "Market Identifier Code (MIC) under ISO 10383 standard"
},
"country": {
"type": "string",
"description": "Country where instrument is traded, e.g., `United States` or `US`"
},
"period": {
"type": "string",
"description": "The reporting period for the balance sheet data.",
"enum": [
"annual",
"quarterly"
]
},
"start_date": {
"type": "string",
"description": "Begin date for filtering items by fiscal date. Returns income statements with fiscal dates on or after this date. Format `2006-01-02`"
},
"end_date": {
"type": "string",
"description": "End date for filtering items by fiscal date. Returns income statements with fiscal dates on or before this date. Format `2006-01-02`"
},
"outputsize": {
"type": "integer",
"description": "Number of records in response"
}
},
"required": [
"PCID"
]
}
twelvedata_fundamentals_get_cash_flow
Cash flow Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. BRK.A or BRK.B will be correct |
figi | string | No | — | Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=“https://twelvedata.com/pricing”>Ultra</a> plan (individual) and the <a href=“https://twelvedata.com/pricing-business”>Enterprise</a> plan (business) and above. |
isin | string | No | — | Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
cusip | string | No | — | The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | Country where instrument is traded, e.g., United States or US |
period | string | No | — | The reporting period for the cash flow statements |
start_date | string | No | — | Start date for filtering cash flow statements. Only cash flow statements with fiscal dates on or after this date will be included. Format 2006-01-02 |
end_date | string | No | — | End date for filtering cash flow statements. Only cash flow statements with fiscal dates on or before this date will be included. Format 2006-01-02 |
outputsize | integer | No | — | Number of records in response |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. `BRK.A` or `BRK.B` will be correct"
},
"figi": {
"type": "string",
"description": "Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=\"https://twelvedata.com/pricing\">Ultra</a> plan (individual) and the <a href=\"https://twelvedata.com/pricing-business\">Enterprise</a> plan (business) and above."
},
"isin": {
"type": "string",
"description": "Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"cusip": {
"type": "string",
"description": "The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"exchange": {
"type": "string",
"description": "Exchange where instrument is traded"
},
"mic_code": {
"type": "string",
"description": "Market Identifier Code (MIC) under ISO 10383 standard"
},
"country": {
"type": "string",
"description": "Country where instrument is traded, e.g., `United States` or `US`"
},
"period": {
"type": "string",
"description": "The reporting period for the cash flow statements",
"enum": [
"annual",
"quarterly"
]
},
"start_date": {
"type": "string",
"description": "Start date for filtering cash flow statements. Only cash flow statements with fiscal dates on or after this date will be included. Format `2006-01-02`"
},
"end_date": {
"type": "string",
"description": "End date for filtering cash flow statements. Only cash flow statements with fiscal dates on or before this date will be included. Format `2006-01-02`"
},
"outputsize": {
"type": "integer",
"description": "Number of records in response"
}
},
"required": [
"PCID"
]
}
twelvedata_fundamentals_get_cash_flow_consolidated
Cash flow consolidated Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. BRK.A or BRK.B will be correct |
figi | string | No | — | Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=“https://twelvedata.com/pricing”>Ultra</a> plan (individual) and the <a href=“https://twelvedata.com/pricing-business”>Enterprise</a> plan (business) and above. |
isin | string | No | — | Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
cusip | string | No | — | The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | Country where instrument is traded, e.g., United States or US |
period | string | No | — | The reporting period for the cash flow statements |
start_date | string | No | — | Start date for filtering cash flow statements. Only cash flow statements with fiscal dates on or after this date will be included. Format 2006-01-02 |
end_date | string | No | — | End date for filtering cash flow statements. Only cash flow statements with fiscal dates on or before this date will be included. Format 2006-01-02 |
outputsize | integer | No | — | Number of records in response |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. `BRK.A` or `BRK.B` will be correct"
},
"figi": {
"type": "string",
"description": "Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=\"https://twelvedata.com/pricing\">Ultra</a> plan (individual) and the <a href=\"https://twelvedata.com/pricing-business\">Enterprise</a> plan (business) and above."
},
"isin": {
"type": "string",
"description": "Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"cusip": {
"type": "string",
"description": "The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"exchange": {
"type": "string",
"description": "Exchange where instrument is traded"
},
"mic_code": {
"type": "string",
"description": "Market Identifier Code (MIC) under ISO 10383 standard"
},
"country": {
"type": "string",
"description": "Country where instrument is traded, e.g., `United States` or `US`"
},
"period": {
"type": "string",
"description": "The reporting period for the cash flow statements",
"enum": [
"annual",
"quarterly"
]
},
"start_date": {
"type": "string",
"description": "Start date for filtering cash flow statements. Only cash flow statements with fiscal dates on or after this date will be included. Format `2006-01-02`"
},
"end_date": {
"type": "string",
"description": "End date for filtering cash flow statements. Only cash flow statements with fiscal dates on or before this date will be included. Format `2006-01-02`"
},
"outputsize": {
"type": "integer",
"description": "Number of records in response"
}
},
"required": [
"PCID"
]
}
twelvedata_fundamentals_get_dividends
Dividends Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. BRK.A or BRK.B will be correct |
figi | string | No | — | Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=“https://twelvedata.com/pricing”>Ultra</a> plan (individual) and the <a href=“https://twelvedata.com/pricing-business”>Enterprise</a> plan (business) and above. |
isin | string | No | — | Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
cusip | string | No | — | The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | Country where instrument is traded, e.g., United States or US |
range | string | No | — | Specifies the time range for which to retrieve dividend data. Accepts values such as last (most recent dividend), next (upcoming dividend), 1m - 5y for respective periods, or full for all available data. If provided together with start_date and/or end_date, this parameter takes precedence. |
start_date | string | No | — | Start date for the dividend data query. Only dividends with dates on or after this date will be returned. Format 2006-01-02. If provided together with range parameter, range will take precedence. |
end_date | string | No | — | End date for the dividend data query. Only dividends with dates on or before this date will be returned. Format 2006-01-02. If provided together with range parameter, range will take precedence. |
adjust | boolean | No | — | Specifies if there should be an adjustment |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. `BRK.A` or `BRK.B` will be correct"
},
"figi": {
"type": "string",
"description": "Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=\"https://twelvedata.com/pricing\">Ultra</a> plan (individual) and the <a href=\"https://twelvedata.com/pricing-business\">Enterprise</a> plan (business) and above."
},
"isin": {
"type": "string",
"description": "Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"cusip": {
"type": "string",
"description": "The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"exchange": {
"type": "string",
"description": "Exchange where instrument is traded"
},
"mic_code": {
"type": "string",
"description": "Market Identifier Code (MIC) under ISO 10383 standard"
},
"country": {
"type": "string",
"description": "Country where instrument is traded, e.g., `United States` or `US`"
},
"range": {
"type": "string",
"description": "Specifies the time range for which to retrieve dividend data. Accepts values such as `last` (most recent dividend), `next` (upcoming dividend), `1m` - `5y` for respective periods, or `full` for all available data. If provided together with `start_date` and/or `end_date`, this parameter takes precedence.",
"enum": [
"last",
"next",
"1m",
"3m",
"6m",
"ytd",
"1y",
"2y",
"5y",
"full"
]
},
"start_date": {
"type": "string",
"description": "Start date for the dividend data query. Only dividends with dates on or after this date will be returned. Format `2006-01-02`. If provided together with `range` parameter, `range` will take precedence."
},
"end_date": {
"type": "string",
"description": "End date for the dividend data query. Only dividends with dates on or before this date will be returned. Format `2006-01-02`. If provided together with `range` parameter, `range` will take precedence."
},
"adjust": {
"type": "boolean",
"description": "Specifies if there should be an adjustment"
}
},
"required": [
"PCID"
]
}
twelvedata_fundamentals_get_dividends_calendar
Dividends calendar Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. BRK.A or BRK.B will be correct |
figi | string | No | — | Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=“https://twelvedata.com/pricing”>Ultra</a> plan (individual) and the <a href=“https://twelvedata.com/pricing-business”>Enterprise</a> plan (business) and above. |
isin | string | No | — | Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
cusip | string | No | — | The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | Country where instrument is traded, e.g., United States or US |
start_date | string | No | — | Start date for the dividends calendar query. Only dividends with ex-dates on or after this date will be returned. Format 2006-01-02 |
end_date | string | No | — | End date for the dividends calendar query. Only dividends with ex-dates on or before this date will be returned. Format 2006-01-02 |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 500. Default 100 when no date parameters are set, otherwise set to maximum |
page | integer | No | — | Page number |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. `BRK.A` or `BRK.B` will be correct"
},
"figi": {
"type": "string",
"description": "Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=\"https://twelvedata.com/pricing\">Ultra</a> plan (individual) and the <a href=\"https://twelvedata.com/pricing-business\">Enterprise</a> plan (business) and above."
},
"isin": {
"type": "string",
"description": "Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"cusip": {
"type": "string",
"description": "The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"exchange": {
"type": "string",
"description": "Exchange where instrument is traded"
},
"mic_code": {
"type": "string",
"description": "Market Identifier Code (MIC) under ISO 10383 standard"
},
"country": {
"type": "string",
"description": "Country where instrument is traded, e.g., `United States` or `US`"
},
"start_date": {
"type": "string",
"description": "Start date for the dividends calendar query. Only dividends with ex-dates on or after this date will be returned. Format `2006-01-02`"
},
"end_date": {
"type": "string",
"description": "End date for the dividends calendar query. Only dividends with ex-dates on or before this date will be returned. Format `2006-01-02`"
},
"outputsize": {
"type": "integer",
"description": "Number of data points to retrieve. Supports values in the range from `1` to `500`. Default `100` when no date parameters are set, otherwise set to maximum"
},
"page": {
"type": "integer",
"description": "Page number"
}
},
"required": [
"PCID"
]
}
twelvedata_fundamentals_get_earnings
Earnings Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. BRK.A or BRK.B will be correct |
figi | string | No | — | Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=“https://twelvedata.com/pricing”>Ultra</a> plan (individual) and the <a href=“https://twelvedata.com/pricing-business”>Enterprise</a> plan (business) and above. |
isin | string | No | — | Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
cusip | string | No | — | The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | Country where instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
period | string | No | — | Type of earning, returns only 1 record. When is not empty, dates and outputsize parameters are ignored |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 1000. Default 10 when no date parameters are set, otherwise set to maximum |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
start_date | string | No | — | The date from which the data is requested. The date format is YYYY-MM-DD. |
end_date | string | No | — | The date to which the data is requested. The date format is YYYY-MM-DD. |
dp | integer | No | — | The number of decimal places in the response data. Should be in range [0,11] inclusive |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. `BRK.A` or `BRK.B` will be correct"
},
"figi": {
"type": "string",
"description": "Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=\"https://twelvedata.com/pricing\">Ultra</a> plan (individual) and the <a href=\"https://twelvedata.com/pricing-business\">Enterprise</a> plan (business) and above."
},
"isin": {
"type": "string",
"description": "Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"cusip": {
"type": "string",
"description": "The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"exchange": {
"type": "string",
"description": "Exchange where instrument is traded"
},
"mic_code": {
"type": "string",
"description": "Market Identifier Code (MIC) under ISO 10383 standard"
},
"country": {
"type": "string",
"description": "Country where instrument is traded, e.g., `United States` or `US`"
},
"type": {
"type": "string",
"description": "The asset class to which the instrument belongs",
"enum": [
"American Depositary Receipt",
"Bond",
"Bond Fund",
"Closed-end Fund",
"Common Stock",
"Depositary Receipt",
"Digital Currency",
"ETF",
"Exchange-Traded Note",
"Global Depositary Receipt",
"Limited Partnership",
"Mutual Fund",
"Physical Currency",
"Preferred Stock",
"REIT",
"Right",
"Structured Product",
"Trust",
"Unit",
"Warrant"
]
},
"period": {
"type": "string",
"description": "Type of earning, returns only 1 record. When is not empty, dates and outputsize parameters are ignored",
"enum": [
"latest",
"next"
]
},
"outputsize": {
"type": "integer",
"description": "Number of data points to retrieve. Supports values in the range from `1` to `1000`. Default `10` when no date parameters are set, otherwise set to maximum"
},
"format": {
"type": "string",
"description": "The format of the response data",
"enum": [
"JSON",
"CSV"
]
},
"delimiter": {
"type": "string",
"description": "The separator used in the CSV response data"
},
"start_date": {
"type": "string",
"description": "The date from which the data is requested. The date format is `YYYY-MM-DD`."
},
"end_date": {
"type": "string",
"description": "The date to which the data is requested. The date format is `YYYY-MM-DD`."
},
"dp": {
"type": "integer",
"description": "The number of decimal places in the response data. Should be in range [0,11] inclusive"
}
},
"required": [
"PCID"
]
}
twelvedata_fundamentals_get_earnings_calendar
Earnings calendar Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | Country where instrument is traded, e.g., United States or US |
format | string | No | — | Value can be JSON or CSV |
delimiter | string | No | — | Specify the delimiter used when downloading the CSV file |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 |
end_date | string | No | — | Can be used separately and together with start_date. Format 2006-01-02 or 2006-01-02T15:04:05 |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0,11] inclusive |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"exchange": {
"type": "string",
"description": "Exchange where instrument is traded"
},
"mic_code": {
"type": "string",
"description": "Market Identifier Code (MIC) under ISO 10383 standard"
},
"country": {
"type": "string",
"description": "Country where instrument is traded, e.g., `United States` or `US`"
},
"format": {
"type": "string",
"description": "Value can be JSON or CSV",
"enum": [
"JSON",
"CSV"
]
},
"delimiter": {
"type": "string",
"description": "Specify the delimiter used when downloading the CSV file"
},
"start_date": {
"type": "string",
"description": "Can be used separately and together with end_date. Format `2006-01-02` or `2006-01-02T15:04:05`"
},
"end_date": {
"type": "string",
"description": "Can be used separately and together with start_date. Format `2006-01-02` or `2006-01-02T15:04:05`"
},
"dp": {
"type": "integer",
"description": "Specifies the number of decimal places for floating values. Should be in range [0,11] inclusive"
}
},
"required": [
"PCID"
]
}
twelvedata_fundamentals_get_earnings_estimate
Earnings estimate Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Filter by symbol |
figi | string | No | — | The FIGI of an instrument for which data is requested. This parameter is available on the <a href=“https://twelvedata.com/pricing”>Ultra</a> plan (individual) and the <a href=“https://twelvedata.com/pricing-business”>Enterprise</a> plan (business) and above. |
isin | string | No | — | Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
cusip | string | No | — | The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | The Market Identifier Code (MIC) of the exchange where the instrument is traded, e.g., XNAS, XLON. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Filter by symbol"
},
"figi": {
"type": "string",
"description": "The FIGI of an instrument for which data is requested. This parameter is available on the <a href=\"https://twelvedata.com/pricing\">Ultra</a> plan (individual) and the <a href=\"https://twelvedata.com/pricing-business\">Enterprise</a> plan (business) and above."
},
"isin": {
"type": "string",
"description": "Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"cusip": {
"type": "string",
"description": "The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"country": {
"type": "string",
"description": "The country where the instrument is traded, e.g., `United States` or `US`"
},
"exchange": {
"type": "string",
"description": "Exchange where instrument is traded"
},
"mic_code": {
"type": "string",
"description": "The Market Identifier Code (MIC) of the exchange where the instrument is traded, e.g., XNAS, XLON."
}
},
"required": [
"PCID"
]
}
twelvedata_fundamentals_get_eps_revisions
EPS revisions Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Filter by symbol |
figi | string | No | — | Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=“https://twelvedata.com/pricing”>Ultra</a> plan (individual) and the <a href=“https://twelvedata.com/pricing-business”>Enterprise</a> plan (business) and above. |
isin | string | No | — | Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
cusip | string | No | — | The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
country | string | No | — | Filter by country name or alpha code, e.g., United States or US |
exchange | string | No | — | Filter by exchange name |
mic_code | string | No | — | The Market Identifier Code (MIC) of the exchange where the instrument is traded, e.g., XNAS, XLON. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Filter by symbol"
},
"figi": {
"type": "string",
"description": "Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=\"https://twelvedata.com/pricing\">Ultra</a> plan (individual) and the <a href=\"https://twelvedata.com/pricing-business\">Enterprise</a> plan (business) and above."
},
"isin": {
"type": "string",
"description": "Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"cusip": {
"type": "string",
"description": "The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"country": {
"type": "string",
"description": "Filter by country name or alpha code, e.g., `United States` or `US`"
},
"exchange": {
"type": "string",
"description": "Filter by exchange name"
},
"mic_code": {
"type": "string",
"description": "The Market Identifier Code (MIC) of the exchange where the instrument is traded, e.g., XNAS, XLON."
}
},
"required": [
"PCID"
]
}
twelvedata_fundamentals_get_eps_trend
EPS trend Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Filter by symbol |
figi | string | No | — | Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=“https://twelvedata.com/pricing”>Ultra</a> plan (individual) and the <a href=“https://twelvedata.com/pricing-business”>Enterprise</a> plan (business) and above. |
isin | string | No | — | Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
cusip | string | No | — | The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
country | string | No | — | Filter by country name or alpha code, e.g., United States or US |
exchange | string | No | — | Filter by exchange name |
mic_code | string | No | — | The Market Identifier Code (MIC) of the exchange where the instrument is traded, e.g., XNAS, XLON. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Filter by symbol"
},
"figi": {
"type": "string",
"description": "Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=\"https://twelvedata.com/pricing\">Ultra</a> plan (individual) and the <a href=\"https://twelvedata.com/pricing-business\">Enterprise</a> plan (business) and above."
},
"isin": {
"type": "string",
"description": "Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"cusip": {
"type": "string",
"description": "The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"country": {
"type": "string",
"description": "Filter by country name or alpha code, e.g., `United States` or `US`"
},
"exchange": {
"type": "string",
"description": "Filter by exchange name"
},
"mic_code": {
"type": "string",
"description": "The Market Identifier Code (MIC) of the exchange where the instrument is traded, e.g., XNAS, XLON."
}
},
"required": [
"PCID"
]
}
twelvedata_fundamentals_get_growth_estimates
Growth estimates Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Filter by symbol |
figi | string | No | — | The FIGI of an instrument for which data is requested. This parameter is available on the <a href=“https://twelvedata.com/pricing”>Ultra</a> plan (individual) and the <a href=“https://twelvedata.com/pricing-business”>Enterprise</a> plan (business) and above. |
isin | string | No | — | Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
cusip | string | No | — | The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
exchange | string | No | — | Exchange where instrument is traded |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Filter by symbol"
},
"figi": {
"type": "string",
"description": "The FIGI of an instrument for which data is requested. This parameter is available on the <a href=\"https://twelvedata.com/pricing\">Ultra</a> plan (individual) and the <a href=\"https://twelvedata.com/pricing-business\">Enterprise</a> plan (business) and above."
},
"isin": {
"type": "string",
"description": "Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"cusip": {
"type": "string",
"description": "The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"country": {
"type": "string",
"description": "The country where the instrument is traded, e.g., `United States` or `US`"
},
"exchange": {
"type": "string",
"description": "Exchange where instrument is traded"
}
},
"required": [
"PCID"
]
}
twelvedata_fundamentals_get_income_statement
Income statement Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. BRK.A or BRK.B will be correct |
figi | string | No | — | Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=“https://twelvedata.com/pricing”>Ultra</a> plan (individual) and the <a href=“https://twelvedata.com/pricing-business”>Enterprise</a> plan (business) and above. |
isin | string | No | — | Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
cusip | string | No | — | The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | Country where instrument is traded, e.g., United States or US |
period | string | No | — | The reporting period for the income statement data |
start_date | string | No | — | Begin date for filtering income statements by fiscal date. Returns income statements with fiscal dates on or after this date. Format 2006-01-02 |
end_date | string | No | — | End date for filtering income statements by fiscal date. Returns income statements with fiscal dates on or before this date. Format 2006-01-02 |
outputsize | integer | No | — | Number of records in response |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. `BRK.A` or `BRK.B` will be correct"
},
"figi": {
"type": "string",
"description": "Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=\"https://twelvedata.com/pricing\">Ultra</a> plan (individual) and the <a href=\"https://twelvedata.com/pricing-business\">Enterprise</a> plan (business) and above."
},
"isin": {
"type": "string",
"description": "Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"cusip": {
"type": "string",
"description": "The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"exchange": {
"type": "string",
"description": "Exchange where instrument is traded"
},
"mic_code": {
"type": "string",
"description": "Market Identifier Code (MIC) under ISO 10383 standard"
},
"country": {
"type": "string",
"description": "Country where instrument is traded, e.g., `United States` or `US`"
},
"period": {
"type": "string",
"description": "The reporting period for the income statement data",
"enum": [
"annual",
"quarterly"
]
},
"start_date": {
"type": "string",
"description": "Begin date for filtering income statements by fiscal date. Returns income statements with fiscal dates on or after this date. Format `2006-01-02`"
},
"end_date": {
"type": "string",
"description": "End date for filtering income statements by fiscal date. Returns income statements with fiscal dates on or before this date. Format `2006-01-02`"
},
"outputsize": {
"type": "integer",
"description": "Number of records in response"
}
},
"required": [
"PCID"
]
}
twelvedata_fundamentals_get_income_statement_consolidated
Income statement consolidated Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. BRK.A or BRK.B will be correct |
figi | string | No | — | Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=“https://twelvedata.com/pricing”>Ultra</a> plan (individual) and the <a href=“https://twelvedata.com/pricing-business”>Enterprise</a> plan (business) and above. |
isin | string | No | — | Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
cusip | string | No | — | The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | Country where instrument is traded, e.g., United States or US |
period | string | No | — | The reporting period for the income statement data |
start_date | string | No | — | Begin date for filtering income statements by fiscal date. Returns income statements with fiscal dates on or after this date. Format 2006-01-02 |
end_date | string | No | — | End date for filtering income statements by fiscal date. Returns income statements with fiscal dates on or before this date. Format 2006-01-02 |
outputsize | integer | No | — | Number of records in response |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. `BRK.A` or `BRK.B` will be correct"
},
"figi": {
"type": "string",
"description": "Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=\"https://twelvedata.com/pricing\">Ultra</a> plan (individual) and the <a href=\"https://twelvedata.com/pricing-business\">Enterprise</a> plan (business) and above."
},
"isin": {
"type": "string",
"description": "Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"cusip": {
"type": "string",
"description": "The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"exchange": {
"type": "string",
"description": "Exchange where instrument is traded"
},
"mic_code": {
"type": "string",
"description": "Market Identifier Code (MIC) under ISO 10383 standard"
},
"country": {
"type": "string",
"description": "Country where instrument is traded, e.g., `United States` or `US`"
},
"period": {
"type": "string",
"description": "The reporting period for the income statement data",
"enum": [
"annual",
"quarterly"
]
},
"start_date": {
"type": "string",
"description": "Begin date for filtering income statements by fiscal date. Returns income statements with fiscal dates on or after this date. Format `2006-01-02`"
},
"end_date": {
"type": "string",
"description": "End date for filtering income statements by fiscal date. Returns income statements with fiscal dates on or before this date. Format `2006-01-02`"
},
"outputsize": {
"type": "integer",
"description": "Number of records in response"
}
},
"required": [
"PCID"
]
}
twelvedata_fundamentals_get_ipo_calendar
IPO calendar Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | Country where instrument is traded, e.g., United States or US |
start_date | string | No | — | The earliest IPO date to include in the results. Format: 2006-01-02 |
end_date | string | No | — | The latest IPO date to include in the results. Format: 2006-01-02 |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"exchange": {
"type": "string",
"description": "Exchange where instrument is traded"
},
"mic_code": {
"type": "string",
"description": "Market Identifier Code (MIC) under ISO 10383 standard"
},
"country": {
"type": "string",
"description": "Country where instrument is traded, e.g., `United States` or `US`"
},
"start_date": {
"type": "string",
"description": "The earliest IPO date to include in the results. Format: `2006-01-02`"
},
"end_date": {
"type": "string",
"description": "The latest IPO date to include in the results. Format: `2006-01-02`"
}
},
"required": [
"PCID"
]
}
twelvedata_fundamentals_get_key_executives
Key executives Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. BRK.A or BRK.B will be correct |
figi | string | No | — | Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=“https://twelvedata.com/pricing”>Ultra</a> plan (individual) and the <a href=“https://twelvedata.com/pricing-business”>Enterprise</a> plan (business) and above. |
isin | string | No | — | Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
cusip | string | No | — | The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | Country where instrument is traded, e.g., United States or US |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. `BRK.A` or `BRK.B` will be correct"
},
"figi": {
"type": "string",
"description": "Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=\"https://twelvedata.com/pricing\">Ultra</a> plan (individual) and the <a href=\"https://twelvedata.com/pricing-business\">Enterprise</a> plan (business) and above."
},
"isin": {
"type": "string",
"description": "Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"cusip": {
"type": "string",
"description": "The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"exchange": {
"type": "string",
"description": "Exchange where instrument is traded"
},
"mic_code": {
"type": "string",
"description": "Market Identifier Code (MIC) under ISO 10383 standard"
},
"country": {
"type": "string",
"description": "Country where instrument is traded, e.g., `United States` or `US`"
}
},
"required": [
"PCID"
]
}
twelvedata_fundamentals_get_last_changes
Last changes Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
endpoint | string | Yes | — | Endpoint name |
start_date | string | No | — | The starting date and time for data selection, in 2006-01-02T15:04:05 format |
symbol | string | No | — | Filter by symbol |
exchange | string | No | — | Filter by exchange name |
mic_code | string | No | — | Filter by market identifier code (MIC) under ISO 10383 standard |
country | string | No | — | Filter by country name or alpha code, e.g., United States or US |
page | integer | No | — | Page number |
outputsize | integer | No | — | Number of records in response |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"endpoint": {
"type": "string",
"description": "Endpoint name",
"enum": [
"price_target",
"recommendations",
"statistics",
"insider_transactions",
"profile",
"mutual_funds_world_summary",
"mutual_funds_world",
"institutional_holders",
"analyst_rating",
"income_statement",
"income_statement_quarterly",
"cash_flow",
"cash_flow_quarterly",
"balance_sheet",
"balance_sheet_quarterly",
"mutual_funds_list",
"mutual_funds_world_sustainability",
"mutual_funds_world_risk",
"mutual_funds_world_purchase_info",
"mutual_funds_world_composition",
"mutual_funds_world_performance",
"etfs_list",
"etfs_world",
"etfs_world_summary",
"etfs_world_performance",
"etfs_world_risk",
"etfs_world_composition",
"dividends",
"splits",
"money_market_funds_world"
]
},
"start_date": {
"type": "string",
"description": "The starting date and time for data selection, in `2006-01-02T15:04:05` format"
},
"symbol": {
"type": "string",
"description": "Filter by symbol"
},
"exchange": {
"type": "string",
"description": "Filter by exchange name"
},
"mic_code": {
"type": "string",
"description": "Filter by market identifier code (MIC) under ISO 10383 standard"
},
"country": {
"type": "string",
"description": "Filter by country name or alpha code, e.g., `United States` or `US`"
},
"page": {
"type": "integer",
"description": "Page number"
},
"outputsize": {
"type": "integer",
"description": "Number of records in response"
}
},
"required": [
"PCID",
"endpoint"
]
}
twelvedata_fundamentals_get_logo
Logo Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | Yes | — | The ticker symbol of an instrument for which data is requested, e.g., AAPL, BTC/USD, EUR/USD. |
exchange | string | No | — | The exchange name where the instrument is traded, e.g., NASDAQ, NSE |
mic_code | string | No | — | The Market Identifier Code (MIC) of the exchange where the instrument is traded, e.g., XNAS, XLON |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "The ticker symbol of an instrument for which data is requested, e.g., `AAPL`, `BTC/USD`, `EUR/USD`."
},
"exchange": {
"type": "string",
"description": "The exchange name where the instrument is traded, e.g., `NASDAQ`, `NSE`"
},
"mic_code": {
"type": "string",
"description": "The Market Identifier Code (MIC) of the exchange where the instrument is traded, e.g., `XNAS`, `XLON`"
},
"country": {
"type": "string",
"description": "The country where the instrument is traded, e.g., `United States` or `US`"
}
},
"required": [
"PCID",
"symbol"
]
}
twelvedata_fundamentals_get_market_cap
Market capitalization Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Filter by symbol |
figi | string | No | — | Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=“https://twelvedata.com/pricing”>Ultra</a> plan (individual) and the <a href=“https://twelvedata.com/pricing-business”>Enterprise</a> plan (business) and above. |
isin | string | No | — | Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
cusip | string | No | — | The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
exchange | string | No | — | Filter by exchange name |
mic_code | string | No | — | Filter by market identifier code (MIC) under ISO 10383 standard |
country | string | No | — | Filter by country name or alpha code, e.g., United States or US |
start_date | string | No | — | Start date for market capitalization data retrieval. Data will be returned from this date onwards. Format 2006-01-02 |
end_date | string | No | — | End date for market capitalization data retrieval. Data will be returned up to and including this date. Format 2006-01-02 |
page | integer | No | — | Page number |
outputsize | integer | No | — | Number of records in response |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Filter by symbol"
},
"figi": {
"type": "string",
"description": "Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=\"https://twelvedata.com/pricing\">Ultra</a> plan (individual) and the <a href=\"https://twelvedata.com/pricing-business\">Enterprise</a> plan (business) and above."
},
"isin": {
"type": "string",
"description": "Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"cusip": {
"type": "string",
"description": "The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"exchange": {
"type": "string",
"description": "Filter by exchange name"
},
"mic_code": {
"type": "string",
"description": "Filter by market identifier code (MIC) under ISO 10383 standard"
},
"country": {
"type": "string",
"description": "Filter by country name or alpha code, e.g., `United States` or `US`"
},
"start_date": {
"type": "string",
"description": "Start date for market capitalization data retrieval. Data will be returned from this date onwards. Format `2006-01-02`"
},
"end_date": {
"type": "string",
"description": "End date for market capitalization data retrieval. Data will be returned up to and including this date. Format `2006-01-02`"
},
"page": {
"type": "integer",
"description": "Page number"
},
"outputsize": {
"type": "integer",
"description": "Number of records in response"
}
},
"required": [
"PCID"
]
}
twelvedata_fundamentals_get_price_target
Price target Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Filter by symbol |
figi | string | No | — | Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=“https://twelvedata.com/pricing”>Ultra</a> plan (individual) and the <a href=“https://twelvedata.com/pricing-business”>Enterprise</a> plan (business) and above. |
isin | string | No | — | Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
cusip | string | No | — | The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
country | string | No | — | Filter by country name or alpha code, e.g., United States or US |
exchange | string | No | — | Filter by exchange name |
mic_code | string | No | — | The Market Identifier Code (MIC) of the exchange where the instrument is traded, e.g., XNAS, XLON. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Filter by symbol"
},
"figi": {
"type": "string",
"description": "Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=\"https://twelvedata.com/pricing\">Ultra</a> plan (individual) and the <a href=\"https://twelvedata.com/pricing-business\">Enterprise</a> plan (business) and above."
},
"isin": {
"type": "string",
"description": "Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"cusip": {
"type": "string",
"description": "The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"country": {
"type": "string",
"description": "Filter by country name or alpha code, e.g., `United States` or `US`"
},
"exchange": {
"type": "string",
"description": "Filter by exchange name"
},
"mic_code": {
"type": "string",
"description": "The Market Identifier Code (MIC) of the exchange where the instrument is traded, e.g., XNAS, XLON."
}
},
"required": [
"PCID"
]
}
twelvedata_fundamentals_get_profile
Profile Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. BRK.A or BRK.B will be correct |
figi | string | No | — | Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=“https://twelvedata.com/pricing”>Ultra</a> plan (individual) and the <a href=“https://twelvedata.com/pricing-business”>Enterprise</a> plan (business) and above. |
isin | string | No | — | Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
cusip | string | No | — | The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | Country where instrument is traded, e.g., United States or US |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. `BRK.A` or `BRK.B` will be correct"
},
"figi": {
"type": "string",
"description": "Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=\"https://twelvedata.com/pricing\">Ultra</a> plan (individual) and the <a href=\"https://twelvedata.com/pricing-business\">Enterprise</a> plan (business) and above."
},
"isin": {
"type": "string",
"description": "Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"cusip": {
"type": "string",
"description": "The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"exchange": {
"type": "string",
"description": "Exchange where instrument is traded"
},
"mic_code": {
"type": "string",
"description": "Market Identifier Code (MIC) under ISO 10383 standard"
},
"country": {
"type": "string",
"description": "Country where instrument is traded, e.g., `United States` or `US`"
}
},
"required": [
"PCID"
]
}
twelvedata_fundamentals_get_recommendations
Recommendations Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Filter by symbol |
figi | string | No | — | The FIGI of an instrument for which data is requested. This parameter is available on the <a href=“https://twelvedata.com/pricing”>Ultra</a> plan (individual) and the <a href=“https://twelvedata.com/pricing-business”>Enterprise</a> plan (business) and above. |
isin | string | No | — | Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
cusip | string | No | — | The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
exchange | string | No | — | The exchange name where the instrument is traded, e.g., Nasdaq, NSE. |
mic_code | string | No | — | The Market Identifier Code (MIC) of the exchange where the instrument is traded, e.g., XNAS, XLON. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Filter by symbol"
},
"figi": {
"type": "string",
"description": "The FIGI of an instrument for which data is requested. This parameter is available on the <a href=\"https://twelvedata.com/pricing\">Ultra</a> plan (individual) and the <a href=\"https://twelvedata.com/pricing-business\">Enterprise</a> plan (business) and above."
},
"isin": {
"type": "string",
"description": "Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"cusip": {
"type": "string",
"description": "The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"country": {
"type": "string",
"description": "The country where the instrument is traded, e.g., `United States` or `US`"
},
"exchange": {
"type": "string",
"description": "The exchange name where the instrument is traded, e.g., `Nasdaq`, `NSE`."
},
"mic_code": {
"type": "string",
"description": "The Market Identifier Code (MIC) of the exchange where the instrument is traded, e.g., XNAS, XLON."
}
},
"required": [
"PCID"
]
}
twelvedata_fundamentals_get_revenue_estimate
Revenue estimate Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Filter by symbol |
figi | string | No | — | Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=“https://twelvedata.com/pricing”>Ultra</a> plan (individual) and the <a href=“https://twelvedata.com/pricing-business”>Enterprise</a> plan (business) and above. |
isin | string | No | — | Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
cusip | string | No | — | The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
country | string | No | — | Filter by country name or alpha code, e.g., United States or US |
exchange | string | No | — | Filter by exchange name |
mic_code | string | No | — | The Market Identifier Code (MIC) of the exchange where the instrument is traded, e.g., XNAS, XLON. |
dp | integer | No | — | Number of decimal places for floating values. Should be in range [0,11] inclusive |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Filter by symbol"
},
"figi": {
"type": "string",
"description": "Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=\"https://twelvedata.com/pricing\">Ultra</a> plan (individual) and the <a href=\"https://twelvedata.com/pricing-business\">Enterprise</a> plan (business) and above."
},
"isin": {
"type": "string",
"description": "Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"cusip": {
"type": "string",
"description": "The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"country": {
"type": "string",
"description": "Filter by country name or alpha code, e.g., `United States` or `US`"
},
"exchange": {
"type": "string",
"description": "Filter by exchange name"
},
"mic_code": {
"type": "string",
"description": "The Market Identifier Code (MIC) of the exchange where the instrument is traded, e.g., XNAS, XLON."
},
"dp": {
"type": "integer",
"description": "Number of decimal places for floating values. Should be in range [0,11] inclusive"
}
},
"required": [
"PCID"
]
}
twelvedata_fundamentals_get_splits
Splits Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. BRK.A or BRK.B will be correct |
figi | string | No | — | Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=“https://twelvedata.com/pricing”>Ultra</a> plan (individual) and the <a href=“https://twelvedata.com/pricing-business”>Enterprise</a> plan (business) and above. |
isin | string | No | — | Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
cusip | string | No | — | The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | Country where instrument is traded, e.g., United States or US |
range | string | No | — | Range of data to be returned |
start_date | string | No | — | The starting date for data selection. Format 2006-01-02 |
end_date | string | No | — | The ending date for data selection. Format 2006-01-02 |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. `BRK.A` or `BRK.B` will be correct"
},
"figi": {
"type": "string",
"description": "Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=\"https://twelvedata.com/pricing\">Ultra</a> plan (individual) and the <a href=\"https://twelvedata.com/pricing-business\">Enterprise</a> plan (business) and above."
},
"isin": {
"type": "string",
"description": "Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"cusip": {
"type": "string",
"description": "The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"exchange": {
"type": "string",
"description": "Exchange where instrument is traded"
},
"mic_code": {
"type": "string",
"description": "Market Identifier Code (MIC) under ISO 10383 standard"
},
"country": {
"type": "string",
"description": "Country where instrument is traded, e.g., `United States` or `US`"
},
"range": {
"type": "string",
"description": "Range of data to be returned",
"enum": [
"last",
"1m",
"3m",
"6m",
"ytd",
"1y",
"2y",
"5y",
"full"
]
},
"start_date": {
"type": "string",
"description": "The starting date for data selection. Format `2006-01-02`"
},
"end_date": {
"type": "string",
"description": "The ending date for data selection. Format `2006-01-02`"
}
},
"required": [
"PCID"
]
}
twelvedata_fundamentals_get_splits_calendar
Splits calendar Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. BRK.A or BRK.B will be correct |
figi | string | No | — | Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=“https://twelvedata.com/pricing”>Ultra</a> plan (individual) and the <a href=“https://twelvedata.com/pricing-business”>Enterprise</a> plan (business) and above. |
isin | string | No | — | Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
cusip | string | No | — | The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | Country where instrument is traded, e.g., United States or US |
start_date | string | No | — | The starting date (inclusive) for filtering split events in the calendar. Format 2006-01-02 |
end_date | string | No | — | The ending date (inclusive) for filtering split events in the calendar. Format 2006-01-02 |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 500. Default 100 when no date parameters are set, otherwise set to maximum |
page | string | No | — | Page number |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. `BRK.A` or `BRK.B` will be correct"
},
"figi": {
"type": "string",
"description": "Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=\"https://twelvedata.com/pricing\">Ultra</a> plan (individual) and the <a href=\"https://twelvedata.com/pricing-business\">Enterprise</a> plan (business) and above."
},
"isin": {
"type": "string",
"description": "Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"cusip": {
"type": "string",
"description": "The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"exchange": {
"type": "string",
"description": "Exchange where instrument is traded"
},
"mic_code": {
"type": "string",
"description": "Market Identifier Code (MIC) under ISO 10383 standard"
},
"country": {
"type": "string",
"description": "Country where instrument is traded, e.g., `United States` or `US`"
},
"start_date": {
"type": "string",
"description": "The starting date (inclusive) for filtering split events in the calendar. Format `2006-01-02`"
},
"end_date": {
"type": "string",
"description": "The ending date (inclusive) for filtering split events in the calendar. Format `2006-01-02`"
},
"outputsize": {
"type": "integer",
"description": "Number of data points to retrieve. Supports values in the range from `1` to `500`. Default `100` when no date parameters are set, otherwise set to maximum"
},
"page": {
"type": "string",
"description": "Page number"
}
},
"required": [
"PCID"
]
}
twelvedata_fundamentals_get_statistics
Statistics Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. BRK.A or BRK.B will be correct |
figi | string | No | — | Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=“https://twelvedata.com/pricing”>Ultra</a> plan (individual) and the <a href=“https://twelvedata.com/pricing-business”>Enterprise</a> plan (business) and above. |
isin | string | No | — | Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
cusip | string | No | — | The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | Country where instrument is traded, e.g., United States or US |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. `BRK.A` or `BRK.B` will be correct"
},
"figi": {
"type": "string",
"description": "Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=\"https://twelvedata.com/pricing\">Ultra</a> plan (individual) and the <a href=\"https://twelvedata.com/pricing-business\">Enterprise</a> plan (business) and above."
},
"isin": {
"type": "string",
"description": "Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"cusip": {
"type": "string",
"description": "The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"exchange": {
"type": "string",
"description": "Exchange where instrument is traded"
},
"mic_code": {
"type": "string",
"description": "Market Identifier Code (MIC) under ISO 10383 standard"
},
"country": {
"type": "string",
"description": "Country where instrument is traded, e.g., `United States` or `US`"
}
},
"required": [
"PCID"
]
}
twelvedata_fundamentals_press_releases_list_parameters
Press releases Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. BRK.A or BRK.B will be correct |
figi | string | No | — | Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=“https://twelvedata.com/pricing”>Ultra</a> plan (individual) and the <a href=“https://twelvedata.com/pricing-business”>Enterprise</a> plan (business) and above. |
isin | string | No | — | Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
cusip | string | No | — | The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
start_date | string | No | — | Begin date for filtering items. Returns press releases with release date on or after this date. Format 2025-12-24T02:07:00 |
end_date | string | No | — | End date for filtering items. Returns press releases with release date on or before this date. Format 2025-12-24T02:07:00 |
timezone | string | No | — | Time zone for date filtering. Default is the identifier time zone. |
language | string | No | — | Comma-separated list of languages to filter press releases by language. |
outputsize | integer | No | — | Number of latest press releases returned. Only used if no data range is specified. Maximum value is 10. type: number |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. `BRK.A` or `BRK.B` will be correct"
},
"figi": {
"type": "string",
"description": "Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href=\"https://twelvedata.com/pricing\">Ultra</a> plan (individual) and the <a href=\"https://twelvedata.com/pricing-business\">Enterprise</a> plan (business) and above."
},
"isin": {
"type": "string",
"description": "Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"cusip": {
"type": "string",
"description": "The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"
},
"exchange": {
"type": "string",
"description": "Exchange where instrument is traded"
},
"mic_code": {
"type": "string",
"description": "Market Identifier Code (MIC) under ISO 10383 standard"
},
"start_date": {
"type": "string",
"description": "Begin date for filtering items. Returns press releases with release date on or after this date. Format `2025-12-24T02:07:00`"
},
"end_date": {
"type": "string",
"description": "End date for filtering items. Returns press releases with release date on or before this date. Format `2025-12-24T02:07:00`"
},
"timezone": {
"type": "string",
"description": "Time zone for date filtering. Default is the identifier time zone."
},
"language": {
"type": "string",
"description": "Comma-separated list of languages to filter press releases by language."
},
"outputsize": {
"type": "integer",
"description": "Number of latest press releases returned. Only used if no data range is specified. Maximum value is `10`. type: number"
}
},
"required": [
"PCID"
]
}

