/twelvedata-indicators | Type: Application | PCID required: Yes
Tools
twelvedata_indicators_get_time_series_ad
Accumulation/distribution Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. E.g. AAPL, EUR/USD, ETH/BTC, … |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 5000. Default 30 when no date parameters are set, otherwise set to maximum |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
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> <i>Take note that the IANA Timezone name is case-sensitive</i> |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 Default location: <ul> <li>Forex and Cryptocurrencies - <code>UTC</code></li> <li>Stocks - where exchange is located (e.g. for AAPL it will be <code>America/New_York</code>)</li> </ul> Both parameters take into account if <code>timezone</code> parameter is provided.<br/> If <code>timezone</code> is given then, <code>start_date</code> and <code>end_date</code> will be used in the specified location Examples: <ul> <li>1. <code>&symbol=AAPL&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 New York time up to current date</li> <li>2. <code>&symbol=EUR/USD&timezone=Asia/Singapore&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Singapore time up to current date</li> <li>3. <code>&symbol=ETH/BTC&timezone=Europe/Zurich&start_date=2019-08-09T15:50:00&end_date=2019-08-09T15:55:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Zurich time up to 2019-08-09T15:55:00</li> </ul> |
end_date | string | No | — | The ending date and time for data selection, see start_date description for details. |
date | string | No | — | Specifies the exact date to get the data for. Could be the exact date, e.g. 2021-10-27, or in human language today or yesterday |
order | string | No | — | Sorting order of the output |
prepost | boolean | No | — | Returns quotes that include pre-market and post-market data. Only for the Pro plan (individual) and Venture plan (business) and above. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0, 11] inclusive. By default, the number of decimal places is automatically determined based on the values provided |
previous_close | boolean | No | — | A boolean parameter to include the previous closing price in the time_series data. If true, adds previous bar close price value to the current object |
adjust | string | No | — | Adjusting mode for prices |
include_ohlc | boolean | No | — | Specify if OHLC values should be added in the output |
twelvedata_indicators_get_time_series_adx
Average directional index Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. E.g. AAPL, EUR/USD, ETH/BTC, … |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 5000. Default 30 when no date parameters are set, otherwise set to maximum |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
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> <i>Take note that the IANA Timezone name is case-sensitive</i> |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 Default location: <ul> <li>Forex and Cryptocurrencies - <code>UTC</code></li> <li>Stocks - where exchange is located (e.g. for AAPL it will be <code>America/New_York</code>)</li> </ul> Both parameters take into account if <code>timezone</code> parameter is provided.<br/> If <code>timezone</code> is given then, <code>start_date</code> and <code>end_date</code> will be used in the specified location Examples: <ul> <li>1. <code>&symbol=AAPL&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 New York time up to current date</li> <li>2. <code>&symbol=EUR/USD&timezone=Asia/Singapore&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Singapore time up to current date</li> <li>3. <code>&symbol=ETH/BTC&timezone=Europe/Zurich&start_date=2019-08-09T15:50:00&end_date=2019-08-09T15:55:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Zurich time up to 2019-08-09T15:55:00</li> </ul> |
end_date | string | No | — | The ending date and time for data selection, see start_date description for details. |
date | string | No | — | Specifies the exact date to get the data for. Could be the exact date, e.g. 2021-10-27, or in human language today or yesterday |
order | string | No | — | Sorting order of the output |
prepost | boolean | No | — | Returns quotes that include pre-market and post-market data. Only for the Pro plan (individual) and Venture plan (business) and above. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0, 11] inclusive. By default, the number of decimal places is automatically determined based on the values provided |
previous_close | boolean | No | — | A boolean parameter to include the previous closing price in the time_series data. If true, adds previous bar close price value to the current object |
adjust | string | No | — | Adjusting mode for prices |
time_period | integer | No | — | Number of periods to average over. Takes values in the range from 1 to 800 |
include_ohlc | boolean | No | — | Specify if OHLC values should be added in the output |
twelvedata_indicators_get_time_series_aroon
Aroon indicator Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. E.g. AAPL, EUR/USD, ETH/BTC, … |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 5000. Default 30 when no date parameters are set, otherwise set to maximum |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
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> <i>Take note that the IANA Timezone name is case-sensitive</i> |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 Default location: <ul> <li>Forex and Cryptocurrencies - <code>UTC</code></li> <li>Stocks - where exchange is located (e.g. for AAPL it will be <code>America/New_York</code>)</li> </ul> Both parameters take into account if <code>timezone</code> parameter is provided.<br/> If <code>timezone</code> is given then, <code>start_date</code> and <code>end_date</code> will be used in the specified location Examples: <ul> <li>1. <code>&symbol=AAPL&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 New York time up to current date</li> <li>2. <code>&symbol=EUR/USD&timezone=Asia/Singapore&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Singapore time up to current date</li> <li>3. <code>&symbol=ETH/BTC&timezone=Europe/Zurich&start_date=2019-08-09T15:50:00&end_date=2019-08-09T15:55:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Zurich time up to 2019-08-09T15:55:00</li> </ul> |
end_date | string | No | — | The ending date and time for data selection, see start_date description for details. |
date | string | No | — | Specifies the exact date to get the data for. Could be the exact date, e.g. 2021-10-27, or in human language today or yesterday |
order | string | No | — | Sorting order of the output |
prepost | boolean | No | — | Returns quotes that include pre-market and post-market data. Only for the Pro plan (individual) and Venture plan (business) and above. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0, 11] inclusive. By default, the number of decimal places is automatically determined based on the values provided |
previous_close | boolean | No | — | A boolean parameter to include the previous closing price in the time_series data. If true, adds previous bar close price value to the current object |
adjust | string | No | — | Adjusting mode for prices |
time_period | integer | No | — | Number of periods to average over. Takes values in the range from 1 to 800 |
include_ohlc | boolean | No | — | Specify if OHLC values should be added in the output |
twelvedata_indicators_get_time_series_atr
Average true range Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. E.g. AAPL, EUR/USD, ETH/BTC, … |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 5000. Default 30 when no date parameters are set, otherwise set to maximum |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
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> <i>Take note that the IANA Timezone name is case-sensitive</i> |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 Default location: <ul> <li>Forex and Cryptocurrencies - <code>UTC</code></li> <li>Stocks - where exchange is located (e.g. for AAPL it will be <code>America/New_York</code>)</li> </ul> Both parameters take into account if <code>timezone</code> parameter is provided.<br/> If <code>timezone</code> is given then, <code>start_date</code> and <code>end_date</code> will be used in the specified location Examples: <ul> <li>1. <code>&symbol=AAPL&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 New York time up to current date</li> <li>2. <code>&symbol=EUR/USD&timezone=Asia/Singapore&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Singapore time up to current date</li> <li>3. <code>&symbol=ETH/BTC&timezone=Europe/Zurich&start_date=2019-08-09T15:50:00&end_date=2019-08-09T15:55:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Zurich time up to 2019-08-09T15:55:00</li> </ul> |
end_date | string | No | — | The ending date and time for data selection, see start_date description for details. |
date | string | No | — | Specifies the exact date to get the data for. Could be the exact date, e.g. 2021-10-27, or in human language today or yesterday |
order | string | No | — | Sorting order of the output |
prepost | boolean | No | — | Returns quotes that include pre-market and post-market data. Only for the Pro plan (individual) and Venture plan (business) and above. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0, 11] inclusive. By default, the number of decimal places is automatically determined based on the values provided |
previous_close | boolean | No | — | A boolean parameter to include the previous closing price in the time_series data. If true, adds previous bar close price value to the current object |
adjust | string | No | — | Adjusting mode for prices |
time_period | integer | No | — | Number of periods to average over. Takes values in the range from 1 to 800 |
include_ohlc | boolean | No | — | Specify if OHLC values should be added in the output |
twelvedata_indicators_get_time_series_bbands
Bollinger bands Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. E.g. AAPL, EUR/USD, ETH/BTC, … |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 5000. Default 30 when no date parameters are set, otherwise set to maximum |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
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> <i>Take note that the IANA Timezone name is case-sensitive</i> |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 Default location: <ul> <li>Forex and Cryptocurrencies - <code>UTC</code></li> <li>Stocks - where exchange is located (e.g. for AAPL it will be <code>America/New_York</code>)</li> </ul> Both parameters take into account if <code>timezone</code> parameter is provided.<br/> If <code>timezone</code> is given then, <code>start_date</code> and <code>end_date</code> will be used in the specified location Examples: <ul> <li>1. <code>&symbol=AAPL&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 New York time up to current date</li> <li>2. <code>&symbol=EUR/USD&timezone=Asia/Singapore&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Singapore time up to current date</li> <li>3. <code>&symbol=ETH/BTC&timezone=Europe/Zurich&start_date=2019-08-09T15:50:00&end_date=2019-08-09T15:55:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Zurich time up to 2019-08-09T15:55:00</li> </ul> |
end_date | string | No | — | The ending date and time for data selection, see start_date description for details. |
date | string | No | — | Specifies the exact date to get the data for. Could be the exact date, e.g. 2021-10-27, or in human language today or yesterday |
order | string | No | — | Sorting order of the output |
prepost | boolean | No | — | Returns quotes that include pre-market and post-market data. Only for the Pro plan (individual) and Venture plan (business) and above. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0, 11] inclusive. By default, the number of decimal places is automatically determined based on the values provided |
previous_close | boolean | No | — | A boolean parameter to include the previous closing price in the time_series data. If true, adds previous bar close price value to the current object |
adjust | string | No | — | Adjusting mode for prices |
series_type | string | No | — | Price type on which technical indicator is calculated |
time_period | integer | No | — | Number of periods to average over. Takes values in the range from 1 to 800 |
sd | number | No | — | Number of standard deviations. Must be at least 1 |
ma_type | string | No | — | The type of moving average used |
include_ohlc | boolean | No | — | Specify if OHLC values should be added in the output |
twelvedata_indicators_get_time_series_cci
Commodity channel index Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. E.g. AAPL, EUR/USD, ETH/BTC, … |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 5000. Default 30 when no date parameters are set, otherwise set to maximum |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
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> <i>Take note that the IANA Timezone name is case-sensitive</i> |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 Default location: <ul> <li>Forex and Cryptocurrencies - <code>UTC</code></li> <li>Stocks - where exchange is located (e.g. for AAPL it will be <code>America/New_York</code>)</li> </ul> Both parameters take into account if <code>timezone</code> parameter is provided.<br/> If <code>timezone</code> is given then, <code>start_date</code> and <code>end_date</code> will be used in the specified location Examples: <ul> <li>1. <code>&symbol=AAPL&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 New York time up to current date</li> <li>2. <code>&symbol=EUR/USD&timezone=Asia/Singapore&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Singapore time up to current date</li> <li>3. <code>&symbol=ETH/BTC&timezone=Europe/Zurich&start_date=2019-08-09T15:50:00&end_date=2019-08-09T15:55:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Zurich time up to 2019-08-09T15:55:00</li> </ul> |
end_date | string | No | — | The ending date and time for data selection, see start_date description for details. |
date | string | No | — | Specifies the exact date to get the data for. Could be the exact date, e.g. 2021-10-27, or in human language today or yesterday |
order | string | No | — | Sorting order of the output |
prepost | boolean | No | — | Returns quotes that include pre-market and post-market data. Only for the Pro plan (individual) and Venture plan (business) and above. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0, 11] inclusive. By default, the number of decimal places is automatically determined based on the values provided |
previous_close | boolean | No | — | A boolean parameter to include the previous closing price in the time_series data. If true, adds previous bar close price value to the current object |
adjust | string | No | — | Adjusting mode for prices |
time_period | integer | No | — | Number of periods to average over. Takes values in the range from 1 to 800 |
include_ohlc | boolean | No | — | Specify if OHLC values should be added in the output |
twelvedata_indicators_get_time_series_dema
Double exponential moving average Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. E.g. AAPL, EUR/USD, ETH/BTC, … |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 5000. Default 30 when no date parameters are set, otherwise set to maximum |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
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> <i>Take note that the IANA Timezone name is case-sensitive</i> |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 Default location: <ul> <li>Forex and Cryptocurrencies - <code>UTC</code></li> <li>Stocks - where exchange is located (e.g. for AAPL it will be <code>America/New_York</code>)</li> </ul> Both parameters take into account if <code>timezone</code> parameter is provided.<br/> If <code>timezone</code> is given then, <code>start_date</code> and <code>end_date</code> will be used in the specified location Examples: <ul> <li>1. <code>&symbol=AAPL&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 New York time up to current date</li> <li>2. <code>&symbol=EUR/USD&timezone=Asia/Singapore&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Singapore time up to current date</li> <li>3. <code>&symbol=ETH/BTC&timezone=Europe/Zurich&start_date=2019-08-09T15:50:00&end_date=2019-08-09T15:55:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Zurich time up to 2019-08-09T15:55:00</li> </ul> |
end_date | string | No | — | The ending date and time for data selection, see start_date description for details. |
date | string | No | — | Specifies the exact date to get the data for. Could be the exact date, e.g. 2021-10-27, or in human language today or yesterday |
order | string | No | — | Sorting order of the output |
prepost | boolean | No | — | Returns quotes that include pre-market and post-market data. Only for the Pro plan (individual) and Venture plan (business) and above. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0, 11] inclusive. By default, the number of decimal places is automatically determined based on the values provided |
previous_close | boolean | No | — | A boolean parameter to include the previous closing price in the time_series data. If true, adds previous bar close price value to the current object |
adjust | string | No | — | Adjusting mode for prices |
series_type | string | No | — | Price type on which technical indicator is calculated |
time_period | integer | No | — | Number of periods to average over. Takes values in the range from 1 to 800 |
include_ohlc | boolean | No | — | Specify if OHLC values should be added in the output |
twelvedata_indicators_get_time_series_ema
Exponential moving average Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. E.g. AAPL, EUR/USD, ETH/BTC, … |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 5000. Default 30 when no date parameters are set, otherwise set to maximum |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
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> <i>Take note that the IANA Timezone name is case-sensitive</i> |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 Default location: <ul> <li>Forex and Cryptocurrencies - <code>UTC</code></li> <li>Stocks - where exchange is located (e.g. for AAPL it will be <code>America/New_York</code>)</li> </ul> Both parameters take into account if <code>timezone</code> parameter is provided.<br/> If <code>timezone</code> is given then, <code>start_date</code> and <code>end_date</code> will be used in the specified location Examples: <ul> <li>1. <code>&symbol=AAPL&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 New York time up to current date</li> <li>2. <code>&symbol=EUR/USD&timezone=Asia/Singapore&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Singapore time up to current date</li> <li>3. <code>&symbol=ETH/BTC&timezone=Europe/Zurich&start_date=2019-08-09T15:50:00&end_date=2019-08-09T15:55:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Zurich time up to 2019-08-09T15:55:00</li> </ul> |
end_date | string | No | — | The ending date and time for data selection, see start_date description for details. |
date | string | No | — | Specifies the exact date to get the data for. Could be the exact date, e.g. 2021-10-27, or in human language today or yesterday |
order | string | No | — | Sorting order of the output |
prepost | boolean | No | — | Returns quotes that include pre-market and post-market data. Only for the Pro plan (individual) and Venture plan (business) and above. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0, 11] inclusive. By default, the number of decimal places is automatically determined based on the values provided |
previous_close | boolean | No | — | A boolean parameter to include the previous closing price in the time_series data. If true, adds previous bar close price value to the current object |
adjust | string | No | — | Adjusting mode for prices |
series_type | string | No | — | Price type on which technical indicator is calculated |
time_period | integer | No | — | Number of periods to average over. Takes values in the range from 1 to 800 |
include_ohlc | boolean | No | — | Specify if OHLC values should be added in the output |
twelvedata_indicators_get_time_series_ichimoku
Ichimoku cloud Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. E.g. AAPL, EUR/USD, ETH/BTC, … |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 5000. Default 30 when no date parameters are set, otherwise set to maximum |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
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> <i>Take note that the IANA Timezone name is case-sensitive</i> |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 Default location: <ul> <li>Forex and Cryptocurrencies - <code>UTC</code></li> <li>Stocks - where exchange is located (e.g. for AAPL it will be <code>America/New_York</code>)</li> </ul> Both parameters take into account if <code>timezone</code> parameter is provided.<br/> If <code>timezone</code> is given then, <code>start_date</code> and <code>end_date</code> will be used in the specified location Examples: <ul> <li>1. <code>&symbol=AAPL&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 New York time up to current date</li> <li>2. <code>&symbol=EUR/USD&timezone=Asia/Singapore&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Singapore time up to current date</li> <li>3. <code>&symbol=ETH/BTC&timezone=Europe/Zurich&start_date=2019-08-09T15:50:00&end_date=2019-08-09T15:55:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Zurich time up to 2019-08-09T15:55:00</li> </ul> |
end_date | string | No | — | The ending date and time for data selection, see start_date description for details. |
date | string | No | — | Specifies the exact date to get the data for. Could be the exact date, e.g. 2021-10-27, or in human language today or yesterday |
order | string | No | — | Sorting order of the output |
prepost | boolean | No | — | Returns quotes that include pre-market and post-market data. Only for the Pro plan (individual) and Venture plan (business) and above. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0, 11] inclusive. By default, the number of decimal places is automatically determined based on the values provided |
previous_close | boolean | No | — | A boolean parameter to include the previous closing price in the time_series data. If true, adds previous bar close price value to the current object |
adjust | string | No | — | Adjusting mode for prices |
conversion_line_period | integer | No | — | The time period used for generating the conversation line. Takes values in the range from 1 to 800 |
base_line_period | integer | No | — | The time period used for generating the base line. Takes values in the range from 1 to 800 |
leading_span_b_period | integer | No | — | The time period used for generating the leading span B line. Takes values in the range from 1 to 800 |
lagging_span_period | integer | No | — | The time period used for generating the lagging span line. Takes values in the range from 1 to 800 |
include_ahead_span_period | boolean | No | — | Indicates whether to include ahead span period |
include_ohlc | boolean | No | — | Specify if OHLC values should be added in the output |
twelvedata_indicators_get_time_series_kama
Kaufman adaptive moving average Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. E.g. AAPL, EUR/USD, ETH/BTC, … |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 5000. Default 30 when no date parameters are set, otherwise set to maximum |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
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> <i>Take note that the IANA Timezone name is case-sensitive</i> |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 Default location: <ul> <li>Forex and Cryptocurrencies - <code>UTC</code></li> <li>Stocks - where exchange is located (e.g. for AAPL it will be <code>America/New_York</code>)</li> </ul> Both parameters take into account if <code>timezone</code> parameter is provided.<br/> If <code>timezone</code> is given then, <code>start_date</code> and <code>end_date</code> will be used in the specified location Examples: <ul> <li>1. <code>&symbol=AAPL&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 New York time up to current date</li> <li>2. <code>&symbol=EUR/USD&timezone=Asia/Singapore&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Singapore time up to current date</li> <li>3. <code>&symbol=ETH/BTC&timezone=Europe/Zurich&start_date=2019-08-09T15:50:00&end_date=2019-08-09T15:55:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Zurich time up to 2019-08-09T15:55:00</li> </ul> |
end_date | string | No | — | The ending date and time for data selection, see start_date description for details. |
date | string | No | — | Specifies the exact date to get the data for. Could be the exact date, e.g. 2021-10-27, or in human language today or yesterday |
order | string | No | — | Sorting order of the output |
prepost | boolean | No | — | Returns quotes that include pre-market and post-market data. Only for the Pro plan (individual) and Venture plan (business) and above. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0, 11] inclusive. By default, the number of decimal places is automatically determined based on the values provided |
previous_close | boolean | No | — | A boolean parameter to include the previous closing price in the time_series data. If true, adds previous bar close price value to the current object |
adjust | string | No | — | Adjusting mode for prices |
series_type | string | No | — | Price type on which technical indicator is calculated |
time_period | integer | No | — | Number of periods to average over. Takes values in the range from 1 to 800 |
include_ohlc | boolean | No | — | Specify if OHLC values should be added in the output |
twelvedata_indicators_get_time_series_keltner
Keltner channel Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. E.g. AAPL, EUR/USD, ETH/BTC, … |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 5000. Default 30 when no date parameters are set, otherwise set to maximum |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
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> <i>Take note that the IANA Timezone name is case-sensitive</i> |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 Default location: <ul> <li>Forex and Cryptocurrencies - <code>UTC</code></li> <li>Stocks - where exchange is located (e.g. for AAPL it will be <code>America/New_York</code>)</li> </ul> Both parameters take into account if <code>timezone</code> parameter is provided.<br/> If <code>timezone</code> is given then, <code>start_date</code> and <code>end_date</code> will be used in the specified location Examples: <ul> <li>1. <code>&symbol=AAPL&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 New York time up to current date</li> <li>2. <code>&symbol=EUR/USD&timezone=Asia/Singapore&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Singapore time up to current date</li> <li>3. <code>&symbol=ETH/BTC&timezone=Europe/Zurich&start_date=2019-08-09T15:50:00&end_date=2019-08-09T15:55:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Zurich time up to 2019-08-09T15:55:00</li> </ul> |
end_date | string | No | — | The ending date and time for data selection, see start_date description for details. |
date | string | No | — | Specifies the exact date to get the data for. Could be the exact date, e.g. 2021-10-27, or in human language today or yesterday |
order | string | No | — | Sorting order of the output |
prepost | boolean | No | — | Returns quotes that include pre-market and post-market data. Only for the Pro plan (individual) and Venture plan (business) and above. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0, 11] inclusive. By default, the number of decimal places is automatically determined based on the values provided |
previous_close | boolean | No | — | A boolean parameter to include the previous closing price in the time_series data. If true, adds previous bar close price value to the current object |
adjust | string | No | — | Adjusting mode for prices |
time_period | integer | No | — | Number of periods to average over. Takes values in the range from 1 to 800 |
atr_time_period | integer | No | — | The time period used for calculating the Average True Range. Takes values in the range from 1 to 800 |
multiplier | integer | No | — | The factor used to adjust the indicator’s sensitivity |
series_type | string | No | — | Price type on which technical indicator is calculated |
ma_type | string | No | — | The type of moving average used |
include_ohlc | boolean | No | — | Specify if OHLC values should be added in the output |
twelvedata_indicators_get_time_series_ma
Moving average Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. E.g. AAPL, EUR/USD, ETH/BTC, … |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 5000. Default 30 when no date parameters are set, otherwise set to maximum |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
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> <i>Take note that the IANA Timezone name is case-sensitive</i> |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 Default location: <ul> <li>Forex and Cryptocurrencies - <code>UTC</code></li> <li>Stocks - where exchange is located (e.g. for AAPL it will be <code>America/New_York</code>)</li> </ul> Both parameters take into account if <code>timezone</code> parameter is provided.<br/> If <code>timezone</code> is given then, <code>start_date</code> and <code>end_date</code> will be used in the specified location Examples: <ul> <li>1. <code>&symbol=AAPL&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 New York time up to current date</li> <li>2. <code>&symbol=EUR/USD&timezone=Asia/Singapore&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Singapore time up to current date</li> <li>3. <code>&symbol=ETH/BTC&timezone=Europe/Zurich&start_date=2019-08-09T15:50:00&end_date=2019-08-09T15:55:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Zurich time up to 2019-08-09T15:55:00</li> </ul> |
end_date | string | No | — | The ending date and time for data selection, see start_date description for details. |
date | string | No | — | Specifies the exact date to get the data for. Could be the exact date, e.g. 2021-10-27, or in human language today or yesterday |
order | string | No | — | Sorting order of the output |
prepost | boolean | No | — | Returns quotes that include pre-market and post-market data. Only for the Pro plan (individual) and Venture plan (business) and above. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0, 11] inclusive. By default, the number of decimal places is automatically determined based on the values provided |
previous_close | boolean | No | — | A boolean parameter to include the previous closing price in the time_series data. If true, adds previous bar close price value to the current object |
adjust | string | No | — | Adjusting mode for prices |
series_type | string | No | — | Price type on which technical indicator is calculated |
time_period | integer | No | — | Number of periods to average over. Takes values in the range from 1 to 800 |
ma_type | string | No | — | The type of moving average used |
include_ohlc | boolean | No | — | Specify if OHLC values should be added in the output |
twelvedata_indicators_get_time_series_macd
Moving average convergence divergence Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. E.g. AAPL, EUR/USD, ETH/BTC, … |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 5000. Default 30 when no date parameters are set, otherwise set to maximum |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
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> <i>Take note that the IANA Timezone name is case-sensitive</i> |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 Default location: <ul> <li>Forex and Cryptocurrencies - <code>UTC</code></li> <li>Stocks - where exchange is located (e.g. for AAPL it will be <code>America/New_York</code>)</li> </ul> Both parameters take into account if <code>timezone</code> parameter is provided.<br/> If <code>timezone</code> is given then, <code>start_date</code> and <code>end_date</code> will be used in the specified location Examples: <ul> <li>1. <code>&symbol=AAPL&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 New York time up to current date</li> <li>2. <code>&symbol=EUR/USD&timezone=Asia/Singapore&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Singapore time up to current date</li> <li>3. <code>&symbol=ETH/BTC&timezone=Europe/Zurich&start_date=2019-08-09T15:50:00&end_date=2019-08-09T15:55:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Zurich time up to 2019-08-09T15:55:00</li> </ul> |
end_date | string | No | — | The ending date and time for data selection, see start_date description for details. |
date | string | No | — | Specifies the exact date to get the data for. Could be the exact date, e.g. 2021-10-27, or in human language today or yesterday |
order | string | No | — | Sorting order of the output |
prepost | boolean | No | — | Returns quotes that include pre-market and post-market data. Only for the Pro plan (individual) and Venture plan (business) and above. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0, 11] inclusive. By default, the number of decimal places is automatically determined based on the values provided |
previous_close | boolean | No | — | A boolean parameter to include the previous closing price in the time_series data. If true, adds previous bar close price value to the current object |
adjust | string | No | — | Adjusting mode for prices |
series_type | string | No | — | Price type on which technical indicator is calculated |
fast_period | integer | No | — | Number of periods for fast moving average. Takes values in the range from 1 to 800 |
slow_period | integer | No | — | Number of periods for slow moving average. Takes values in the range from 1 to 800 |
signal_period | integer | No | — | The time period used for generating the signal line. |
include_ohlc | boolean | No | — | Specify if OHLC values should be added in the output |
twelvedata_indicators_get_time_series_mfi
Money flow index Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. E.g. AAPL, EUR/USD, ETH/BTC, … |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 5000. Default 30 when no date parameters are set, otherwise set to maximum |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
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> <i>Take note that the IANA Timezone name is case-sensitive</i> |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 Default location: <ul> <li>Forex and Cryptocurrencies - <code>UTC</code></li> <li>Stocks - where exchange is located (e.g. for AAPL it will be <code>America/New_York</code>)</li> </ul> Both parameters take into account if <code>timezone</code> parameter is provided.<br/> If <code>timezone</code> is given then, <code>start_date</code> and <code>end_date</code> will be used in the specified location Examples: <ul> <li>1. <code>&symbol=AAPL&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 New York time up to current date</li> <li>2. <code>&symbol=EUR/USD&timezone=Asia/Singapore&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Singapore time up to current date</li> <li>3. <code>&symbol=ETH/BTC&timezone=Europe/Zurich&start_date=2019-08-09T15:50:00&end_date=2019-08-09T15:55:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Zurich time up to 2019-08-09T15:55:00</li> </ul> |
end_date | string | No | — | The ending date and time for data selection, see start_date description for details. |
date | string | No | — | Specifies the exact date to get the data for. Could be the exact date, e.g. 2021-10-27, or in human language today or yesterday |
order | string | No | — | Sorting order of the output |
prepost | boolean | No | — | Returns quotes that include pre-market and post-market data. Only for the Pro plan (individual) and Venture plan (business) and above. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0, 11] inclusive. By default, the number of decimal places is automatically determined based on the values provided |
previous_close | boolean | No | — | A boolean parameter to include the previous closing price in the time_series data. If true, adds previous bar close price value to the current object |
adjust | string | No | — | Adjusting mode for prices |
time_period | integer | No | — | Number of periods to average over. Takes values in the range from 1 to 800 |
include_ohlc | boolean | No | — | Specify if OHLC values should be added in the output |
twelvedata_indicators_get_time_series_mom
Momentum Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. E.g. AAPL, EUR/USD, ETH/BTC, … |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 5000. Default 30 when no date parameters are set, otherwise set to maximum |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
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> <i>Take note that the IANA Timezone name is case-sensitive</i> |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 Default location: <ul> <li>Forex and Cryptocurrencies - <code>UTC</code></li> <li>Stocks - where exchange is located (e.g. for AAPL it will be <code>America/New_York</code>)</li> </ul> Both parameters take into account if <code>timezone</code> parameter is provided.<br/> If <code>timezone</code> is given then, <code>start_date</code> and <code>end_date</code> will be used in the specified location Examples: <ul> <li>1. <code>&symbol=AAPL&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 New York time up to current date</li> <li>2. <code>&symbol=EUR/USD&timezone=Asia/Singapore&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Singapore time up to current date</li> <li>3. <code>&symbol=ETH/BTC&timezone=Europe/Zurich&start_date=2019-08-09T15:50:00&end_date=2019-08-09T15:55:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Zurich time up to 2019-08-09T15:55:00</li> </ul> |
end_date | string | No | — | The ending date and time for data selection, see start_date description for details. |
date | string | No | — | Specifies the exact date to get the data for. Could be the exact date, e.g. 2021-10-27, or in human language today or yesterday |
order | string | No | — | Sorting order of the output |
prepost | boolean | No | — | Returns quotes that include pre-market and post-market data. Only for the Pro plan (individual) and Venture plan (business) and above. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0, 11] inclusive. By default, the number of decimal places is automatically determined based on the values provided |
previous_close | boolean | No | — | A boolean parameter to include the previous closing price in the time_series data. If true, adds previous bar close price value to the current object |
adjust | string | No | — | Adjusting mode for prices |
series_type | string | No | — | Price type on which technical indicator is calculated |
time_period | integer | No | — | Number of periods to average over. Takes values in the range from 1 to 800 |
include_ohlc | boolean | No | — | Specify if OHLC values should be added in the output |
twelvedata_indicators_get_time_series_natr
Normalized average true range Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. E.g. AAPL, EUR/USD, ETH/BTC, … |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 5000. Default 30 when no date parameters are set, otherwise set to maximum |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
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> <i>Take note that the IANA Timezone name is case-sensitive</i> |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 Default location: <ul> <li>Forex and Cryptocurrencies - <code>UTC</code></li> <li>Stocks - where exchange is located (e.g. for AAPL it will be <code>America/New_York</code>)</li> </ul> Both parameters take into account if <code>timezone</code> parameter is provided.<br/> If <code>timezone</code> is given then, <code>start_date</code> and <code>end_date</code> will be used in the specified location Examples: <ul> <li>1. <code>&symbol=AAPL&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 New York time up to current date</li> <li>2. <code>&symbol=EUR/USD&timezone=Asia/Singapore&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Singapore time up to current date</li> <li>3. <code>&symbol=ETH/BTC&timezone=Europe/Zurich&start_date=2019-08-09T15:50:00&end_date=2019-08-09T15:55:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Zurich time up to 2019-08-09T15:55:00</li> </ul> |
end_date | string | No | — | The ending date and time for data selection, see start_date description for details. |
date | string | No | — | Specifies the exact date to get the data for. Could be the exact date, e.g. 2021-10-27, or in human language today or yesterday |
order | string | No | — | Sorting order of the output |
prepost | boolean | No | — | Returns quotes that include pre-market and post-market data. Only for the Pro plan (individual) and Venture plan (business) and above. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0, 11] inclusive. By default, the number of decimal places is automatically determined based on the values provided |
previous_close | boolean | No | — | A boolean parameter to include the previous closing price in the time_series data. If true, adds previous bar close price value to the current object |
adjust | string | No | — | Adjusting mode for prices |
time_period | integer | No | — | Number of periods to average over. Takes values in the range from 1 to 800 |
include_ohlc | boolean | No | — | Specify if OHLC values should be added in the output |
twelvedata_indicators_get_time_series_obv
On balance volume Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. E.g. AAPL, EUR/USD, ETH/BTC, … |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 5000. Default 30 when no date parameters are set, otherwise set to maximum |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
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> <i>Take note that the IANA Timezone name is case-sensitive</i> |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 Default location: <ul> <li>Forex and Cryptocurrencies - <code>UTC</code></li> <li>Stocks - where exchange is located (e.g. for AAPL it will be <code>America/New_York</code>)</li> </ul> Both parameters take into account if <code>timezone</code> parameter is provided.<br/> If <code>timezone</code> is given then, <code>start_date</code> and <code>end_date</code> will be used in the specified location Examples: <ul> <li>1. <code>&symbol=AAPL&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 New York time up to current date</li> <li>2. <code>&symbol=EUR/USD&timezone=Asia/Singapore&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Singapore time up to current date</li> <li>3. <code>&symbol=ETH/BTC&timezone=Europe/Zurich&start_date=2019-08-09T15:50:00&end_date=2019-08-09T15:55:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Zurich time up to 2019-08-09T15:55:00</li> </ul> |
end_date | string | No | — | The ending date and time for data selection, see start_date description for details. |
date | string | No | — | Specifies the exact date to get the data for. Could be the exact date, e.g. 2021-10-27, or in human language today or yesterday |
order | string | No | — | Sorting order of the output |
prepost | boolean | No | — | Returns quotes that include pre-market and post-market data. Only for the Pro plan (individual) and Venture plan (business) and above. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0, 11] inclusive. By default, the number of decimal places is automatically determined based on the values provided |
previous_close | boolean | No | — | A boolean parameter to include the previous closing price in the time_series data. If true, adds previous bar close price value to the current object |
adjust | string | No | — | Adjusting mode for prices |
series_type | string | No | — | Price type on which technical indicator is calculated |
include_ohlc | boolean | No | — | Specify if OHLC values should be added in the output |
twelvedata_indicators_get_time_series_ppo
Percentage price oscillator Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. E.g. AAPL, EUR/USD, ETH/BTC, … |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 5000. Default 30 when no date parameters are set, otherwise set to maximum |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
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> <i>Take note that the IANA Timezone name is case-sensitive</i> |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 Default location: <ul> <li>Forex and Cryptocurrencies - <code>UTC</code></li> <li>Stocks - where exchange is located (e.g. for AAPL it will be <code>America/New_York</code>)</li> </ul> Both parameters take into account if <code>timezone</code> parameter is provided.<br/> If <code>timezone</code> is given then, <code>start_date</code> and <code>end_date</code> will be used in the specified location Examples: <ul> <li>1. <code>&symbol=AAPL&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 New York time up to current date</li> <li>2. <code>&symbol=EUR/USD&timezone=Asia/Singapore&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Singapore time up to current date</li> <li>3. <code>&symbol=ETH/BTC&timezone=Europe/Zurich&start_date=2019-08-09T15:50:00&end_date=2019-08-09T15:55:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Zurich time up to 2019-08-09T15:55:00</li> </ul> |
end_date | string | No | — | The ending date and time for data selection, see start_date description for details. |
date | string | No | — | Specifies the exact date to get the data for. Could be the exact date, e.g. 2021-10-27, or in human language today or yesterday |
order | string | No | — | Sorting order of the output |
prepost | boolean | No | — | Returns quotes that include pre-market and post-market data. Only for the Pro plan (individual) and Venture plan (business) and above. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0, 11] inclusive. By default, the number of decimal places is automatically determined based on the values provided |
previous_close | boolean | No | — | A boolean parameter to include the previous closing price in the time_series data. If true, adds previous bar close price value to the current object |
adjust | string | No | — | Adjusting mode for prices |
series_type | string | No | — | Price type on which technical indicator is calculated |
fast_period | integer | No | — | Number of periods for fast moving average. Takes values in the range from 1 to 800 |
slow_period | integer | No | — | Number of periods for slow moving average. Takes values in the range from 1 to 800 |
ma_type | string | No | — | The type of moving average used |
include_ohlc | boolean | No | — | Specify if OHLC values should be added in the output |
twelvedata_indicators_get_time_series_roc
Rate of change Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. E.g. AAPL, EUR/USD, ETH/BTC, … |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 5000. Default 30 when no date parameters are set, otherwise set to maximum |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
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> <i>Take note that the IANA Timezone name is case-sensitive</i> |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 Default location: <ul> <li>Forex and Cryptocurrencies - <code>UTC</code></li> <li>Stocks - where exchange is located (e.g. for AAPL it will be <code>America/New_York</code>)</li> </ul> Both parameters take into account if <code>timezone</code> parameter is provided.<br/> If <code>timezone</code> is given then, <code>start_date</code> and <code>end_date</code> will be used in the specified location Examples: <ul> <li>1. <code>&symbol=AAPL&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 New York time up to current date</li> <li>2. <code>&symbol=EUR/USD&timezone=Asia/Singapore&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Singapore time up to current date</li> <li>3. <code>&symbol=ETH/BTC&timezone=Europe/Zurich&start_date=2019-08-09T15:50:00&end_date=2019-08-09T15:55:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Zurich time up to 2019-08-09T15:55:00</li> </ul> |
end_date | string | No | — | The ending date and time for data selection, see start_date description for details. |
date | string | No | — | Specifies the exact date to get the data for. Could be the exact date, e.g. 2021-10-27, or in human language today or yesterday |
order | string | No | — | Sorting order of the output |
prepost | boolean | No | — | Returns quotes that include pre-market and post-market data. Only for the Pro plan (individual) and Venture plan (business) and above. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0, 11] inclusive. By default, the number of decimal places is automatically determined based on the values provided |
previous_close | boolean | No | — | A boolean parameter to include the previous closing price in the time_series data. If true, adds previous bar close price value to the current object |
adjust | string | No | — | Adjusting mode for prices |
series_type | string | No | — | Price type on which technical indicator is calculated |
time_period | integer | No | — | Number of periods to average over. Takes values in the range from 1 to 800 |
include_ohlc | boolean | No | — | Specify if OHLC values should be added in the output |
twelvedata_indicators_get_time_series_rsi
Relative strength index Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. E.g. AAPL, EUR/USD, ETH/BTC, … |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 5000. Default 30 when no date parameters are set, otherwise set to maximum |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
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> <i>Take note that the IANA Timezone name is case-sensitive</i> |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 Default location: <ul> <li>Forex and Cryptocurrencies - <code>UTC</code></li> <li>Stocks - where exchange is located (e.g. for AAPL it will be <code>America/New_York</code>)</li> </ul> Both parameters take into account if <code>timezone</code> parameter is provided.<br/> If <code>timezone</code> is given then, <code>start_date</code> and <code>end_date</code> will be used in the specified location Examples: <ul> <li>1. <code>&symbol=AAPL&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 New York time up to current date</li> <li>2. <code>&symbol=EUR/USD&timezone=Asia/Singapore&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Singapore time up to current date</li> <li>3. <code>&symbol=ETH/BTC&timezone=Europe/Zurich&start_date=2019-08-09T15:50:00&end_date=2019-08-09T15:55:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Zurich time up to 2019-08-09T15:55:00</li> </ul> |
end_date | string | No | — | The ending date and time for data selection, see start_date description for details. |
date | string | No | — | Specifies the exact date to get the data for. Could be the exact date, e.g. 2021-10-27, or in human language today or yesterday |
order | string | No | — | Sorting order of the output |
prepost | boolean | No | — | Returns quotes that include pre-market and post-market data. Only for the Pro plan (individual) and Venture plan (business) and above. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0, 11] inclusive. By default, the number of decimal places is automatically determined based on the values provided |
previous_close | boolean | No | — | A boolean parameter to include the previous closing price in the time_series data. If true, adds previous bar close price value to the current object |
adjust | string | No | — | Adjusting mode for prices |
series_type | string | No | — | Price type on which technical indicator is calculated |
time_period | integer | No | — | Number of periods to average over. Takes values in the range from 1 to 800 |
include_ohlc | boolean | No | — | Specify if OHLC values should be added in the output |
twelvedata_indicators_get_time_series_sar
Parabolic stop and reverse Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. E.g. AAPL, EUR/USD, ETH/BTC, … |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 5000. Default 30 when no date parameters are set, otherwise set to maximum |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
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> <i>Take note that the IANA Timezone name is case-sensitive</i> |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 Default location: <ul> <li>Forex and Cryptocurrencies - <code>UTC</code></li> <li>Stocks - where exchange is located (e.g. for AAPL it will be <code>America/New_York</code>)</li> </ul> Both parameters take into account if <code>timezone</code> parameter is provided.<br/> If <code>timezone</code> is given then, <code>start_date</code> and <code>end_date</code> will be used in the specified location Examples: <ul> <li>1. <code>&symbol=AAPL&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 New York time up to current date</li> <li>2. <code>&symbol=EUR/USD&timezone=Asia/Singapore&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Singapore time up to current date</li> <li>3. <code>&symbol=ETH/BTC&timezone=Europe/Zurich&start_date=2019-08-09T15:50:00&end_date=2019-08-09T15:55:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Zurich time up to 2019-08-09T15:55:00</li> </ul> |
end_date | string | No | — | The ending date and time for data selection, see start_date description for details. |
date | string | No | — | Specifies the exact date to get the data for. Could be the exact date, e.g. 2021-10-27, or in human language today or yesterday |
order | string | No | — | Sorting order of the output |
prepost | boolean | No | — | Returns quotes that include pre-market and post-market data. Only for the Pro plan (individual) and Venture plan (business) and above. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0, 11] inclusive. By default, the number of decimal places is automatically determined based on the values provided |
previous_close | boolean | No | — | A boolean parameter to include the previous closing price in the time_series data. If true, adds previous bar close price value to the current object |
adjust | string | No | — | Adjusting mode for prices |
acceleration | number | No | — | The rate of change in the indicator’s values. |
maximum | number | No | — | The maximum value considered for the indicator calculation. |
include_ohlc | boolean | No | — | Specify if OHLC values should be added in the output |
twelvedata_indicators_get_time_series_sma
Simple moving average Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. E.g. AAPL, EUR/USD, ETH/BTC, … |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 5000. Default 30 when no date parameters are set, otherwise set to maximum |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
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> <i>Take note that the IANA Timezone name is case-sensitive</i> |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 Default location: <ul> <li>Forex and Cryptocurrencies - <code>UTC</code></li> <li>Stocks - where exchange is located (e.g. for AAPL it will be <code>America/New_York</code>)</li> </ul> Both parameters take into account if <code>timezone</code> parameter is provided.<br/> If <code>timezone</code> is given then, <code>start_date</code> and <code>end_date</code> will be used in the specified location Examples: <ul> <li>1. <code>&symbol=AAPL&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 New York time up to current date</li> <li>2. <code>&symbol=EUR/USD&timezone=Asia/Singapore&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Singapore time up to current date</li> <li>3. <code>&symbol=ETH/BTC&timezone=Europe/Zurich&start_date=2019-08-09T15:50:00&end_date=2019-08-09T15:55:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Zurich time up to 2019-08-09T15:55:00</li> </ul> |
end_date | string | No | — | The ending date and time for data selection, see start_date description for details. |
date | string | No | — | Specifies the exact date to get the data for. Could be the exact date, e.g. 2021-10-27, or in human language today or yesterday |
order | string | No | — | Sorting order of the output |
prepost | boolean | No | — | Returns quotes that include pre-market and post-market data. Only for the Pro plan (individual) and Venture plan (business) and above. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0, 11] inclusive. By default, the number of decimal places is automatically determined based on the values provided |
previous_close | boolean | No | — | A boolean parameter to include the previous closing price in the time_series data. If true, adds previous bar close price value to the current object |
adjust | string | No | — | Adjusting mode for prices |
series_type | string | No | — | Price type on which technical indicator is calculated |
time_period | integer | No | — | Number of periods to average over. Takes values in the range from 1 to 800 |
include_ohlc | boolean | No | — | Specify if OHLC values should be added in the output |
twelvedata_indicators_get_time_series_stoch
Stochastic oscillator Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. E.g. AAPL, EUR/USD, ETH/BTC, … |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 5000. Default 30 when no date parameters are set, otherwise set to maximum |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
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> <i>Take note that the IANA Timezone name is case-sensitive</i> |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 Default location: <ul> <li>Forex and Cryptocurrencies - <code>UTC</code></li> <li>Stocks - where exchange is located (e.g. for AAPL it will be <code>America/New_York</code>)</li> </ul> Both parameters take into account if <code>timezone</code> parameter is provided.<br/> If <code>timezone</code> is given then, <code>start_date</code> and <code>end_date</code> will be used in the specified location Examples: <ul> <li>1. <code>&symbol=AAPL&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 New York time up to current date</li> <li>2. <code>&symbol=EUR/USD&timezone=Asia/Singapore&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Singapore time up to current date</li> <li>3. <code>&symbol=ETH/BTC&timezone=Europe/Zurich&start_date=2019-08-09T15:50:00&end_date=2019-08-09T15:55:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Zurich time up to 2019-08-09T15:55:00</li> </ul> |
end_date | string | No | — | The ending date and time for data selection, see start_date description for details. |
date | string | No | — | Specifies the exact date to get the data for. Could be the exact date, e.g. 2021-10-27, or in human language today or yesterday |
order | string | No | — | Sorting order of the output |
prepost | boolean | No | — | Returns quotes that include pre-market and post-market data. Only for the Pro plan (individual) and Venture plan (business) and above. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0, 11] inclusive. By default, the number of decimal places is automatically determined based on the values provided |
previous_close | boolean | No | — | A boolean parameter to include the previous closing price in the time_series data. If true, adds previous bar close price value to the current object |
adjust | string | No | — | Adjusting mode for prices |
fast_k_period | integer | No | — | The time period for the fast %K line in the Stochastic Oscillator. Takes values in the range from 1 to 800 |
slow_k_period | integer | No | — | The time period for the slow %K line in the Stochastic Oscillator. Takes values in the range from 1 to 800 |
slow_d_period | integer | No | — | The time period for the slow %D line in the Stochastic Oscillator. Takes values in the range from 1 to 800 |
slow_kma_type | string | No | — | The type of slow %K Moving Average used. Default is SMA. |
slow_dma_type | string | No | — | The type of slow Displaced Moving Average used. Default is SMA. |
include_ohlc | boolean | No | — | Specify if OHLC values should be added in the output |
twelvedata_indicators_get_time_series_stoch_f
Stochastic fast Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. E.g. AAPL, EUR/USD, ETH/BTC, … |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 5000. Default 30 when no date parameters are set, otherwise set to maximum |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
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> <i>Take note that the IANA Timezone name is case-sensitive</i> |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 Default location: <ul> <li>Forex and Cryptocurrencies - <code>UTC</code></li> <li>Stocks - where exchange is located (e.g. for AAPL it will be <code>America/New_York</code>)</li> </ul> Both parameters take into account if <code>timezone</code> parameter is provided.<br/> If <code>timezone</code> is given then, <code>start_date</code> and <code>end_date</code> will be used in the specified location Examples: <ul> <li>1. <code>&symbol=AAPL&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 New York time up to current date</li> <li>2. <code>&symbol=EUR/USD&timezone=Asia/Singapore&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Singapore time up to current date</li> <li>3. <code>&symbol=ETH/BTC&timezone=Europe/Zurich&start_date=2019-08-09T15:50:00&end_date=2019-08-09T15:55:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Zurich time up to 2019-08-09T15:55:00</li> </ul> |
end_date | string | No | — | The ending date and time for data selection, see start_date description for details. |
date | string | No | — | Specifies the exact date to get the data for. Could be the exact date, e.g. 2021-10-27, or in human language today or yesterday |
order | string | No | — | Sorting order of the output |
prepost | boolean | No | — | Returns quotes that include pre-market and post-market data. Only for the Pro plan (individual) and Venture plan (business) and above. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0, 11] inclusive. By default, the number of decimal places is automatically determined based on the values provided |
previous_close | boolean | No | — | A boolean parameter to include the previous closing price in the time_series data. If true, adds previous bar close price value to the current object |
adjust | string | No | — | Adjusting mode for prices |
fast_k_period | integer | No | — | The time period for the fast %K line in the Stochastic Oscillator. Takes values in the range from 1 to 800 |
fast_d_period | integer | No | — | The time period for the fast %D line in the Stochastic Oscillator. Takes values in the range from 1 to 800 |
fast_dma_type | string | No | — | The type of fast Displaced Moving Average used. |
include_ohlc | boolean | No | — | Specify if OHLC values should be added in the output |
twelvedata_indicators_get_time_series_stoch_rsi
Stochastic relative strength index Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. E.g. AAPL, EUR/USD, ETH/BTC, … |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 5000. Default 30 when no date parameters are set, otherwise set to maximum |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
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> <i>Take note that the IANA Timezone name is case-sensitive</i> |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 Default location: <ul> <li>Forex and Cryptocurrencies - <code>UTC</code></li> <li>Stocks - where exchange is located (e.g. for AAPL it will be <code>America/New_York</code>)</li> </ul> Both parameters take into account if <code>timezone</code> parameter is provided.<br/> If <code>timezone</code> is given then, <code>start_date</code> and <code>end_date</code> will be used in the specified location Examples: <ul> <li>1. <code>&symbol=AAPL&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 New York time up to current date</li> <li>2. <code>&symbol=EUR/USD&timezone=Asia/Singapore&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Singapore time up to current date</li> <li>3. <code>&symbol=ETH/BTC&timezone=Europe/Zurich&start_date=2019-08-09T15:50:00&end_date=2019-08-09T15:55:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Zurich time up to 2019-08-09T15:55:00</li> </ul> |
end_date | string | No | — | The ending date and time for data selection, see start_date description for details. |
date | string | No | — | Specifies the exact date to get the data for. Could be the exact date, e.g. 2021-10-27, or in human language today or yesterday |
order | string | No | — | Sorting order of the output |
prepost | boolean | No | — | Returns quotes that include pre-market and post-market data. Only for the Pro plan (individual) and Venture plan (business) and above. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0, 11] inclusive. By default, the number of decimal places is automatically determined based on the values provided |
previous_close | boolean | No | — | A boolean parameter to include the previous closing price in the time_series data. If true, adds previous bar close price value to the current object |
adjust | string | No | — | Adjusting mode for prices |
series_type | string | No | — | Specifies the price data type: open, high, low, or close. |
rsi_length | integer | No | — | Length of period for calculating the RSI component. Takes values in the range from 1 to 800 |
stoch_length | integer | No | — | Period length for computing the stochastic oscillator of the RSI. Takes values in the range from 1 to 800 |
k_period | integer | No | — | Period for smoothing the %K line. Takes values in the range from 1 to 800 |
slow_kma_type | string | No | — | Slow Kma Type |
d_period | integer | No | — | Period for smoothing the %D line, which is a moving average of %K. Takes values in the range from 1 to 800 |
slow_dma_type | string | No | — | Slow Dma Type |
include_ohlc | boolean | No | — | Specify if OHLC values should be added in the output |
twelvedata_indicators_get_time_series_super_trend
Supertrend Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. E.g. AAPL, EUR/USD, ETH/BTC, … |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 5000. Default 30 when no date parameters are set, otherwise set to maximum |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
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> <i>Take note that the IANA Timezone name is case-sensitive</i> |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 Default location: <ul> <li>Forex and Cryptocurrencies - <code>UTC</code></li> <li>Stocks - where exchange is located (e.g. for AAPL it will be <code>America/New_York</code>)</li> </ul> Both parameters take into account if <code>timezone</code> parameter is provided.<br/> If <code>timezone</code> is given then, <code>start_date</code> and <code>end_date</code> will be used in the specified location Examples: <ul> <li>1. <code>&symbol=AAPL&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 New York time up to current date</li> <li>2. <code>&symbol=EUR/USD&timezone=Asia/Singapore&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Singapore time up to current date</li> <li>3. <code>&symbol=ETH/BTC&timezone=Europe/Zurich&start_date=2019-08-09T15:50:00&end_date=2019-08-09T15:55:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Zurich time up to 2019-08-09T15:55:00</li> </ul> |
end_date | string | No | — | The ending date and time for data selection, see start_date description for details. |
date | string | No | — | Specifies the exact date to get the data for. Could be the exact date, e.g. 2021-10-27, or in human language today or yesterday |
order | string | No | — | Sorting order of the output |
prepost | boolean | No | — | Returns quotes that include pre-market and post-market data. Only for the Pro plan (individual) and Venture plan (business) and above. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0, 11] inclusive. By default, the number of decimal places is automatically determined based on the values provided |
previous_close | boolean | No | — | A boolean parameter to include the previous closing price in the time_series data. If true, adds previous bar close price value to the current object |
adjust | string | No | — | Adjusting mode for prices |
period | integer | No | — | The period used for calculation in the indicator. Takes values in the range from 1 to 800 |
multiplier | integer | No | — | The factor used to adjust the indicator’s sensitivity. |
include_ohlc | boolean | No | — | Specify if OHLC values should be added in the output |
twelvedata_indicators_get_time_series_tema
Triple exponential moving average Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. E.g. AAPL, EUR/USD, ETH/BTC, … |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 5000. Default 30 when no date parameters are set, otherwise set to maximum |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
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> <i>Take note that the IANA Timezone name is case-sensitive</i> |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 Default location: <ul> <li>Forex and Cryptocurrencies - <code>UTC</code></li> <li>Stocks - where exchange is located (e.g. for AAPL it will be <code>America/New_York</code>)</li> </ul> Both parameters take into account if <code>timezone</code> parameter is provided.<br/> If <code>timezone</code> is given then, <code>start_date</code> and <code>end_date</code> will be used in the specified location Examples: <ul> <li>1. <code>&symbol=AAPL&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 New York time up to current date</li> <li>2. <code>&symbol=EUR/USD&timezone=Asia/Singapore&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Singapore time up to current date</li> <li>3. <code>&symbol=ETH/BTC&timezone=Europe/Zurich&start_date=2019-08-09T15:50:00&end_date=2019-08-09T15:55:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Zurich time up to 2019-08-09T15:55:00</li> </ul> |
end_date | string | No | — | The ending date and time for data selection, see start_date description for details. |
date | string | No | — | Specifies the exact date to get the data for. Could be the exact date, e.g. 2021-10-27, or in human language today or yesterday |
order | string | No | — | Sorting order of the output |
prepost | boolean | No | — | Returns quotes that include pre-market and post-market data. Only for the Pro plan (individual) and Venture plan (business) and above. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0, 11] inclusive. By default, the number of decimal places is automatically determined based on the values provided |
previous_close | boolean | No | — | A boolean parameter to include the previous closing price in the time_series data. If true, adds previous bar close price value to the current object |
adjust | string | No | — | Adjusting mode for prices |
series_type | string | No | — | Price type on which technical indicator is calculated |
time_period | integer | No | — | The time period used for calculation in the indicator. Default is 9. |
include_ohlc | boolean | No | — | Specify if OHLC values should be added in the output |
twelvedata_indicators_get_time_series_vwap
Volume weighted average price Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. E.g. AAPL, EUR/USD, ETH/BTC, … |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 5000. Default 30 when no date parameters are set, otherwise set to maximum |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
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> <i>Take note that the IANA Timezone name is case-sensitive</i> |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 Default location: <ul> <li>Forex and Cryptocurrencies - <code>UTC</code></li> <li>Stocks - where exchange is located (e.g. for AAPL it will be <code>America/New_York</code>)</li> </ul> Both parameters take into account if <code>timezone</code> parameter is provided.<br/> If <code>timezone</code> is given then, <code>start_date</code> and <code>end_date</code> will be used in the specified location Examples: <ul> <li>1. <code>&symbol=AAPL&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 New York time up to current date</li> <li>2. <code>&symbol=EUR/USD&timezone=Asia/Singapore&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Singapore time up to current date</li> <li>3. <code>&symbol=ETH/BTC&timezone=Europe/Zurich&start_date=2019-08-09T15:50:00&end_date=2019-08-09T15:55:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Zurich time up to 2019-08-09T15:55:00</li> </ul> |
end_date | string | No | — | The ending date and time for data selection, see start_date description for details. |
date | string | No | — | Specifies the exact date to get the data for. Could be the exact date, e.g. 2021-10-27, or in human language today or yesterday |
order | string | No | — | Sorting order of the output |
prepost | boolean | No | — | Returns quotes that include pre-market and post-market data. Only for the Pro plan (individual) and Venture plan (business) and above. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0, 11] inclusive. By default, the number of decimal places is automatically determined based on the values provided |
previous_close | boolean | No | — | A boolean parameter to include the previous closing price in the time_series data. If true, adds previous bar close price value to the current object |
adjust | string | No | — | Adjusting mode for prices |
sd_time_period | integer | No | — | The time period for the standard deviation calculation. Must be greater than 0. Recommended value is 9. This parameter is only used together with sd. |
sd | number | No | — | The standard deviation applied in the calculation. Must be greater than 0. Recommended value is 2. This parameter is only used together with sd_time_period. |
include_ohlc | boolean | No | — | Specify if OHLC values should be added in the output |
twelvedata_indicators_get_time_series_will_r
Williams %R Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. E.g. AAPL, EUR/USD, ETH/BTC, … |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 5000. Default 30 when no date parameters are set, otherwise set to maximum |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
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> <i>Take note that the IANA Timezone name is case-sensitive</i> |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 Default location: <ul> <li>Forex and Cryptocurrencies - <code>UTC</code></li> <li>Stocks - where exchange is located (e.g. for AAPL it will be <code>America/New_York</code>)</li> </ul> Both parameters take into account if <code>timezone</code> parameter is provided.<br/> If <code>timezone</code> is given then, <code>start_date</code> and <code>end_date</code> will be used in the specified location Examples: <ul> <li>1. <code>&symbol=AAPL&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 New York time up to current date</li> <li>2. <code>&symbol=EUR/USD&timezone=Asia/Singapore&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Singapore time up to current date</li> <li>3. <code>&symbol=ETH/BTC&timezone=Europe/Zurich&start_date=2019-08-09T15:50:00&end_date=2019-08-09T15:55:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Zurich time up to 2019-08-09T15:55:00</li> </ul> |
end_date | string | No | — | The ending date and time for data selection, see start_date description for details. |
date | string | No | — | Specifies the exact date to get the data for. Could be the exact date, e.g. 2021-10-27, or in human language today or yesterday |
order | string | No | — | Sorting order of the output |
prepost | boolean | No | — | Returns quotes that include pre-market and post-market data. Only for the Pro plan (individual) and Venture plan (business) and above. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0, 11] inclusive. By default, the number of decimal places is automatically determined based on the values provided |
previous_close | boolean | No | — | A boolean parameter to include the previous closing price in the time_series data. If true, adds previous bar close price value to the current object |
adjust | string | No | — | Adjusting mode for prices |
time_period | integer | No | — | Number of periods to average over. Takes values in the range from 1 to 800 |
include_ohlc | boolean | No | — | Specify if OHLC values should be added in the output |
twelvedata_indicators_get_time_series_wma
Weighted moving average Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | No | — | Symbol ticker of the instrument. E.g. AAPL, EUR/USD, ETH/BTC, … |
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 |
interval | string | Yes | — | Interval between two consecutive points in time series |
outputsize | integer | No | — | Number of data points to retrieve. Supports values in the range from 1 to 5000. Default 30 when no date parameters are set, otherwise set to maximum |
exchange | string | No | — | Exchange where instrument is traded |
mic_code | string | No | — | Market Identifier Code (MIC) under ISO 10383 standard |
country | string | No | — | The country where the instrument is traded, e.g., United States or US |
type | string | No | — | The asset class to which the instrument belongs |
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> <i>Take note that the IANA Timezone name is case-sensitive</i> |
start_date | string | No | — | Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05 Default location: <ul> <li>Forex and Cryptocurrencies - <code>UTC</code></li> <li>Stocks - where exchange is located (e.g. for AAPL it will be <code>America/New_York</code>)</li> </ul> Both parameters take into account if <code>timezone</code> parameter is provided.<br/> If <code>timezone</code> is given then, <code>start_date</code> and <code>end_date</code> will be used in the specified location Examples: <ul> <li>1. <code>&symbol=AAPL&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 New York time up to current date</li> <li>2. <code>&symbol=EUR/USD&timezone=Asia/Singapore&start_date=2019-08-09T15:50:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Singapore time up to current date</li> <li>3. <code>&symbol=ETH/BTC&timezone=Europe/Zurich&start_date=2019-08-09T15:50:00&end_date=2019-08-09T15:55:00&…</code><br/> Returns all records starting from 2019-08-09T15:50:00 Zurich time up to 2019-08-09T15:55:00</li> </ul> |
end_date | string | No | — | The ending date and time for data selection, see start_date description for details. |
date | string | No | — | Specifies the exact date to get the data for. Could be the exact date, e.g. 2021-10-27, or in human language today or yesterday |
order | string | No | — | Sorting order of the output |
prepost | boolean | No | — | Returns quotes that include pre-market and post-market data. Only for the Pro plan (individual) and Venture plan (business) and above. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume |
format | string | No | — | The format of the response data |
delimiter | string | No | — | The separator used in the CSV response data |
dp | integer | No | — | Specifies the number of decimal places for floating values. Should be in range [0, 11] inclusive. By default, the number of decimal places is automatically determined based on the values provided |
previous_close | boolean | No | — | A boolean parameter to include the previous closing price in the time_series data. If true, adds previous bar close price value to the current object |
adjust | string | No | — | Adjusting mode for prices |
series_type | string | No | — | Price type on which technical indicator is calculated |
time_period | integer | No | — | Number of periods to average over. Takes values in the range from 1 to 800 |
include_ohlc | boolean | No | — | Specify if OHLC values should be added in the output |

