/twelvedata-reference | Type: Application | PCID required: Yes
Tools
twelvedata_reference_get_bonds
Fixed income Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | The ticker symbol of an instrument for which data is requested |
exchange | string | No | — | Filter by exchange name |
country | string | No | — | Filter by country name or alpha code, e.g., United States or US |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
show_plan | boolean | No | — | Adds info on which plan symbol is available |
page | integer | No | — | Page number of the results to fetch |
outputsize | integer | No | — | Determines the number of data points returned in the output |
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"
},
"exchange": {
"type": "string",
"description": "Filter by exchange name"
},
"country": {
"type": "string",
"description": "Filter by country name or alpha code, e.g., `United States` or `US`"
},
"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"
},
"show_plan": {
"type": "boolean",
"description": "Adds info on which plan symbol is available"
},
"page": {
"type": "integer",
"description": "Page number of the results to fetch"
},
"outputsize": {
"type": "integer",
"description": "Determines the number of data points returned in the output"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_commodities
Commodities Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | The ticker symbol of an instrument for which data is requested |
category | string | No | — | Filter by category of commodity |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
page | integer | No | — | Page number of the results to fetch |
outputsize | integer | No | — | Determines the number of data points returned in the output |
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"
},
"category": {
"type": "string",
"description": "Filter by category of commodity"
},
"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"
},
"page": {
"type": "integer",
"description": "Page number of the results to fetch"
},
"outputsize": {
"type": "integer",
"description": "Determines the number of data points returned in the output"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_countries
CountriesShow inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_cross_listings
Cross listings Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | Yes | — | The ticker symbol of an instrument for which data is requested |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market identifier code (MIC) under ISO 10383 standard |
country | string | No | — | Country to which stock exchange belongs to |
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"
},
"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 to which stock exchange belongs to"
}
},
"required": [
"PCID",
"symbol"
]
}
twelvedata_reference_get_cryptocurrencies
Cryptocurrency pairs Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | The ticker symbol of an instrument for which data is requested |
exchange | string | No | — | Filter by exchange name. E.g. Binance, Coinbase, etc. |
currency_base | string | No | — | Filter by currency base |
currency_quote | string | No | — | Filter by currency quote |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
page | integer | No | — | Page number of the results to fetch |
outputsize | integer | No | — | Determines the number of data points returned in the output |
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"
},
"exchange": {
"type": "string",
"description": "Filter by exchange name. E.g. `Binance`, `Coinbase`, etc."
},
"currency_base": {
"type": "string",
"description": "Filter by currency base"
},
"currency_quote": {
"type": "string",
"description": "Filter by currency quote"
},
"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"
},
"page": {
"type": "integer",
"description": "Page number of the results to fetch"
},
"outputsize": {
"type": "integer",
"description": "Determines the number of data points returned in the output"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_cryptocurrency_exchanges
Cryptocurrency exchanges Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
format | string | No | — | The format of the response data |
delimiter | string | No | — | Specify the delimiter used when downloading the CSV file |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"format": {
"type": "string",
"description": "The format of the response data",
"enum": [
"JSON",
"CSV"
]
},
"delimiter": {
"type": "string",
"description": "Specify the delimiter used when downloading the CSV file"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_direct_holders
Direct holders 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_reference_get_earliest_timestamp
Earliest timestamp Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series. |
exchange | string | No | — | Exchange where instrument is traded. |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard. |
timezone | string | No | — | Timezone at which output datetime will be displayed. Supports: <ul> <li>1. <code>Exchange</code> for local exchange time</li> <li>2. <code>UTC</code> for datetime at universal UTC standard</li> <li>3. Timezone name according to the IANA Time Zone Database. E.g. <code>America/New_York</code>, <code>Asia/Singapore</code>. Full list of timezones can be found <a href=“https://en.wikipedia.org/wiki/List_of_tz_database_time_zones” target=“blank”>here</a>.</li> </ul> <p>Interval Limitation: The timezone parameter is only applicable for intraday intervals (less than 1 day). For intervals of 1day, 1week, or 1month, the timezone parameter is ignored, and data is strictly returned in the Exchange local time.</p> <i>Take note that the IANA Timezone name is case-sensitive</i> |
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 the instrument."
},
"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"
},
"interval": {
"type": "string",
"description": "Interval between two consecutive points in time series.",
"enum": [
"1min",
"5min",
"15min",
"30min",
"45min",
"1h",
"2h",
"4h",
"8h",
"1day",
"1week",
"1month"
]
},
"exchange": {
"type": "string",
"description": "Exchange where instrument is traded."
},
"mic_code": {
"type": "string",
"description": "Market Identifier Code (MIC) under ISO 10383 standard."
},
"timezone": {
"type": "string",
"description": "Timezone at which output datetime will be displayed. Supports: <ul> <li>1. <code>Exchange</code> for local exchange time</li> <li>2. <code>UTC</code> for datetime at universal UTC standard</li> <li>3. Timezone name according to the IANA Time Zone Database. E.g. <code>America/New_York</code>, <code>Asia/Singapore</code>. Full list of timezones can be found <a href=\"https://en.wikipedia.org/wiki/List_of_tz_database_time_zones\" target=\"blank\">here</a>.</li> </ul> <p>Interval Limitation: The timezone parameter is only applicable for intraday intervals (less than 1 day). For intervals of 1day, 1week, or 1month, the timezone parameter is ignored, and data is strictly returned in the Exchange local time.</p> <i>Take note that the IANA Timezone name is case-sensitive</i>"
}
},
"required": [
"PCID",
"interval"
]
}
twelvedata_reference_get_edgar_filings_archive
EDGAR fillings Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | The ticker symbol of an instrument for which data is requested |
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 |
form_type | string | No | — | Filter by form types, example 8-K, EX-1.1 |
filled_from | string | No | — | Filter by filled date from |
filled_to | string | No | — | Filter by filled date to |
page | integer | No | — | Page number |
page_size | 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": "The ticker symbol of an instrument for which data is requested"
},
"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`"
},
"form_type": {
"type": "string",
"description": "Filter by form types, example `8-K`, `EX-1.1`"
},
"filled_from": {
"type": "string",
"description": "Filter by filled date from"
},
"filled_to": {
"type": "string",
"description": "Filter by filled date to"
},
"page": {
"type": "integer",
"description": "Page number"
},
"page_size": {
"type": "integer",
"description": "Number of records in response"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_etf
ETFs Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | The ticker symbol of an instrument for which data is requested |
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 |
cik | string | No | — | The CIK of an instrument for which data is requested |
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 |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
show_plan | boolean | No | — | Adds info on which plan symbol is available |
include_delisted | boolean | No | — | Include delisted identifiers |
page | integer | No | — | Page number of the results to fetch |
outputsize | integer | No | — | Determines the number of data points returned in the output |
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"
},
"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"
},
"cik": {
"type": "string",
"description": "The CIK of an instrument for which data is requested"
},
"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`"
},
"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"
},
"show_plan": {
"type": "boolean",
"description": "Adds info on which plan symbol is available"
},
"include_delisted": {
"type": "boolean",
"description": "Include delisted identifiers"
},
"page": {
"type": "integer",
"description": "Page number of the results to fetch"
},
"outputsize": {
"type": "integer",
"description": "Determines the number of data points returned in the output"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_etfs_family
ETFs families Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
country | string | No | — | Filter by country name or alpha code, e.g., United States or US |
fund_family | string | No | — | Filter by investment company that manages the fund |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"country": {
"type": "string",
"description": "Filter by country name or alpha code, e.g., `United States` or `US`"
},
"fund_family": {
"type": "string",
"description": "Filter by investment company that manages the fund"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_etfs_list
ETFs directory 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 |
cik | string | No | — | The CIK of an instrument for which data is requested |
country | string | No | — | Filter by country name or alpha code, e.g., United States or US |
fund_family | string | No | — | Filter by investment company that manages the fund |
fund_type | string | No | — | Filter by the type of fund |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Number of decimal places for floating values |
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"
},
"cik": {
"type": "string",
"description": "The CIK of an instrument for which data is requested"
},
"country": {
"type": "string",
"description": "Filter by country name or alpha code, e.g., `United States` or `US`"
},
"fund_family": {
"type": "string",
"description": "Filter by investment company that manages the fund"
},
"fund_type": {
"type": "string",
"description": "Filter by the type of fund"
},
"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"
},
"dp": {
"type": "integer",
"description": "Number of decimal places for floating values"
},
"page": {
"type": "integer",
"description": "Page number"
},
"outputsize": {
"type": "integer",
"description": "Number of records in response"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_etfs_type
ETFs types Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
country | string | No | — | Filter by country name or alpha code, e.g., United States or US |
fund_type | string | No | — | Filter by the type of fund |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"country": {
"type": "string",
"description": "Filter by country name or alpha code, e.g., `United States` or `US`"
},
"fund_type": {
"type": "string",
"description": "Filter by the type of fund"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_etfs_world
ETF full data Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of etf |
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 |
dp | integer | No | — | Number of decimal places for floating values. Accepts value in range [0,11] |
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 etf"
},
"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`"
},
"dp": {
"type": "integer",
"description": "Number of decimal places for floating values. Accepts value in range [0,11]"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_etfs_world_composition
Composition Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of etf |
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 |
dp | integer | No | — | Number of decimal places for floating values. Accepts value in range [0,11] |
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 etf"
},
"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`"
},
"dp": {
"type": "integer",
"description": "Number of decimal places for floating values. Accepts value in range [0,11]"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_etfs_world_performance
Performance Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of etf |
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 |
dp | integer | No | — | Number of decimal places for floating values. Accepts value in range [0,11] |
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 etf"
},
"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`"
},
"dp": {
"type": "integer",
"description": "Number of decimal places for floating values. Accepts value in range [0,11]"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_etfs_world_risk
Risk Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of etf |
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 |
dp | integer | No | — | Number of decimal places for floating values. Accepts value in range [0,11] |
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 etf"
},
"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`"
},
"dp": {
"type": "integer",
"description": "Number of decimal places for floating values. Accepts value in range [0,11]"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_etfs_world_summary
Summary Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of etf |
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 |
dp | integer | No | — | Number of decimal places for floating values. Accepts value in range [0,11] |
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 etf"
},
"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`"
},
"dp": {
"type": "integer",
"description": "Number of decimal places for floating values. Accepts value in range [0,11]"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_exchange_schedule
Exchanges schedule Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
mic_name | 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 |
date | string | No | — | <p> If a date is provided, the API returns the schedule for the specified date; otherwise, it returns the default (common) schedule. </p> The date can be specified in one of the following formats: <ul> <li>An exact date (e.g., <code>2021-10-27</code>)</li> <li>A human-readable keyword: <code>today</code> or <code>yesterday</code></li> <li>A full datetime string in UTC (e.g., <code>2025-04-11T20:00:00</code>) to retrieve the schedule corresponding to the day in the specified time.</li> </ul> When using a datetime value, the resulting schedule will correspond to the local calendar day at the specified time. For example, <code>2025-04-11T20:00:00 UTC</code> corresponds to: <ul> <li><code>2025-04-11</code> in the <code>America/New_York</code> timezone</li> <li><code>2025-04-12</code> in the <code>Australia/Sydney</code> timezone</li> </ul> |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"mic_name": {
"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`"
},
"date": {
"type": "string",
"description": "<p> If a date is provided, the API returns the schedule for the specified date; otherwise, it returns the default (common) schedule. </p> The date can be specified in one of the following formats: <ul> <li>An exact date (e.g., <code>2021-10-27</code>)</li> <li>A human-readable keyword: <code>today</code> or <code>yesterday</code></li> <li>A full datetime string in UTC (e.g., <code>2025-04-11T20:00:00</code>) to retrieve the schedule corresponding to the day in the specified time.</li> </ul> When using a datetime value, the resulting schedule will correspond to the local calendar day at the specified time. For example, <code>2025-04-11T20:00:00 UTC</code> corresponds to: <ul> <li><code>2025-04-11</code> in the <code>America/New_York</code> timezone</li> <li><code>2025-04-12</code> in the <code>Australia/Sydney</code> timezone</li> </ul>"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_exchanges
Exchanges Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
type | string | No | — | The asset class to which the instrument belongs |
name | string | No | — | Filter by exchange name |
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 |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
show_plan | boolean | No | — | Adds info on which plan symbol is available |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"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"
]
},
"name": {
"type": "string",
"description": "Filter by exchange name"
},
"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`"
},
"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"
},
"show_plan": {
"type": "boolean",
"description": "Adds info on which plan symbol is available"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_forex_pairs
Forex pairs Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | The ticker symbol of an instrument for which data is requested |
currency_base | string | No | — | Filter by currency base |
currency_quote | string | No | — | Filter by currency quote |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
page | integer | No | — | Page number of the results to fetch |
outputsize | integer | No | — | Determines the number of data points returned in the output |
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"
},
"currency_base": {
"type": "string",
"description": "Filter by currency base"
},
"currency_quote": {
"type": "string",
"description": "Filter by currency quote"
},
"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"
},
"page": {
"type": "integer",
"description": "Page number of the results to fetch"
},
"outputsize": {
"type": "integer",
"description": "Determines the number of data points returned in the output"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_fund_holders
Fund holders 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_reference_get_funds
Funds Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | The ticker symbol of an instrument for which data is requested |
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 |
cik | string | No | — | The CIK of an instrument for which data is requested |
exchange | string | No | — | Filter by exchange name |
country | string | No | — | Filter by country name or alpha code, e.g., United States or US |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
show_plan | boolean | No | — | Adds info on which plan symbol is available |
page | integer | No | — | Page number of the results to fetch |
outputsize | integer | No | — | Determines the number of data points returned in the output |
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"
},
"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"
},
"cik": {
"type": "string",
"description": "The CIK of an instrument for which data is requested"
},
"exchange": {
"type": "string",
"description": "Filter by exchange name"
},
"country": {
"type": "string",
"description": "Filter by country name or alpha code, e.g., `United States` or `US`"
},
"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"
},
"show_plan": {
"type": "boolean",
"description": "Adds info on which plan symbol is available"
},
"page": {
"type": "integer",
"description": "Page number of the results to fetch"
},
"outputsize": {
"type": "integer",
"description": "Determines the number of data points returned in the output"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_insider_transactions
Insider transaction Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | The ticker symbol of an instrument for which data is requested, e.g., AAPL, TSLA. 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, e.g., Nasdaq, NSE |
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": "The ticker symbol of an instrument for which data is requested, e.g., `AAPL`, `TSLA`. 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, e.g., `Nasdaq`, `NSE`"
},
"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_reference_get_institutional_holders
Institutional holders 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_reference_get_instrument_type
Instrument typeShow inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_intervals
Intervals ListShow inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_market_state
Market state Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
exchange | string | No | — | The exchange name where the instrument is traded. |
code | string | No | — | The Market Identifier Code (MIC) of the exchange where the instrument is traded. |
country | string | No | — | The country where the exchange is located. Takes country name or alpha code. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"exchange": {
"type": "string",
"description": "The exchange name where the instrument is traded."
},
"code": {
"type": "string",
"description": "The Market Identifier Code (MIC) of the exchange where the instrument is traded."
},
"country": {
"type": "string",
"description": "The country where the exchange is located. Takes country name or alpha code."
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_mutual_funds_family
MFs families Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
fund_family | string | No | — | Filter by investment company that manages the fund |
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"
},
"fund_family": {
"type": "string",
"description": "Filter by investment company that manages the fund"
},
"country": {
"type": "string",
"description": "Filter by country name or alpha code, e.g., `United States` or `US`"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_mutual_funds_list
MFs directory 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 |
cik | string | No | — | The CIK of an instrument for which data is requested |
country | string | No | — | Filter by country name or alpha code, e.g., United States or US |
fund_family | string | No | — | Filter by investment company that manages the fund |
fund_type | string | No | — | Filter by the type of fund |
performance_rating | integer | No | — | Filter by performance rating from 0 to 5 |
risk_rating | integer | No | — | Filter by risk rating from 0 to 5 |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Number of decimal places for floating values |
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"
},
"cik": {
"type": "string",
"description": "The CIK of an instrument for which data is requested"
},
"country": {
"type": "string",
"description": "Filter by country name or alpha code, e.g., `United States` or `US`"
},
"fund_family": {
"type": "string",
"description": "Filter by investment company that manages the fund"
},
"fund_type": {
"type": "string",
"description": "Filter by the type of fund"
},
"performance_rating": {
"type": "integer",
"description": "Filter by performance rating from `0` to `5`"
},
"risk_rating": {
"type": "integer",
"description": "Filter by risk rating from `0` to `5`"
},
"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"
},
"dp": {
"type": "integer",
"description": "Number of decimal places for floating values"
},
"page": {
"type": "integer",
"description": "Page number"
},
"outputsize": {
"type": "integer",
"description": "Number of records in response"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_mutual_funds_type
MFs types Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
fund_type | string | No | — | Filter by the type of fund |
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"
},
"fund_type": {
"type": "string",
"description": "Filter by the type of fund"
},
"country": {
"type": "string",
"description": "Filter by country name or alpha code, e.g., `United States` or `US`"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_mutual_funds_world
MF full data Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of mutual fund |
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 |
dp | integer | No | — | Number of decimal places for floating values. Accepts value in range [0,11] |
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 mutual fund"
},
"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`"
},
"dp": {
"type": "integer",
"description": "Number of decimal places for floating values. Accepts value in range [0,11]"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_mutual_funds_world_composition
Composition Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of mutual fund |
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 |
dp | integer | No | — | Number of decimal places for floating values. Accepts value in range [0,11] |
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 mutual fund"
},
"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`"
},
"dp": {
"type": "integer",
"description": "Number of decimal places for floating values. Accepts value in range [0,11]"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_mutual_funds_world_performance
Performance Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of mutual fund |
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 |
dp | integer | No | — | Number of decimal places for floating values. Accepts value in range [0,11] |
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 mutual fund"
},
"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`"
},
"dp": {
"type": "integer",
"description": "Number of decimal places for floating values. Accepts value in range [0,11]"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_mutual_funds_world_purchase_info
Purchase info Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of mutual fund |
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 |
dp | integer | No | — | Number of decimal places for floating values. Accepts value in range [0,11] |
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 mutual fund"
},
"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`"
},
"dp": {
"type": "integer",
"description": "Number of decimal places for floating values. Accepts value in range [0,11]"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_mutual_funds_world_ratings
Ratings Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of mutual fund |
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 |
dp | integer | No | — | Number of decimal places for floating values. Accepts value in range [0,11] |
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 mutual fund"
},
"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`"
},
"dp": {
"type": "integer",
"description": "Number of decimal places for floating values. Accepts value in range [0,11]"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_mutual_funds_world_risk
Risk Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of mutual fund |
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 |
dp | integer | No | — | Number of decimal places for floating values. Accepts value in range [0,11] |
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 mutual fund"
},
"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`"
},
"dp": {
"type": "integer",
"description": "Number of decimal places for floating values. Accepts value in range [0,11]"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_mutual_funds_world_summary
Summary Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of mutual fund |
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 |
dp | integer | No | — | Number of decimal places for floating values. Accepts value in range [0,11] |
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 mutual fund"
},
"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`"
},
"dp": {
"type": "integer",
"description": "Number of decimal places for floating values. Accepts value in range [0,11]"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_mutual_funds_world_sustainability
Sustainability Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of mutual fund |
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 |
dp | integer | No | — | Number of decimal places for floating values. Accepts value in range [0,11] |
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 mutual fund"
},
"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`"
},
"dp": {
"type": "integer",
"description": "Number of decimal places for floating values. Accepts value in range [0,11]"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_source_sanctioned_entities
Sanctioned entities Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
source | string | Yes | — | Sanctions source |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"source": {
"type": "string",
"description": "Sanctions source",
"enum": [
"ofac",
"uk",
"eu",
"au"
]
}
},
"required": [
"PCID",
"source"
]
}
twelvedata_reference_get_stocks
Stocks Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | The ticker symbol of an instrument for which data is requested |
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 |
cik | string | No | — | The CIK of an instrument for which data is requested |
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 |
type | string | No | — | The asset class to which the instrument belongs |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
show_plan | boolean | No | — | Adds info on which plan symbol is available |
include_delisted | boolean | No | — | Include delisted identifiers |
page | integer | No | — | Page number of the results to fetch |
outputsize | integer | No | — | Determines the number of data points returned in the output |
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"
},
"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"
},
"cik": {
"type": "string",
"description": "The CIK of an instrument for which data is requested"
},
"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`"
},
"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"
]
},
"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"
},
"show_plan": {
"type": "boolean",
"description": "Adds info on which plan symbol is available"
},
"include_delisted": {
"type": "boolean",
"description": "Include delisted identifiers"
},
"page": {
"type": "integer",
"description": "Page number of the results to fetch"
},
"outputsize": {
"type": "integer",
"description": "Determines the number of data points returned in the output"
}
},
"required": [
"PCID"
]
}
twelvedata_reference_get_symbol_search
Symbol search Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | Yes | — | Symbol to search. Supports: <ul> <li>Ticker symbol of instrument.</li> <li>International securities identification number (ISIN). ISIN access is activating in the <a href=“https://twelvedata.com/account/add-ons”>Data add-ons</a> section</li> <li>The FIGI (Financial Instrument Global Identifier) parameter is available on the <a href=“https://twelvedata.com/pricing”>Ultra</a> plan (individual) and <a href=“https://twelvedata.com/pricing-business”>Enterprise</a> plan (business) and above.</li> <li>Composite FIGI parameter is available on the <a href=“https://twelvedata.com/pricing”>Ultra</a> plan (individual) and <a href=“https://twelvedata.com/pricing-business”>Enterprise</a> plan (business) and above.</li> <li>Share Class FIGI parameter is available on the <a href=“https://twelvedata.com/pricing”>Ultra</a> plan (individual) and <a href=“https://twelvedata.com/pricing-business”>Enterprise</a> plan (business) and above.</li> </ul> |
outputsize | integer | No | — | Number of matches in response. Max <code>120</code> |
show_plan | boolean | No | — | Adds info on which plan symbol is available. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Symbol to search. Supports: <ul> <li>Ticker symbol of instrument.</li> <li>International securities identification number (ISIN). ISIN access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section</li> <li>The FIGI (Financial Instrument Global Identifier) parameter is available on the <a href=\"https://twelvedata.com/pricing\">Ultra</a> plan (individual) and <a href=\"https://twelvedata.com/pricing-business\">Enterprise</a> plan (business) and above.</li> <li>Composite FIGI parameter is available on the <a href=\"https://twelvedata.com/pricing\">Ultra</a> plan (individual) and <a href=\"https://twelvedata.com/pricing-business\">Enterprise</a> plan (business) and above.</li> <li>Share Class FIGI parameter is available on the <a href=\"https://twelvedata.com/pricing\">Ultra</a> plan (individual) and <a href=\"https://twelvedata.com/pricing-business\">Enterprise</a> plan (business) and above.</li> </ul>"
},
"outputsize": {
"type": "integer",
"description": "Number of matches in response. Max <code>120</code>"
},
"show_plan": {
"type": "boolean",
"description": "Adds info on which plan symbol is available."
}
},
"required": [
"PCID",
"symbol"
]
}
twelvedata_reference_get_tax_info
Tax information Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | The ticker symbol of an instrument for which data is requested, e.g., SKYQ, AIRE, ALM:BME, HSI:HKEX. |
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 |
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. |
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 | — | The exchange name where the instrument is traded, e.g., Nasdaq, Euronext |
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": "The ticker symbol of an instrument for which data is requested, e.g., `SKYQ`, `AIRE`, `ALM:BME`, `HSI:HKEX`."
},
"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"
},
"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."
},
"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": "The exchange name where the instrument is traded, e.g., `Nasdaq`, `Euronext`"
},
"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_reference_get_technical_indicators
Technical indicatorsShow inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
twelvedata-reference_get_money_market_funds_list
MMFs directory Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Filter by symbol (ISIN or ticker) |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
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 (ISIN or ticker)"
},
"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"
},
"page": {
"type": "integer",
"description": "Page number"
},
"outputsize": {
"type": "integer",
"description": "Number of records in response"
}
},
"required": [
"PCID"
]
}
twelvedata-reference_get_money_market_funds_world
MMF full data Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of money market fund |
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 |
dp | integer | No | — | Number of decimal places for floating values |
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 money market fund"
},
"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"
},
"dp": {
"type": "integer",
"description": "Number of decimal places for floating values"
}
},
"required": [
"PCID"
]
}

