The Commodity Channel Index (CCI) is a technical indicator used to generate buy and sell signals by indicating periods of strength and weakness in the market. CCI signals that fall below -100 are often perceived as weakness in the underlying price movement and CCI signals that rise above 100 indicate strength behind the underlying price movement.
Name | Type | Description | Notes |
---|---|---|---|
identifier | string | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | |
period | int? | The number of observations, per period, to calculate Commodity Channel Index | [optional] [default to 20] |
constant | float? | The number of observations, per period, to calculate Commodity Channel Index | [optional] [default to 0.015] |
startDate | string | Return technical indicator values on or after the date | [optional] |
endDate | string | Return technical indicator values on or before the date | [optional] |
pageSize | int? | The number of results to return | [optional] [default to 100] |
nextPage | string | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
Technicals | List | |
Indicator | TechnicalIndicator | The name and symbol of the technical indicator |
Security | SecuritySummary | The Security of the Stock Price |
NextPage | string | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
Id | string | The Intrinio ID for Security |
CompanyId | string | The Intrinio ID for the Company for which the Security is issued |
Name | string | The name of the Security |
Code | string | A 2-3 digit code classifying the Security (reference) |
Currency | string | The currency in which the Security is traded on the exchange |
Ticker | string | The common/local ticker of the Security |
CompositeTicker | string | The country-composite ticker of the Security |
Figi | string | The OpenFIGI identifier |
CompositeFigi | string | The country-composite OpenFIGI identifier |
ShareClassFigi | string | The global-composite OpenFIGI identifier |
PrimaryListing | bool? | If true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange |