The Ichimoku Kinko Hyo was designed to be an all-in-one trading indicator that could help traders determine momentum, support, and resistance.
Name | Description | Example |
---|---|---|
identifier
* required
|
A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | AAPL |
low_period
|
The number of observations, per period, to calculate Tenkan Sen (Conversion Line) of Ichimoku Kinko Hyo | 9 |
medium_period
|
The number of observations, per period, to calculate Kijun Sen (Base Line), Senkou Span A (Leading Span A), and Chikou Span (Lagging Span) of Ichimoku Kinko Hyo | 26 |
high_period
|
The number of observations, per period, to calculate Senkou Span B (Leading Span B) of Ichimoku Kinko Hyo | 52 |
start_date
|
Return technical indicator values on or after the date | 2018-01-01 |
end_date
|
Return technical indicator values on or before the date | 2019-01-01 |
page_size
|
The number of results to return | 100 |
next_page
|
Gets the next page of data from a previous API call | - |
identifier
* required
A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
||
low_period
* required
The number of observations, per period, to calculate Tenkan Sen (Conversion Line) of Ichimoku Kinko Hyo
|
||
medium_period
* required
The number of observations, per period, to calculate Kijun Sen (Base Line), Senkou Span A (Leading Span A), and Chikou Span (Lagging Span) of Ichimoku Kinko Hyo
|
||
high_period
* required
The number of observations, per period, to calculate Senkou Span B (Leading Span B) of Ichimoku Kinko Hyo
|
||
start_date
* required
Return technical indicator values on or after the date
|
||
end_date
* required
Return technical indicator values on or before the date
|
||
page_size
* required
The number of results to return
|
||
next_page
* required
Gets the next page of data from a previous API call
|
Name | Description | Type |
---|---|---|
technicals | array | |
date_time
|
The date_time of the observation | string |
chikou_span
|
The Chikou Span (Lagging Span) value of the Ichimoku Kinko Hyo calculation | number |
kijun_sen
|
The Kijun-sen (Base Line) value of the Ichimoku Kinko Hyo calculation | number |
senkou_span_a
|
The Senkou Span A (Leading Span A) value of the Ichimoku Kinko Hyo calculation | number |
senkou_span_b
|
The Senkou Span B (Leading Span B) value of the Ichimoku Kinko Hyo calculation | number |
tenkan_sen
|
The Tenskan-sen (Conversion Line) value of the Ichimoku Kinko Hyo calculation | number |
indicator | The name and symbol of the technical indicator | object |
name
|
The name of the Technical Indicator | string |
symbol
|
The symbol of the Technical Indicator | string |
security | The Security of the Stock Price | object |
id
|
The Intrinio ID for Security | string |
company_id
|
The Intrinio ID for the Company for which the Security is issued | string |
name
|
The name of the Security | string |
code
|
A 2-3 digit code classifying the Security (reference) | string |
currency
|
The currency in which the Security is traded on the exchange | string |
ticker
|
The common/local ticker of the Security | string |
composite_ticker
|
The country-composite ticker of the Security | string |
figi
|
The OpenFIGI identifier | string |
composite_figi
|
The country-composite OpenFIGI identifier | string |
share_class_figi
|
The global-composite OpenFIGI identifier | string |
primary_listing
|
If true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange | boolean |
next_page | The token required to request the next page of the data. If null, no further results are available. | string |
technicals
|
||
indicator
The name and symbol of the technical indicator
|
||
security
The Security of the Stock Price
|
||
next_page
The token required to request the next page of the data. If null, no further results are available.
|