intrinio-sdk 2.2.0 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (548) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +116 -2
  3. data/docs/ApiResponseCryptoAccumulationDistributionIndex.md +13 -0
  4. data/docs/ApiResponseCryptoAverageDailyTradingVolume.md +13 -0
  5. data/docs/ApiResponseCryptoAverageDirectionalIndex.md +13 -0
  6. data/docs/ApiResponseCryptoAverageTrueRange.md +13 -0
  7. data/docs/ApiResponseCryptoAwesomeOscillator.md +13 -0
  8. data/docs/ApiResponseCryptoBollingerBands.md +13 -0
  9. data/docs/ApiResponseCryptoChaikinMoneyFlow.md +13 -0
  10. data/docs/ApiResponseCryptoCommodityChannelIndex.md +13 -0
  11. data/docs/ApiResponseCryptoDetrendedPriceOscillator.md +13 -0
  12. data/docs/ApiResponseCryptoDonchianChannel.md +13 -0
  13. data/docs/ApiResponseCryptoEaseOfMovement.md +13 -0
  14. data/docs/ApiResponseCryptoForceIndex.md +13 -0
  15. data/docs/ApiResponseCryptoIchimokuKinkoHyo.md +13 -0
  16. data/docs/ApiResponseCryptoKeltnerChannel.md +13 -0
  17. data/docs/ApiResponseCryptoKnowSureThing.md +13 -0
  18. data/docs/ApiResponseCryptoMassIndex.md +13 -0
  19. data/docs/ApiResponseCryptoMoneyFlowIndex.md +13 -0
  20. data/docs/ApiResponseCryptoMovingAverageConvergenceDivergence.md +13 -0
  21. data/docs/ApiResponseCryptoNegativeVolumeIndex.md +13 -0
  22. data/docs/ApiResponseCryptoOnBalanceVolume.md +13 -0
  23. data/docs/ApiResponseCryptoOnBalanceVolumeMean.md +13 -0
  24. data/docs/ApiResponseCryptoRelativeStrengthIndex.md +13 -0
  25. data/docs/ApiResponseCryptoSimpleMovingAverage.md +13 -0
  26. data/docs/ApiResponseCryptoStochasticOscillator.md +13 -0
  27. data/docs/ApiResponseCryptoTripleExponentialAverage.md +13 -0
  28. data/docs/ApiResponseCryptoTrueStrengthIndex.md +13 -0
  29. data/docs/ApiResponseCryptoUltimateOscillator.md +13 -0
  30. data/docs/ApiResponseCryptoVolumePriceTrend.md +13 -0
  31. data/docs/ApiResponseCryptoVolumeWeightedAveragePrice.md +13 -0
  32. data/docs/ApiResponseCryptoVortexIndicator.md +13 -0
  33. data/docs/ApiResponseCryptoWilliamsR.md +13 -0
  34. data/docs/ApiResponseOptionsChain.md +1 -1
  35. data/docs/ApiResponseSecurityZacksAnalystRatings.md +10 -0
  36. data/docs/ApiResponseSecurityZacksAnalystRatingsSnapshot.md +9 -0
  37. data/docs/ApiResponseSecurityZacksEPSSurprises.md +10 -0
  38. data/docs/ApiResponseSecurityZacksSalesSurprises.md +10 -0
  39. data/docs/ApiResponseZacksAnalystRatings.md +9 -0
  40. data/docs/ApiResponseZacksEPSSurprises.md +9 -0
  41. data/docs/ApiResponseZacksSalesSurprises.md +9 -0
  42. data/docs/Company.md +4 -0
  43. data/docs/CompanyApi.md +240 -36
  44. data/docs/CryptoApi.md +2769 -57
  45. data/docs/CryptoPrice.md +1 -1
  46. data/docs/DataPointApi.md +44 -10
  47. data/docs/DataTagApi.md +55 -4
  48. data/docs/FilingApi.md +128 -9
  49. data/docs/ForexApi.md +57 -6
  50. data/docs/Fundamental.md +1 -1
  51. data/docs/FundamentalsApi.md +68 -0
  52. data/docs/HistoricalDataApi.md +25 -8
  53. data/docs/IndexApi.md +331 -25
  54. data/docs/MunicipalityApi.md +51 -0
  55. data/docs/OptionsApi.md +74 -6
  56. data/docs/SecurityApi.md +1108 -78
  57. data/docs/StockExchangeApi.md +117 -15
  58. data/docs/TechnicalApi.md +3121 -37
  59. data/docs/ZacksAnalystRating.md +17 -0
  60. data/docs/ZacksAnalystRatingSnapshot.md +18 -0
  61. data/docs/ZacksAnalystRatingSummary.md +16 -0
  62. data/docs/ZacksApi.md +281 -0
  63. data/docs/ZacksEPSSurprise.md +24 -0
  64. data/docs/ZacksEPSSurpriseSummary.md +23 -0
  65. data/docs/ZacksSalesSurprise.md +24 -0
  66. data/docs/ZacksSalesSurpriseSummary.md +25 -0
  67. data/intrinio-sdk.gemspec +1 -1
  68. data/lib/intrinio-sdk.rb +47 -1
  69. data/lib/intrinio-sdk/api/company_api.rb +33 -33
  70. data/lib/intrinio-sdk/api/crypto_api.rb +3108 -8
  71. data/lib/intrinio-sdk/api/data_point_api.rb +13 -13
  72. data/lib/intrinio-sdk/api/data_tag_api.rb +5 -5
  73. data/lib/intrinio-sdk/api/filing_api.rb +9 -9
  74. data/lib/intrinio-sdk/api/forex_api.rb +7 -6
  75. data/lib/intrinio-sdk/api/fundamentals_api.rb +1 -1
  76. data/lib/intrinio-sdk/api/historical_data_api.rb +9 -9
  77. data/lib/intrinio-sdk/api/index_api.rb +23 -23
  78. data/lib/intrinio-sdk/api/municipality_api.rb +1 -1
  79. data/lib/intrinio-sdk/api/options_api.rb +7 -7
  80. data/lib/intrinio-sdk/api/security_api.rb +393 -42
  81. data/lib/intrinio-sdk/api/stock_exchange_api.rb +11 -11
  82. data/lib/intrinio-sdk/api/technical_api.rb +3108 -12
  83. data/lib/intrinio-sdk/api/zacks_api.rb +393 -0
  84. data/lib/intrinio-sdk/api_client.rb +1 -1
  85. data/lib/intrinio-sdk/api_error.rb +1 -1
  86. data/lib/intrinio-sdk/configuration.rb +1 -1
  87. data/lib/intrinio-sdk/models/accumulation_distribution_index_technical_value.rb +1 -1
  88. data/lib/intrinio-sdk/models/api_response_companies.rb +1 -1
  89. data/lib/intrinio-sdk/models/api_response_companies_search.rb +1 -1
  90. data/lib/intrinio-sdk/models/api_response_company_filings.rb +1 -1
  91. data/lib/intrinio-sdk/models/api_response_company_fundamentals.rb +1 -1
  92. data/lib/intrinio-sdk/models/api_response_company_historical_data.rb +1 -1
  93. data/lib/intrinio-sdk/models/api_response_company_news.rb +1 -1
  94. data/lib/intrinio-sdk/models/api_response_company_securities.rb +1 -1
  95. data/lib/intrinio-sdk/models/api_response_crypto_accumulation_distribution_index.rb +238 -0
  96. data/lib/intrinio-sdk/models/api_response_crypto_average_daily_trading_volume.rb +238 -0
  97. data/lib/intrinio-sdk/models/api_response_crypto_average_directional_index.rb +238 -0
  98. data/lib/intrinio-sdk/models/api_response_crypto_average_true_range.rb +238 -0
  99. data/lib/intrinio-sdk/models/api_response_crypto_awesome_oscillator.rb +238 -0
  100. data/lib/intrinio-sdk/models/api_response_crypto_bollinger_bands.rb +238 -0
  101. data/lib/intrinio-sdk/models/api_response_crypto_book.rb +1 -1
  102. data/lib/intrinio-sdk/models/api_response_crypto_book_asks.rb +1 -1
  103. data/lib/intrinio-sdk/models/api_response_crypto_book_bids.rb +1 -1
  104. data/lib/intrinio-sdk/models/api_response_crypto_chaikin_money_flow.rb +238 -0
  105. data/lib/intrinio-sdk/models/api_response_crypto_commodity_channel_index.rb +238 -0
  106. data/lib/intrinio-sdk/models/api_response_crypto_currencies.rb +1 -1
  107. data/lib/intrinio-sdk/models/api_response_crypto_detrended_price_oscillator.rb +238 -0
  108. data/lib/intrinio-sdk/models/api_response_crypto_donchian_channel.rb +238 -0
  109. data/lib/intrinio-sdk/models/api_response_crypto_ease_of_movement.rb +238 -0
  110. data/lib/intrinio-sdk/models/api_response_crypto_exchanges.rb +1 -1
  111. data/lib/intrinio-sdk/models/api_response_crypto_force_index.rb +238 -0
  112. data/lib/intrinio-sdk/models/api_response_crypto_ichimoku_kinko_hyo.rb +238 -0
  113. data/lib/intrinio-sdk/models/api_response_crypto_keltner_channel.rb +238 -0
  114. data/lib/intrinio-sdk/models/api_response_crypto_know_sure_thing.rb +238 -0
  115. data/lib/intrinio-sdk/models/api_response_crypto_mass_index.rb +238 -0
  116. data/lib/intrinio-sdk/models/api_response_crypto_money_flow_index.rb +238 -0
  117. data/lib/intrinio-sdk/models/api_response_crypto_moving_average_convergence_divergence.rb +238 -0
  118. data/lib/intrinio-sdk/models/api_response_crypto_negative_volume_index.rb +238 -0
  119. data/lib/intrinio-sdk/models/api_response_crypto_on_balance_volume.rb +238 -0
  120. data/lib/intrinio-sdk/models/api_response_crypto_on_balance_volume_mean.rb +238 -0
  121. data/lib/intrinio-sdk/models/api_response_crypto_pairs.rb +1 -1
  122. data/lib/intrinio-sdk/models/api_response_crypto_prices.rb +1 -1
  123. data/lib/intrinio-sdk/models/api_response_crypto_relative_strength_index.rb +238 -0
  124. data/lib/intrinio-sdk/models/api_response_crypto_simple_moving_average.rb +238 -0
  125. data/lib/intrinio-sdk/models/api_response_crypto_snapshot.rb +1 -1
  126. data/lib/intrinio-sdk/models/api_response_crypto_stats.rb +1 -1
  127. data/lib/intrinio-sdk/models/api_response_crypto_stochastic_oscillator.rb +238 -0
  128. data/lib/intrinio-sdk/models/api_response_crypto_triple_exponential_average.rb +238 -0
  129. data/lib/intrinio-sdk/models/api_response_crypto_true_strength_index.rb +238 -0
  130. data/lib/intrinio-sdk/models/api_response_crypto_ultimate_oscillator.rb +238 -0
  131. data/lib/intrinio-sdk/models/api_response_crypto_volume_price_trend.rb +238 -0
  132. data/lib/intrinio-sdk/models/api_response_crypto_volume_weighted_average_price.rb +238 -0
  133. data/lib/intrinio-sdk/models/api_response_crypto_vortex_indicator.rb +238 -0
  134. data/lib/intrinio-sdk/models/api_response_crypto_williams_r.rb +238 -0
  135. data/lib/intrinio-sdk/models/api_response_data_tags.rb +1 -1
  136. data/lib/intrinio-sdk/models/api_response_data_tags_search.rb +1 -1
  137. data/lib/intrinio-sdk/models/api_response_economic_index_historical_data.rb +1 -1
  138. data/lib/intrinio-sdk/models/api_response_economic_indices.rb +1 -1
  139. data/lib/intrinio-sdk/models/api_response_economic_indices_search.rb +1 -1
  140. data/lib/intrinio-sdk/models/api_response_filing_notes.rb +1 -1
  141. data/lib/intrinio-sdk/models/api_response_filing_notes_search.rb +1 -1
  142. data/lib/intrinio-sdk/models/api_response_filings.rb +1 -1
  143. data/lib/intrinio-sdk/models/api_response_forex_currencies.rb +1 -1
  144. data/lib/intrinio-sdk/models/api_response_forex_pairs.rb +1 -1
  145. data/lib/intrinio-sdk/models/api_response_forex_prices.rb +1 -1
  146. data/lib/intrinio-sdk/models/api_response_historical_data.rb +1 -1
  147. data/lib/intrinio-sdk/models/api_response_municipalities.rb +1 -1
  148. data/lib/intrinio-sdk/models/api_response_municipalitiy_financials.rb +1 -1
  149. data/lib/intrinio-sdk/models/api_response_news.rb +1 -1
  150. data/lib/intrinio-sdk/models/api_response_option_prices.rb +1 -1
  151. data/lib/intrinio-sdk/models/api_response_options.rb +1 -1
  152. data/lib/intrinio-sdk/models/api_response_options_chain.rb +9 -9
  153. data/lib/intrinio-sdk/models/api_response_options_expirations.rb +1 -1
  154. data/lib/intrinio-sdk/models/api_response_reported_financials.rb +1 -1
  155. data/lib/intrinio-sdk/models/api_response_securities.rb +1 -1
  156. data/lib/intrinio-sdk/models/api_response_securities_search.rb +1 -1
  157. data/lib/intrinio-sdk/models/api_response_security_accumulation_distribution_index.rb +1 -1
  158. data/lib/intrinio-sdk/models/api_response_security_average_daily_trading_volume.rb +1 -1
  159. data/lib/intrinio-sdk/models/api_response_security_average_directional_index.rb +1 -1
  160. data/lib/intrinio-sdk/models/api_response_security_average_true_range.rb +1 -1
  161. data/lib/intrinio-sdk/models/api_response_security_awesome_oscillator.rb +1 -1
  162. data/lib/intrinio-sdk/models/api_response_security_bollinger_bands.rb +1 -1
  163. data/lib/intrinio-sdk/models/api_response_security_chaikin_money_flow.rb +1 -1
  164. data/lib/intrinio-sdk/models/api_response_security_commodity_channel_index.rb +1 -1
  165. data/lib/intrinio-sdk/models/api_response_security_detrended_price_oscillator.rb +1 -1
  166. data/lib/intrinio-sdk/models/api_response_security_donchian_channel.rb +1 -1
  167. data/lib/intrinio-sdk/models/api_response_security_ease_of_movement.rb +1 -1
  168. data/lib/intrinio-sdk/models/api_response_security_force_index.rb +1 -1
  169. data/lib/intrinio-sdk/models/api_response_security_historical_data.rb +1 -1
  170. data/lib/intrinio-sdk/models/api_response_security_ichimoku_kinko_hyo.rb +1 -1
  171. data/lib/intrinio-sdk/models/api_response_security_intraday_prices.rb +1 -1
  172. data/lib/intrinio-sdk/models/api_response_security_keltner_channel.rb +1 -1
  173. data/lib/intrinio-sdk/models/api_response_security_know_sure_thing.rb +1 -1
  174. data/lib/intrinio-sdk/models/api_response_security_mass_index.rb +1 -1
  175. data/lib/intrinio-sdk/models/api_response_security_money_flow_index.rb +1 -1
  176. data/lib/intrinio-sdk/models/api_response_security_moving_average_convergence_divergence.rb +1 -1
  177. data/lib/intrinio-sdk/models/api_response_security_negative_volume_index.rb +1 -1
  178. data/lib/intrinio-sdk/models/api_response_security_on_balance_volume.rb +1 -1
  179. data/lib/intrinio-sdk/models/api_response_security_on_balance_volume_mean.rb +1 -1
  180. data/lib/intrinio-sdk/models/api_response_security_relative_strength_index.rb +1 -1
  181. data/lib/intrinio-sdk/models/api_response_security_simple_moving_average.rb +1 -1
  182. data/lib/intrinio-sdk/models/api_response_security_stochastic_oscillator.rb +1 -1
  183. data/lib/intrinio-sdk/models/api_response_security_stock_price_adjustments.rb +1 -1
  184. data/lib/intrinio-sdk/models/api_response_security_stock_prices.rb +1 -1
  185. data/lib/intrinio-sdk/models/api_response_security_triple_exponential_average.rb +1 -1
  186. data/lib/intrinio-sdk/models/api_response_security_true_strength_index.rb +1 -1
  187. data/lib/intrinio-sdk/models/api_response_security_ultimate_oscillator.rb +1 -1
  188. data/lib/intrinio-sdk/models/api_response_security_volume_price_trend.rb +1 -1
  189. data/lib/intrinio-sdk/models/api_response_security_volume_weighted_average_price.rb +1 -1
  190. data/lib/intrinio-sdk/models/api_response_security_vortex_indicator.rb +1 -1
  191. data/lib/intrinio-sdk/models/api_response_security_williams_r.rb +1 -1
  192. data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings.rb +210 -0
  193. data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings_snapshot.rb +200 -0
  194. data/lib/intrinio-sdk/models/api_response_security_zacks_eps_surprises.rb +210 -0
  195. data/lib/intrinio-sdk/models/api_response_security_zacks_sales_surprises.rb +210 -0
  196. data/lib/intrinio-sdk/models/api_response_sic_index_historical_data.rb +1 -1
  197. data/lib/intrinio-sdk/models/api_response_sic_indices.rb +1 -1
  198. data/lib/intrinio-sdk/models/api_response_sic_indices_search.rb +1 -1
  199. data/lib/intrinio-sdk/models/api_response_standardized_financials.rb +1 -1
  200. data/lib/intrinio-sdk/models/api_response_stock_exchange_realtime_stock_prices.rb +1 -1
  201. data/lib/intrinio-sdk/models/api_response_stock_exchange_securities.rb +1 -1
  202. data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_price_adjustments.rb +1 -1
  203. data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_prices.rb +1 -1
  204. data/lib/intrinio-sdk/models/api_response_stock_exchanges.rb +1 -1
  205. data/lib/intrinio-sdk/models/api_response_stock_market_index_historical_data.rb +1 -1
  206. data/lib/intrinio-sdk/models/api_response_stock_market_indices.rb +1 -1
  207. data/lib/intrinio-sdk/models/api_response_stock_market_indices_search.rb +1 -1
  208. data/lib/intrinio-sdk/models/api_response_zacks_analyst_ratings.rb +200 -0
  209. data/lib/intrinio-sdk/models/api_response_zacks_eps_surprises.rb +201 -0
  210. data/lib/intrinio-sdk/models/api_response_zacks_sales_surprises.rb +201 -0
  211. data/lib/intrinio-sdk/models/average_daily_trading_volume_technical_value.rb +1 -1
  212. data/lib/intrinio-sdk/models/average_directional_index_technical_value.rb +1 -1
  213. data/lib/intrinio-sdk/models/average_true_range_technical_value.rb +1 -1
  214. data/lib/intrinio-sdk/models/awesome_oscillator_technical_value.rb +1 -1
  215. data/lib/intrinio-sdk/models/bollinger_bands_technical_value.rb +1 -1
  216. data/lib/intrinio-sdk/models/chaikin_money_flow_technical_value.rb +1 -1
  217. data/lib/intrinio-sdk/models/commodity_channel_index_technical_value.rb +1 -1
  218. data/lib/intrinio-sdk/models/company.rb +45 -5
  219. data/lib/intrinio-sdk/models/company_filing.rb +1 -1
  220. data/lib/intrinio-sdk/models/company_news.rb +1 -1
  221. data/lib/intrinio-sdk/models/company_news_summary.rb +1 -1
  222. data/lib/intrinio-sdk/models/company_summary.rb +1 -1
  223. data/lib/intrinio-sdk/models/crypto_ask.rb +1 -1
  224. data/lib/intrinio-sdk/models/crypto_bid.rb +1 -1
  225. data/lib/intrinio-sdk/models/crypto_book_entry.rb +1 -1
  226. data/lib/intrinio-sdk/models/crypto_currency.rb +1 -1
  227. data/lib/intrinio-sdk/models/crypto_exchange.rb +1 -1
  228. data/lib/intrinio-sdk/models/crypto_exchange_summary.rb +1 -1
  229. data/lib/intrinio-sdk/models/crypto_pair.rb +1 -1
  230. data/lib/intrinio-sdk/models/crypto_pair_summary.rb +1 -1
  231. data/lib/intrinio-sdk/models/crypto_price.rb +2 -2
  232. data/lib/intrinio-sdk/models/crypto_snapshot.rb +1 -1
  233. data/lib/intrinio-sdk/models/crypto_stat.rb +1 -1
  234. data/lib/intrinio-sdk/models/data_tag.rb +1 -1
  235. data/lib/intrinio-sdk/models/data_tag_summary.rb +1 -1
  236. data/lib/intrinio-sdk/models/detrended_price_oscillator_technical_value.rb +1 -1
  237. data/lib/intrinio-sdk/models/dividend_record.rb +1 -1
  238. data/lib/intrinio-sdk/models/donchian_channel_technical_value.rb +1 -1
  239. data/lib/intrinio-sdk/models/earnings_record.rb +1 -1
  240. data/lib/intrinio-sdk/models/ease_of_movement_technical_value.rb +1 -1
  241. data/lib/intrinio-sdk/models/economic_index.rb +1 -1
  242. data/lib/intrinio-sdk/models/economic_index_summary.rb +1 -1
  243. data/lib/intrinio-sdk/models/filing.rb +1 -1
  244. data/lib/intrinio-sdk/models/filing_note.rb +1 -1
  245. data/lib/intrinio-sdk/models/filing_note_filing.rb +1 -1
  246. data/lib/intrinio-sdk/models/filing_note_summary.rb +1 -1
  247. data/lib/intrinio-sdk/models/filing_summary.rb +1 -1
  248. data/lib/intrinio-sdk/models/force_index_technical_value.rb +1 -1
  249. data/lib/intrinio-sdk/models/forex_currency.rb +1 -1
  250. data/lib/intrinio-sdk/models/forex_pair.rb +1 -1
  251. data/lib/intrinio-sdk/models/forex_price.rb +1 -1
  252. data/lib/intrinio-sdk/models/fundamental.rb +2 -2
  253. data/lib/intrinio-sdk/models/fundamental_summary.rb +1 -1
  254. data/lib/intrinio-sdk/models/historical_data.rb +1 -1
  255. data/lib/intrinio-sdk/models/ichimoku_kinko_hyo_technical_value.rb +1 -1
  256. data/lib/intrinio-sdk/models/intraday_stock_price.rb +1 -1
  257. data/lib/intrinio-sdk/models/keltner_channel_technical_value.rb +1 -1
  258. data/lib/intrinio-sdk/models/know_sure_thing_technical_value.rb +1 -1
  259. data/lib/intrinio-sdk/models/mass_index_technical_value.rb +1 -1
  260. data/lib/intrinio-sdk/models/money_flow_index_technical_value.rb +1 -1
  261. data/lib/intrinio-sdk/models/moving_average_convergence_divergence_technical_value.rb +1 -1
  262. data/lib/intrinio-sdk/models/municipality.rb +1 -1
  263. data/lib/intrinio-sdk/models/municipality_financial.rb +1 -1
  264. data/lib/intrinio-sdk/models/negative_volume_index_technical_value.rb +1 -1
  265. data/lib/intrinio-sdk/models/on_balance_volume_mean_technical_value.rb +1 -1
  266. data/lib/intrinio-sdk/models/on_balance_volume_technical_value.rb +1 -1
  267. data/lib/intrinio-sdk/models/option.rb +1 -1
  268. data/lib/intrinio-sdk/models/option_chain.rb +1 -1
  269. data/lib/intrinio-sdk/models/option_price.rb +1 -1
  270. data/lib/intrinio-sdk/models/realtime_stock_price.rb +1 -1
  271. data/lib/intrinio-sdk/models/realtime_stock_price_security.rb +1 -1
  272. data/lib/intrinio-sdk/models/relative_strength_index_technical_value.rb +1 -1
  273. data/lib/intrinio-sdk/models/reported_financial.rb +1 -1
  274. data/lib/intrinio-sdk/models/reported_financial_dimension.rb +1 -1
  275. data/lib/intrinio-sdk/models/reported_tag.rb +1 -1
  276. data/lib/intrinio-sdk/models/security.rb +1 -1
  277. data/lib/intrinio-sdk/models/security_screen_clause.rb +1 -1
  278. data/lib/intrinio-sdk/models/security_screen_group.rb +1 -1
  279. data/lib/intrinio-sdk/models/security_screen_result.rb +1 -1
  280. data/lib/intrinio-sdk/models/security_screen_result_data.rb +1 -1
  281. data/lib/intrinio-sdk/models/security_summary.rb +1 -1
  282. data/lib/intrinio-sdk/models/sic_index.rb +1 -1
  283. data/lib/intrinio-sdk/models/simple_moving_average_technical_value.rb +1 -1
  284. data/lib/intrinio-sdk/models/standardized_financial.rb +1 -1
  285. data/lib/intrinio-sdk/models/stochastic_oscillator_technical_value.rb +1 -1
  286. data/lib/intrinio-sdk/models/stock_exchange.rb +1 -1
  287. data/lib/intrinio-sdk/models/stock_market_index.rb +1 -1
  288. data/lib/intrinio-sdk/models/stock_market_index_summary.rb +1 -1
  289. data/lib/intrinio-sdk/models/stock_price.rb +1 -1
  290. data/lib/intrinio-sdk/models/stock_price_adjustment.rb +1 -1
  291. data/lib/intrinio-sdk/models/stock_price_adjustment_summary.rb +1 -1
  292. data/lib/intrinio-sdk/models/stock_price_summary.rb +1 -1
  293. data/lib/intrinio-sdk/models/technical_indicator.rb +1 -1
  294. data/lib/intrinio-sdk/models/triple_exponential_average_technical_value.rb +1 -1
  295. data/lib/intrinio-sdk/models/true_strength_index_technical_value.rb +1 -1
  296. data/lib/intrinio-sdk/models/ultimate_oscillator_technical_value.rb +1 -1
  297. data/lib/intrinio-sdk/models/volume_price_trend_technical_value.rb +1 -1
  298. data/lib/intrinio-sdk/models/volume_weighted_average_price_value.rb +1 -1
  299. data/lib/intrinio-sdk/models/vortex_indicator_technical_value.rb +1 -1
  300. data/lib/intrinio-sdk/models/williams_r_technical_value.rb +1 -1
  301. data/lib/intrinio-sdk/models/zacks_analyst_rating.rb +279 -0
  302. data/lib/intrinio-sdk/models/zacks_analyst_rating_snapshot.rb +289 -0
  303. data/lib/intrinio-sdk/models/zacks_analyst_rating_summary.rb +269 -0
  304. data/lib/intrinio-sdk/models/zacks_eps_surprise.rb +349 -0
  305. data/lib/intrinio-sdk/models/zacks_eps_surprise_summary.rb +339 -0
  306. data/lib/intrinio-sdk/models/zacks_sales_surprise.rb +349 -0
  307. data/lib/intrinio-sdk/models/zacks_sales_surprise_summary.rb +359 -0
  308. data/lib/intrinio-sdk/version.rb +2 -2
  309. data/spec/api/company_api_spec.rb +17 -17
  310. data/spec/api/crypto_api_spec.rb +741 -4
  311. data/spec/api/data_point_api_spec.rb +7 -7
  312. data/spec/api/data_tag_api_spec.rb +3 -3
  313. data/spec/api/filing_api_spec.rb +5 -5
  314. data/spec/api/forex_api_spec.rb +3 -3
  315. data/spec/api/fundamentals_api_spec.rb +1 -1
  316. data/spec/api/historical_data_api_spec.rb +5 -5
  317. data/spec/api/index_api_spec.rb +12 -12
  318. data/spec/api/municipality_api_spec.rb +1 -1
  319. data/spec/api/options_api_spec.rb +4 -4
  320. data/spec/api/security_api_spec.rb +88 -19
  321. data/spec/api/stock_exchange_api_spec.rb +6 -6
  322. data/spec/api/technical_api_spec.rb +740 -4
  323. data/spec/api/zacks_api_spec.rb +119 -0
  324. data/spec/api_client_spec.rb +1 -1
  325. data/spec/configuration_spec.rb +1 -1
  326. data/spec/models/accumulation_distribution_index_technical_value_spec.rb +1 -1
  327. data/spec/models/api_response_companies_search_spec.rb +1 -1
  328. data/spec/models/api_response_companies_spec.rb +1 -1
  329. data/spec/models/api_response_company_filings_spec.rb +1 -1
  330. data/spec/models/api_response_company_fundamentals_spec.rb +1 -1
  331. data/spec/models/api_response_company_historical_data_spec.rb +1 -1
  332. data/spec/models/api_response_company_news_spec.rb +1 -1
  333. data/spec/models/api_response_company_securities_spec.rb +1 -1
  334. data/spec/models/api_response_crypto_accumulation_distribution_index_spec.rb +72 -0
  335. data/spec/models/api_response_crypto_average_daily_trading_volume_spec.rb +72 -0
  336. data/spec/models/api_response_crypto_average_directional_index_spec.rb +72 -0
  337. data/spec/models/api_response_crypto_average_true_range_spec.rb +72 -0
  338. data/spec/models/api_response_crypto_awesome_oscillator_spec.rb +72 -0
  339. data/spec/models/api_response_crypto_bollinger_bands_spec.rb +72 -0
  340. data/spec/models/api_response_crypto_book_asks_spec.rb +1 -1
  341. data/spec/models/api_response_crypto_book_bids_spec.rb +1 -1
  342. data/spec/models/api_response_crypto_book_spec.rb +1 -1
  343. data/spec/models/api_response_crypto_chaikin_money_flow_spec.rb +72 -0
  344. data/spec/models/api_response_crypto_commodity_channel_index_spec.rb +72 -0
  345. data/spec/models/api_response_crypto_currencies_spec.rb +1 -1
  346. data/spec/models/api_response_crypto_detrended_price_oscillator_spec.rb +72 -0
  347. data/spec/models/api_response_crypto_donchian_channel_spec.rb +72 -0
  348. data/spec/models/api_response_crypto_ease_of_movement_spec.rb +72 -0
  349. data/spec/models/api_response_crypto_exchanges_spec.rb +1 -1
  350. data/spec/models/api_response_crypto_force_index_spec.rb +72 -0
  351. data/spec/models/api_response_crypto_ichimoku_kinko_hyo_spec.rb +72 -0
  352. data/spec/models/api_response_crypto_keltner_channel_spec.rb +72 -0
  353. data/spec/models/api_response_crypto_know_sure_thing_spec.rb +72 -0
  354. data/spec/models/api_response_crypto_mass_index_spec.rb +72 -0
  355. data/spec/models/api_response_crypto_money_flow_index_spec.rb +72 -0
  356. data/spec/models/api_response_crypto_moving_average_convergence_divergence_spec.rb +72 -0
  357. data/spec/models/api_response_crypto_negative_volume_index_spec.rb +72 -0
  358. data/spec/models/api_response_crypto_on_balance_volume_mean_spec.rb +72 -0
  359. data/spec/models/api_response_crypto_on_balance_volume_spec.rb +72 -0
  360. data/spec/models/api_response_crypto_pairs_spec.rb +1 -1
  361. data/spec/models/api_response_crypto_prices_spec.rb +1 -1
  362. data/spec/models/api_response_crypto_relative_strength_index_spec.rb +72 -0
  363. data/spec/models/api_response_crypto_simple_moving_average_spec.rb +72 -0
  364. data/spec/models/api_response_crypto_snapshot_spec.rb +1 -1
  365. data/spec/models/api_response_crypto_stats_spec.rb +1 -1
  366. data/spec/models/api_response_crypto_stochastic_oscillator_spec.rb +72 -0
  367. data/spec/models/api_response_crypto_triple_exponential_average_spec.rb +72 -0
  368. data/spec/models/api_response_crypto_true_strength_index_spec.rb +72 -0
  369. data/spec/models/api_response_crypto_ultimate_oscillator_spec.rb +72 -0
  370. data/spec/models/api_response_crypto_volume_price_trend_spec.rb +72 -0
  371. data/spec/models/api_response_crypto_volume_weighted_average_price_spec.rb +72 -0
  372. data/spec/models/api_response_crypto_vortex_indicator_spec.rb +72 -0
  373. data/spec/models/api_response_crypto_williams_r_spec.rb +72 -0
  374. data/spec/models/api_response_data_tags_search_spec.rb +1 -1
  375. data/spec/models/api_response_data_tags_spec.rb +1 -1
  376. data/spec/models/api_response_economic_index_historical_data_spec.rb +1 -1
  377. data/spec/models/api_response_economic_indices_search_spec.rb +1 -1
  378. data/spec/models/api_response_economic_indices_spec.rb +1 -1
  379. data/spec/models/api_response_filing_notes_search_spec.rb +1 -1
  380. data/spec/models/api_response_filing_notes_spec.rb +1 -1
  381. data/spec/models/api_response_filings_spec.rb +1 -1
  382. data/spec/models/api_response_forex_currencies_spec.rb +1 -1
  383. data/spec/models/api_response_forex_pairs_spec.rb +1 -1
  384. data/spec/models/api_response_forex_prices_spec.rb +1 -1
  385. data/spec/models/api_response_historical_data_spec.rb +1 -1
  386. data/spec/models/api_response_municipalities_spec.rb +1 -1
  387. data/spec/models/api_response_municipalitiy_financials_spec.rb +1 -1
  388. data/spec/models/api_response_news_spec.rb +1 -1
  389. data/spec/models/api_response_option_prices_spec.rb +1 -1
  390. data/spec/models/api_response_options_chain_spec.rb +2 -2
  391. data/spec/models/api_response_options_expirations_spec.rb +1 -1
  392. data/spec/models/api_response_options_spec.rb +1 -1
  393. data/spec/models/api_response_reported_financials_spec.rb +1 -1
  394. data/spec/models/api_response_securities_search_spec.rb +1 -1
  395. data/spec/models/api_response_securities_spec.rb +1 -1
  396. data/spec/models/api_response_security_accumulation_distribution_index_spec.rb +1 -1
  397. data/spec/models/api_response_security_average_daily_trading_volume_spec.rb +1 -1
  398. data/spec/models/api_response_security_average_directional_index_spec.rb +1 -1
  399. data/spec/models/api_response_security_average_true_range_spec.rb +1 -1
  400. data/spec/models/api_response_security_awesome_oscillator_spec.rb +1 -1
  401. data/spec/models/api_response_security_bollinger_bands_spec.rb +1 -1
  402. data/spec/models/api_response_security_chaikin_money_flow_spec.rb +1 -1
  403. data/spec/models/api_response_security_commodity_channel_index_spec.rb +1 -1
  404. data/spec/models/api_response_security_detrended_price_oscillator_spec.rb +1 -1
  405. data/spec/models/api_response_security_donchian_channel_spec.rb +1 -1
  406. data/spec/models/api_response_security_ease_of_movement_spec.rb +1 -1
  407. data/spec/models/api_response_security_force_index_spec.rb +1 -1
  408. data/spec/models/api_response_security_historical_data_spec.rb +1 -1
  409. data/spec/models/api_response_security_ichimoku_kinko_hyo_spec.rb +1 -1
  410. data/spec/models/api_response_security_intraday_prices_spec.rb +1 -1
  411. data/spec/models/api_response_security_keltner_channel_spec.rb +1 -1
  412. data/spec/models/api_response_security_know_sure_thing_spec.rb +1 -1
  413. data/spec/models/api_response_security_mass_index_spec.rb +1 -1
  414. data/spec/models/api_response_security_money_flow_index_spec.rb +1 -1
  415. data/spec/models/api_response_security_moving_average_convergence_divergence_spec.rb +1 -1
  416. data/spec/models/api_response_security_negative_volume_index_spec.rb +1 -1
  417. data/spec/models/api_response_security_on_balance_volume_mean_spec.rb +1 -1
  418. data/spec/models/api_response_security_on_balance_volume_spec.rb +1 -1
  419. data/spec/models/api_response_security_relative_strength_index_spec.rb +1 -1
  420. data/spec/models/api_response_security_simple_moving_average_spec.rb +1 -1
  421. data/spec/models/api_response_security_stochastic_oscillator_spec.rb +1 -1
  422. data/spec/models/api_response_security_stock_price_adjustments_spec.rb +1 -1
  423. data/spec/models/api_response_security_stock_prices_spec.rb +1 -1
  424. data/spec/models/api_response_security_triple_exponential_average_spec.rb +1 -1
  425. data/spec/models/api_response_security_true_strength_index_spec.rb +1 -1
  426. data/spec/models/api_response_security_ultimate_oscillator_spec.rb +1 -1
  427. data/spec/models/api_response_security_volume_price_trend_spec.rb +1 -1
  428. data/spec/models/api_response_security_volume_weighted_average_price_spec.rb +1 -1
  429. data/spec/models/api_response_security_vortex_indicator_spec.rb +1 -1
  430. data/spec/models/api_response_security_williams_r_spec.rb +1 -1
  431. data/spec/models/api_response_security_zacks_analyst_ratings_snapshot_spec.rb +48 -0
  432. data/spec/models/api_response_security_zacks_analyst_ratings_spec.rb +54 -0
  433. data/spec/models/api_response_security_zacks_eps_surprises_spec.rb +54 -0
  434. data/spec/models/api_response_security_zacks_sales_surprises_spec.rb +54 -0
  435. data/spec/models/api_response_sic_index_historical_data_spec.rb +1 -1
  436. data/spec/models/api_response_sic_indices_search_spec.rb +1 -1
  437. data/spec/models/api_response_sic_indices_spec.rb +1 -1
  438. data/spec/models/api_response_standardized_financials_spec.rb +1 -1
  439. data/spec/models/api_response_stock_exchange_realtime_stock_prices_spec.rb +1 -1
  440. data/spec/models/api_response_stock_exchange_securities_spec.rb +1 -1
  441. data/spec/models/api_response_stock_exchange_stock_price_adjustments_spec.rb +1 -1
  442. data/spec/models/api_response_stock_exchange_stock_prices_spec.rb +1 -1
  443. data/spec/models/api_response_stock_exchanges_spec.rb +1 -1
  444. data/spec/models/api_response_stock_market_index_historical_data_spec.rb +1 -1
  445. data/spec/models/api_response_stock_market_indices_search_spec.rb +1 -1
  446. data/spec/models/api_response_stock_market_indices_spec.rb +1 -1
  447. data/spec/models/api_response_zacks_analyst_ratings_spec.rb +48 -0
  448. data/spec/models/api_response_zacks_eps_surprises_spec.rb +48 -0
  449. data/spec/models/api_response_zacks_sales_surprises_spec.rb +48 -0
  450. data/spec/models/average_daily_trading_volume_technical_value_spec.rb +1 -1
  451. data/spec/models/average_directional_index_technical_value_spec.rb +1 -1
  452. data/spec/models/average_true_range_technical_value_spec.rb +1 -1
  453. data/spec/models/awesome_oscillator_technical_value_spec.rb +1 -1
  454. data/spec/models/bollinger_bands_technical_value_spec.rb +1 -1
  455. data/spec/models/chaikin_money_flow_technical_value_spec.rb +1 -1
  456. data/spec/models/commodity_channel_index_technical_value_spec.rb +1 -1
  457. data/spec/models/company_filing_spec.rb +1 -1
  458. data/spec/models/company_news_spec.rb +1 -1
  459. data/spec/models/company_news_summary_spec.rb +1 -1
  460. data/spec/models/company_spec.rb +25 -1
  461. data/spec/models/company_summary_spec.rb +1 -1
  462. data/spec/models/crypto_ask_spec.rb +1 -1
  463. data/spec/models/crypto_bid_spec.rb +1 -1
  464. data/spec/models/crypto_book_entry_spec.rb +1 -1
  465. data/spec/models/crypto_currency_spec.rb +1 -1
  466. data/spec/models/crypto_exchange_spec.rb +1 -1
  467. data/spec/models/crypto_exchange_summary_spec.rb +1 -1
  468. data/spec/models/crypto_pair_spec.rb +1 -1
  469. data/spec/models/crypto_pair_summary_spec.rb +1 -1
  470. data/spec/models/crypto_price_spec.rb +1 -1
  471. data/spec/models/crypto_snapshot_spec.rb +1 -1
  472. data/spec/models/crypto_stat_spec.rb +1 -1
  473. data/spec/models/data_tag_spec.rb +1 -1
  474. data/spec/models/data_tag_summary_spec.rb +1 -1
  475. data/spec/models/detrended_price_oscillator_technical_value_spec.rb +1 -1
  476. data/spec/models/dividend_record_spec.rb +1 -1
  477. data/spec/models/donchian_channel_technical_value_spec.rb +1 -1
  478. data/spec/models/earnings_record_spec.rb +1 -1
  479. data/spec/models/ease_of_movement_technical_value_spec.rb +1 -1
  480. data/spec/models/economic_index_spec.rb +1 -1
  481. data/spec/models/economic_index_summary_spec.rb +1 -1
  482. data/spec/models/filing_note_filing_spec.rb +1 -1
  483. data/spec/models/filing_note_spec.rb +1 -1
  484. data/spec/models/filing_note_summary_spec.rb +1 -1
  485. data/spec/models/filing_spec.rb +1 -1
  486. data/spec/models/filing_summary_spec.rb +1 -1
  487. data/spec/models/force_index_technical_value_spec.rb +1 -1
  488. data/spec/models/forex_currency_spec.rb +1 -1
  489. data/spec/models/forex_pair_spec.rb +1 -1
  490. data/spec/models/forex_price_spec.rb +1 -1
  491. data/spec/models/fundamental_spec.rb +1 -1
  492. data/spec/models/fundamental_summary_spec.rb +1 -1
  493. data/spec/models/historical_data_spec.rb +1 -1
  494. data/spec/models/ichimoku_kinko_hyo_technical_value_spec.rb +1 -1
  495. data/spec/models/intraday_stock_price_spec.rb +1 -1
  496. data/spec/models/keltner_channel_technical_value_spec.rb +1 -1
  497. data/spec/models/know_sure_thing_technical_value_spec.rb +1 -1
  498. data/spec/models/mass_index_technical_value_spec.rb +1 -1
  499. data/spec/models/money_flow_index_technical_value_spec.rb +1 -1
  500. data/spec/models/moving_average_convergence_divergence_technical_value_spec.rb +1 -1
  501. data/spec/models/municipality_financial_spec.rb +1 -1
  502. data/spec/models/municipality_spec.rb +1 -1
  503. data/spec/models/negative_volume_index_technical_value_spec.rb +1 -1
  504. data/spec/models/on_balance_volume_mean_technical_value_spec.rb +1 -1
  505. data/spec/models/on_balance_volume_technical_value_spec.rb +1 -1
  506. data/spec/models/option_chain_spec.rb +1 -1
  507. data/spec/models/option_price_spec.rb +1 -1
  508. data/spec/models/option_spec.rb +1 -1
  509. data/spec/models/realtime_stock_price_security_spec.rb +1 -1
  510. data/spec/models/realtime_stock_price_spec.rb +1 -1
  511. data/spec/models/relative_strength_index_technical_value_spec.rb +1 -1
  512. data/spec/models/reported_financial_dimension_spec.rb +1 -1
  513. data/spec/models/reported_financial_spec.rb +1 -1
  514. data/spec/models/reported_tag_spec.rb +1 -1
  515. data/spec/models/security_screen_clause_spec.rb +1 -1
  516. data/spec/models/security_screen_group_spec.rb +1 -1
  517. data/spec/models/security_screen_result_data_spec.rb +1 -1
  518. data/spec/models/security_screen_result_spec.rb +1 -1
  519. data/spec/models/security_spec.rb +1 -1
  520. data/spec/models/security_summary_spec.rb +1 -1
  521. data/spec/models/sic_index_spec.rb +1 -1
  522. data/spec/models/simple_moving_average_technical_value_spec.rb +1 -1
  523. data/spec/models/standardized_financial_spec.rb +1 -1
  524. data/spec/models/stochastic_oscillator_technical_value_spec.rb +1 -1
  525. data/spec/models/stock_exchange_spec.rb +1 -1
  526. data/spec/models/stock_market_index_spec.rb +1 -1
  527. data/spec/models/stock_market_index_summary_spec.rb +1 -1
  528. data/spec/models/stock_price_adjustment_spec.rb +1 -1
  529. data/spec/models/stock_price_adjustment_summary_spec.rb +1 -1
  530. data/spec/models/stock_price_spec.rb +1 -1
  531. data/spec/models/stock_price_summary_spec.rb +1 -1
  532. data/spec/models/technical_indicator_spec.rb +1 -1
  533. data/spec/models/triple_exponential_average_technical_value_spec.rb +1 -1
  534. data/spec/models/true_strength_index_technical_value_spec.rb +1 -1
  535. data/spec/models/ultimate_oscillator_technical_value_spec.rb +1 -1
  536. data/spec/models/volume_price_trend_technical_value_spec.rb +1 -1
  537. data/spec/models/volume_weighted_average_price_value_spec.rb +1 -1
  538. data/spec/models/vortex_indicator_technical_value_spec.rb +1 -1
  539. data/spec/models/williams_r_technical_value_spec.rb +1 -1
  540. data/spec/models/zacks_analyst_rating_snapshot_spec.rb +102 -0
  541. data/spec/models/zacks_analyst_rating_spec.rb +96 -0
  542. data/spec/models/zacks_analyst_rating_summary_spec.rb +90 -0
  543. data/spec/models/zacks_eps_surprise_spec.rb +138 -0
  544. data/spec/models/zacks_eps_surprise_summary_spec.rb +132 -0
  545. data/spec/models/zacks_sales_surprise_spec.rb +138 -0
  546. data/spec/models/zacks_sales_surprise_summary_spec.rb +144 -0
  547. data/spec/spec_helper.rb +1 -1
  548. metadata +186 -2
@@ -12,7 +12,17 @@ Method | HTTP request | Description
12
12
  [**get_stock_exchange_securities**](StockExchangeApi.md#get_stock_exchange_securities) | **GET** /stock_exchanges/{identifier}/securities | Securities by Exchange
13
13
 
14
14
 
15
+
16
+ [//]: # (START_OPERTATION)
17
+
18
+ [//]: # (ENDPOINT:/stock_exchanges)
19
+
20
+ [//]: # (DOC_LINK:StockExchangeApi.md#get_all_stock_exchanges)
21
+
15
22
  # **get_all_stock_exchanges**
23
+
24
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_all_stock_exchanges_v2)
25
+
16
26
  > ApiResponseStockExchanges get_all_stock_exchanges(opts)
17
27
 
18
28
  All Stock Exchanges
@@ -20,6 +30,9 @@ All Stock Exchanges
20
30
  Returns all Stock Exchanges matching the specified parameters
21
31
 
22
32
  ### Example
33
+
34
+ [//]: # (START_CODE_EXAMPLE)
35
+
23
36
  ```ruby
24
37
  # Load the gem
25
38
  require 'intrinio-sdk'
@@ -35,7 +48,7 @@ opts = {
35
48
  city: "city_example", # String | Filter by city
36
49
  country: "CHINA", # String | Filter by country
37
50
  country_code: "country_code_example", # String | Filter by ISO country code
38
- page_size: 100 # Float | The number of results to return
51
+ page_size: 100 # Integer | The number of results to return
39
52
  }
40
53
 
41
54
  begin
@@ -46,6 +59,8 @@ rescue Intrinio::ApiError => e
46
59
  end
47
60
  ```
48
61
 
62
+ [//]: # (END_CODE_EXAMPLE)
63
+
49
64
  ### Parameters
50
65
 
51
66
  Name | Type | Description | Notes
@@ -53,13 +68,25 @@ Name | Type | Description | Notes
53
68
  **city** | **String**| Filter by city | [optional]
54
69
  **country** | **String**| Filter by country | [optional]
55
70
  **country_code** | **String**| Filter by ISO country code | [optional]
56
- **page_size** | **Float**| The number of results to return | [optional] [default to 100]
71
+ **page_size** | **Integer**| The number of results to return | [optional] [default to 100]
57
72
 
58
73
  ### Return type
59
74
 
60
75
  [**ApiResponseStockExchanges**](ApiResponseStockExchanges.md)
61
76
 
77
+ [//]: # (END_OPERATION)
78
+
79
+
80
+ [//]: # (START_OPERTATION)
81
+
82
+ [//]: # (ENDPOINT:/stock_exchanges/{identifier})
83
+
84
+ [//]: # (DOC_LINK:StockExchangeApi.md#get_stock_exchange_by_id)
85
+
62
86
  # **get_stock_exchange_by_id**
87
+
88
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_stock_exchange_by_id_v2)
89
+
63
90
  > StockExchange get_stock_exchange_by_id(identifier)
64
91
 
65
92
  Lookup Stock Exchange
@@ -67,6 +94,9 @@ Lookup Stock Exchange
67
94
  Returns the Stock Exchange with the given `identifier`
68
95
 
69
96
  ### Example
97
+
98
+ [//]: # (START_CODE_EXAMPLE)
99
+
70
100
  ```ruby
71
101
  # Load the gem
72
102
  require 'intrinio-sdk'
@@ -78,7 +108,7 @@ end
78
108
 
79
109
  stockExchange_api = Intrinio::StockExchangeApi.new
80
110
 
81
- identifier = "$$v2_mic_default$$" # String | A Stock Exchange identifier (MIC or Intrinio ID)
111
+ identifier = "USCOMP" # String | A Stock Exchange identifier (MIC or Intrinio ID)
82
112
 
83
113
 
84
114
  begin
@@ -89,6 +119,8 @@ rescue Intrinio::ApiError => e
89
119
  end
90
120
  ```
91
121
 
122
+ [//]: # (END_CODE_EXAMPLE)
123
+
92
124
  ### Parameters
93
125
 
94
126
  Name | Type | Description | Notes
@@ -99,7 +131,19 @@ Name | Type | Description | Notes
99
131
 
100
132
  [**StockExchange**](StockExchange.md)
101
133
 
134
+ [//]: # (END_OPERATION)
135
+
136
+
137
+ [//]: # (START_OPERTATION)
138
+
139
+ [//]: # (ENDPOINT:/stock_exchanges/{identifier}/prices/adjustments)
140
+
141
+ [//]: # (DOC_LINK:StockExchangeApi.md#get_stock_exchange_price_adjustments)
142
+
102
143
  # **get_stock_exchange_price_adjustments**
144
+
145
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_stock_exchange_price_adjustments_v2)
146
+
103
147
  > ApiResponseStockExchangeStockPriceAdjustments get_stock_exchange_price_adjustments(identifier, opts)
104
148
 
105
149
  Stock Price Adjustments by Exchange
@@ -107,6 +151,9 @@ Stock Price Adjustments by Exchange
107
151
  Returns stock price adjustments for the Stock Exchange with the given `identifier`
108
152
 
109
153
  ### Example
154
+
155
+ [//]: # (START_CODE_EXAMPLE)
156
+
110
157
  ```ruby
111
158
  # Load the gem
112
159
  require 'intrinio-sdk'
@@ -118,11 +165,11 @@ end
118
165
 
119
166
  stockExchange_api = Intrinio::StockExchangeApi.new
120
167
 
121
- identifier = "$$v2_mic_default$$" # String | A Stock Exchange identifier (MIC or Intrinio ID)
168
+ identifier = "USCOMP" # String | A Stock Exchange identifier (MIC or Intrinio ID)
122
169
 
123
170
  opts = {
124
171
  date: Date.parse("2018-08-14"), # Date | The date for which to return price adjustments
125
- page_size: 100, # Float | The number of results to return
172
+ page_size: 100, # Integer | The number of results to return
126
173
  next_page: nil # String | Gets the next page of data from a previous API call
127
174
  }
128
175
 
@@ -134,20 +181,34 @@ rescue Intrinio::ApiError => e
134
181
  end
135
182
  ```
136
183
 
184
+ [//]: # (END_CODE_EXAMPLE)
185
+
137
186
  ### Parameters
138
187
 
139
188
  Name | Type | Description | Notes
140
189
  ------------- | ------------- | ------------- | -------------
141
190
  **identifier** | **String**| A Stock Exchange identifier (MIC or Intrinio ID) |
142
191
  **date** | **Date**| The date for which to return price adjustments | [optional]
143
- **page_size** | **Float**| The number of results to return | [optional] [default to 100]
192
+ **page_size** | **Integer**| The number of results to return | [optional] [default to 100]
144
193
  **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
145
194
 
146
195
  ### Return type
147
196
 
148
197
  [**ApiResponseStockExchangeStockPriceAdjustments**](ApiResponseStockExchangeStockPriceAdjustments.md)
149
198
 
199
+ [//]: # (END_OPERATION)
200
+
201
+
202
+ [//]: # (START_OPERTATION)
203
+
204
+ [//]: # (ENDPOINT:/stock_exchanges/{identifier}/prices)
205
+
206
+ [//]: # (DOC_LINK:StockExchangeApi.md#get_stock_exchange_prices)
207
+
150
208
  # **get_stock_exchange_prices**
209
+
210
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_stock_exchange_prices_v2)
211
+
151
212
  > ApiResponseStockExchangeStockPrices get_stock_exchange_prices(identifier, opts)
152
213
 
153
214
  Stock Prices by Exchange
@@ -155,6 +216,9 @@ Stock Prices by Exchange
155
216
  Returns end-of-day stock prices for Securities on the Stock Exchange with `identifier` and on the `price_date` (or the latest date that prices are available)
156
217
 
157
218
  ### Example
219
+
220
+ [//]: # (START_CODE_EXAMPLE)
221
+
158
222
  ```ruby
159
223
  # Load the gem
160
224
  require 'intrinio-sdk'
@@ -166,11 +230,11 @@ end
166
230
 
167
231
  stockExchange_api = Intrinio::StockExchangeApi.new
168
232
 
169
- identifier = "$$v2_mic_default$$" # String | A Stock Exchange identifier (MIC or Intrinio ID)
233
+ identifier = "USCOMP" # String | A Stock Exchange identifier (MIC or Intrinio ID)
170
234
 
171
235
  opts = {
172
236
  date: Date.parse("2018-08-14"), # Date | The date for which to return prices
173
- page_size: 100, # Float | The number of results to return
237
+ page_size: 100, # Integer | The number of results to return
174
238
  next_page: nil # String | Gets the next page of data from a previous API call
175
239
  }
176
240
 
@@ -182,20 +246,34 @@ rescue Intrinio::ApiError => e
182
246
  end
183
247
  ```
184
248
 
249
+ [//]: # (END_CODE_EXAMPLE)
250
+
185
251
  ### Parameters
186
252
 
187
253
  Name | Type | Description | Notes
188
254
  ------------- | ------------- | ------------- | -------------
189
255
  **identifier** | **String**| A Stock Exchange identifier (MIC or Intrinio ID) |
190
256
  **date** | **Date**| The date for which to return prices | [optional]
191
- **page_size** | **Float**| The number of results to return | [optional] [default to 100]
257
+ **page_size** | **Integer**| The number of results to return | [optional] [default to 100]
192
258
  **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
193
259
 
194
260
  ### Return type
195
261
 
196
262
  [**ApiResponseStockExchangeStockPrices**](ApiResponseStockExchangeStockPrices.md)
197
263
 
264
+ [//]: # (END_OPERATION)
265
+
266
+
267
+ [//]: # (START_OPERTATION)
268
+
269
+ [//]: # (ENDPOINT:/stock_exchanges/{identifier}/prices/realtime)
270
+
271
+ [//]: # (DOC_LINK:StockExchangeApi.md#get_stock_exchange_realtime_prices)
272
+
198
273
  # **get_stock_exchange_realtime_prices**
274
+
275
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_stock_exchange_realtime_prices_v2)
276
+
199
277
  > ApiResponseStockExchangeRealtimeStockPrices get_stock_exchange_realtime_prices(identifier, opts)
200
278
 
201
279
  Realtime Stock Prices by Exchange
@@ -203,6 +281,9 @@ Realtime Stock Prices by Exchange
203
281
  Returns realtime stock prices for the Stock Exchange with the given `identifier`
204
282
 
205
283
  ### Example
284
+
285
+ [//]: # (START_CODE_EXAMPLE)
286
+
206
287
  ```ruby
207
288
  # Load the gem
208
289
  require 'intrinio-sdk'
@@ -214,11 +295,11 @@ end
214
295
 
215
296
  stockExchange_api = Intrinio::StockExchangeApi.new
216
297
 
217
- identifier = "$$v2_mic_default$$" # String | A Stock Exchange identifier (MIC or Intrinio ID)
298
+ identifier = "USCOMP" # String | A Stock Exchange identifier (MIC or Intrinio ID)
218
299
 
219
300
  opts = {
220
301
  source: nil, # String | Return realtime prices from the specified data source
221
- page_size: 100, # Float | The number of results to return
302
+ page_size: 100, # Integer | The number of results to return
222
303
  next_page: nil # String | Gets the next page of data from a previous API call
223
304
  }
224
305
 
@@ -230,20 +311,34 @@ rescue Intrinio::ApiError => e
230
311
  end
231
312
  ```
232
313
 
314
+ [//]: # (END_CODE_EXAMPLE)
315
+
233
316
  ### Parameters
234
317
 
235
318
  Name | Type | Description | Notes
236
319
  ------------- | ------------- | ------------- | -------------
237
320
  **identifier** | **String**| A Stock Exchange identifier (MIC or Intrinio ID) |
238
321
  **source** | **String**| Return realtime prices from the specified data source | [optional]
239
- **page_size** | **Float**| The number of results to return | [optional] [default to 100]
322
+ **page_size** | **Integer**| The number of results to return | [optional] [default to 100]
240
323
  **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
241
324
 
242
325
  ### Return type
243
326
 
244
327
  [**ApiResponseStockExchangeRealtimeStockPrices**](ApiResponseStockExchangeRealtimeStockPrices.md)
245
328
 
329
+ [//]: # (END_OPERATION)
330
+
331
+
332
+ [//]: # (START_OPERTATION)
333
+
334
+ [//]: # (ENDPOINT:/stock_exchanges/{identifier}/securities)
335
+
336
+ [//]: # (DOC_LINK:StockExchangeApi.md#get_stock_exchange_securities)
337
+
246
338
  # **get_stock_exchange_securities**
339
+
340
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_stock_exchange_securities_v2)
341
+
247
342
  > ApiResponseStockExchangeSecurities get_stock_exchange_securities(identifier, opts)
248
343
 
249
344
  Securities by Exchange
@@ -251,6 +346,9 @@ Securities by Exchange
251
346
  Returns Securities traded on the Stock Exchange with `identifier`
252
347
 
253
348
  ### Example
349
+
350
+ [//]: # (START_CODE_EXAMPLE)
351
+
254
352
  ```ruby
255
353
  # Load the gem
256
354
  require 'intrinio-sdk'
@@ -262,10 +360,10 @@ end
262
360
 
263
361
  stockExchange_api = Intrinio::StockExchangeApi.new
264
362
 
265
- identifier = "$$v2_mic_default$$" # String | A Stock Exchange identifier (MIC or Intrinio ID)
363
+ identifier = "USCOMP" # String | A Stock Exchange identifier (MIC or Intrinio ID)
266
364
 
267
365
  opts = {
268
- page_size: 100, # Float | The number of results to return
366
+ page_size: 100, # Integer | The number of results to return
269
367
  next_page: nil # String | Gets the next page of data from a previous API call
270
368
  }
271
369
 
@@ -277,15 +375,19 @@ rescue Intrinio::ApiError => e
277
375
  end
278
376
  ```
279
377
 
378
+ [//]: # (END_CODE_EXAMPLE)
379
+
280
380
  ### Parameters
281
381
 
282
382
  Name | Type | Description | Notes
283
383
  ------------- | ------------- | ------------- | -------------
284
384
  **identifier** | **String**| A Stock Exchange identifier (MIC or Intrinio ID) |
285
- **page_size** | **Float**| The number of results to return | [optional] [default to 100]
385
+ **page_size** | **Integer**| The number of results to return | [optional] [default to 100]
286
386
  **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
287
387
 
288
388
  ### Return type
289
389
 
290
390
  [**ApiResponseStockExchangeSecurities**](ApiResponseStockExchangeSecurities.md)
291
391
 
392
+ [//]: # (END_OPERATION)
393
+
@@ -4,6 +4,37 @@ All URIs are relative to *https://api-v2.intrinio.com*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
+ [**get_crypto_price_technicals_adi**](TechnicalApi.md#get_crypto_price_technicals_adi) | **GET** /crypto/prices/technicals/adi | Accumulation/Distribution Index
8
+ [**get_crypto_price_technicals_adtv**](TechnicalApi.md#get_crypto_price_technicals_adtv) | **GET** /crypto/prices/technicals/adtv | Average Daily Trading Volume
9
+ [**get_crypto_price_technicals_adx**](TechnicalApi.md#get_crypto_price_technicals_adx) | **GET** /crypto/prices/technicals/adx | Average Directional Index
10
+ [**get_crypto_price_technicals_ao**](TechnicalApi.md#get_crypto_price_technicals_ao) | **GET** /crypto/prices/technicals/ao | Awesome Oscillator
11
+ [**get_crypto_price_technicals_atr**](TechnicalApi.md#get_crypto_price_technicals_atr) | **GET** /crypto/prices/technicals/atr | Average True Range
12
+ [**get_crypto_price_technicals_bb**](TechnicalApi.md#get_crypto_price_technicals_bb) | **GET** /crypto/prices/technicals/bb | Bollinger Bands
13
+ [**get_crypto_price_technicals_cci**](TechnicalApi.md#get_crypto_price_technicals_cci) | **GET** /crypto/prices/technicals/cci | Commodity Channel Index
14
+ [**get_crypto_price_technicals_cmf**](TechnicalApi.md#get_crypto_price_technicals_cmf) | **GET** /crypto/prices/technicals/cmf | Chaikin Money Flow
15
+ [**get_crypto_price_technicals_dc**](TechnicalApi.md#get_crypto_price_technicals_dc) | **GET** /crypto/prices/technicals/dc | Donchian Channel
16
+ [**get_crypto_price_technicals_dpo**](TechnicalApi.md#get_crypto_price_technicals_dpo) | **GET** /crypto/prices/technicals/dpo | Detrended Price Oscillator
17
+ [**get_crypto_price_technicals_eom**](TechnicalApi.md#get_crypto_price_technicals_eom) | **GET** /crypto/prices/technicals/eom | Ease of Movement
18
+ [**get_crypto_price_technicals_fi**](TechnicalApi.md#get_crypto_price_technicals_fi) | **GET** /crypto/prices/technicals/fi | Force Index
19
+ [**get_crypto_price_technicals_ichimoku**](TechnicalApi.md#get_crypto_price_technicals_ichimoku) | **GET** /crypto/prices/technicals/ichimoku | Ichimoku Kinko Hyo
20
+ [**get_crypto_price_technicals_kc**](TechnicalApi.md#get_crypto_price_technicals_kc) | **GET** /crypto/prices/technicals/kc | Keltner Channel
21
+ [**get_crypto_price_technicals_kst**](TechnicalApi.md#get_crypto_price_technicals_kst) | **GET** /crypto/prices/technicals/kst | Know Sure Thing
22
+ [**get_crypto_price_technicals_macd**](TechnicalApi.md#get_crypto_price_technicals_macd) | **GET** /crypto/prices/technicals/macd | Moving Average Convergence Divergence
23
+ [**get_crypto_price_technicals_mfi**](TechnicalApi.md#get_crypto_price_technicals_mfi) | **GET** /crypto/prices/technicals/mfi | Money Flow Index
24
+ [**get_crypto_price_technicals_mi**](TechnicalApi.md#get_crypto_price_technicals_mi) | **GET** /crypto/prices/technicals/mi | Mass Index
25
+ [**get_crypto_price_technicals_nvi**](TechnicalApi.md#get_crypto_price_technicals_nvi) | **GET** /crypto/prices/technicals/nvi | Negative Volume Index
26
+ [**get_crypto_price_technicals_obv**](TechnicalApi.md#get_crypto_price_technicals_obv) | **GET** /crypto/prices/technicals/obv | On-balance Volume
27
+ [**get_crypto_price_technicals_obv_mean**](TechnicalApi.md#get_crypto_price_technicals_obv_mean) | **GET** /crypto/prices/technicals/obv_mean | On-balance Volume Mean
28
+ [**get_crypto_price_technicals_rsi**](TechnicalApi.md#get_crypto_price_technicals_rsi) | **GET** /crypto/prices/technicals/rsi | Relative Strength Index
29
+ [**get_crypto_price_technicals_sma**](TechnicalApi.md#get_crypto_price_technicals_sma) | **GET** /crypto/prices/technicals/sma | Simple Moving Average
30
+ [**get_crypto_price_technicals_sr**](TechnicalApi.md#get_crypto_price_technicals_sr) | **GET** /crypto/prices/technicals/sr | Stochastic Oscillator
31
+ [**get_crypto_price_technicals_trix**](TechnicalApi.md#get_crypto_price_technicals_trix) | **GET** /crypto/prices/technicals/trix | Triple Exponential Average
32
+ [**get_crypto_price_technicals_tsi**](TechnicalApi.md#get_crypto_price_technicals_tsi) | **GET** /crypto/prices/technicals/tsi | True Strength Index
33
+ [**get_crypto_price_technicals_uo**](TechnicalApi.md#get_crypto_price_technicals_uo) | **GET** /crypto/prices/technicals/uo | Ultimate Oscillator
34
+ [**get_crypto_price_technicals_vi**](TechnicalApi.md#get_crypto_price_technicals_vi) | **GET** /crypto/prices/technicals/vi | Vortex Indicator
35
+ [**get_crypto_price_technicals_vpt**](TechnicalApi.md#get_crypto_price_technicals_vpt) | **GET** /crypto/prices/technicals/vpt | Volume-price Trend
36
+ [**get_crypto_price_technicals_vwap**](TechnicalApi.md#get_crypto_price_technicals_vwap) | **GET** /crypto/prices/technicals/vwap | Volume Weighted Average Price
37
+ [**get_crypto_price_technicals_wr**](TechnicalApi.md#get_crypto_price_technicals_wr) | **GET** /crypto/prices/technicals/wr | Williams %R
7
38
  [**get_security_price_technicals_adi**](TechnicalApi.md#get_security_price_technicals_adi) | **GET** /securities/{identifier}/prices/technicals/adi | Accumulation/Distribution Index
8
39
  [**get_security_price_technicals_adtv**](TechnicalApi.md#get_security_price_technicals_adtv) | **GET** /securities/{identifier}/prices/technicals/adtv | Average Daily Trading Volume
9
40
  [**get_security_price_technicals_adx**](TechnicalApi.md#get_security_price_technicals_adx) | **GET** /securities/{identifier}/prices/technicals/adx | Average Directional Index
@@ -37,7 +68,2545 @@ Method | HTTP request | Description
37
68
  [**get_security_price_technicals_wr**](TechnicalApi.md#get_security_price_technicals_wr) | **GET** /securities/{identifier}/prices/technicals/wr | Williams %R
38
69
 
39
70
 
71
+
72
+ [//]: # (START_OPERTATION)
73
+
74
+ [//]: # (ENDPOINT:/crypto/prices/technicals/adi)
75
+
76
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_adi)
77
+
78
+ # **get_crypto_price_technicals_adi**
79
+
80
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_adi_v2)
81
+
82
+ > ApiResponseCryptoAccumulationDistributionIndex get_crypto_price_technicals_adi(opts)
83
+
84
+ Accumulation/Distribution Index
85
+
86
+ Returns the Accumulation/Distribution Index values of Crypto Currency Prices for a Crypto Currency Pair
87
+
88
+ ### Example
89
+
90
+ [//]: # (START_CODE_EXAMPLE)
91
+
92
+ ```ruby
93
+ # Load the gem
94
+ require 'intrinio-sdk'
95
+
96
+ # Setup authorization
97
+ Intrinio.configure do |config|
98
+ config.api_key['api_key'] = 'YOUR API KEY'
99
+ end
100
+
101
+ technical_api = Intrinio::TechnicalApi.new
102
+
103
+ opts = {
104
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
105
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
106
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
107
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
108
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
109
+ start_date: nil, # Date | Return technicals on or after this date.
110
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
111
+ end_date: nil, # Date | Return technicals on or before this date.
112
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
113
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
114
+ next_page: nil # String | Gets the next page of data from a previous API call
115
+ }
116
+
117
+ begin
118
+ result = technical_api.get_crypto_price_technicals_adi(opts)
119
+ p result
120
+ rescue Intrinio::ApiError => e
121
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_adi: #{e}"
122
+ end
123
+ ```
124
+
125
+ [//]: # (END_CODE_EXAMPLE)
126
+
127
+ ### Parameters
128
+
129
+ Name | Type | Description | Notes
130
+ ------------- | ------------- | ------------- | -------------
131
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
132
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
133
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
134
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
135
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
136
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
137
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
138
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
139
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
140
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
141
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
142
+
143
+ ### Return type
144
+
145
+ [**ApiResponseCryptoAccumulationDistributionIndex**](ApiResponseCryptoAccumulationDistributionIndex.md)
146
+
147
+ [//]: # (END_OPERATION)
148
+
149
+
150
+ [//]: # (START_OPERTATION)
151
+
152
+ [//]: # (ENDPOINT:/crypto/prices/technicals/adtv)
153
+
154
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_adtv)
155
+
156
+ # **get_crypto_price_technicals_adtv**
157
+
158
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_adtv_v2)
159
+
160
+ > ApiResponseCryptoAverageDailyTradingVolume get_crypto_price_technicals_adtv(opts)
161
+
162
+ Average Daily Trading Volume
163
+
164
+ Returns the Average Daily Trading Volume values of Crypto Currency Prices for a Crypto Currency Pair
165
+
166
+ ### Example
167
+
168
+ [//]: # (START_CODE_EXAMPLE)
169
+
170
+ ```ruby
171
+ # Load the gem
172
+ require 'intrinio-sdk'
173
+
174
+ # Setup authorization
175
+ Intrinio.configure do |config|
176
+ config.api_key['api_key'] = 'YOUR API KEY'
177
+ end
178
+
179
+ technical_api = Intrinio::TechnicalApi.new
180
+
181
+ opts = {
182
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
183
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
184
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
185
+ period: 22, # Integer | The number of observations, per period, to calculate Average Daily Trading Volume.
186
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
187
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
188
+ start_date: nil, # Date | Return technicals on or after this date.
189
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
190
+ end_date: nil, # Date | Return technicals on or before this date.
191
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
192
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
193
+ next_page: nil # String | Gets the next page of data from a previous API call
194
+ }
195
+
196
+ begin
197
+ result = technical_api.get_crypto_price_technicals_adtv(opts)
198
+ p result
199
+ rescue Intrinio::ApiError => e
200
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_adtv: #{e}"
201
+ end
202
+ ```
203
+
204
+ [//]: # (END_CODE_EXAMPLE)
205
+
206
+ ### Parameters
207
+
208
+ Name | Type | Description | Notes
209
+ ------------- | ------------- | ------------- | -------------
210
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
211
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
212
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
213
+ **period** | **Integer**| The number of observations, per period, to calculate Average Daily Trading Volume. | [optional] [default to 22]
214
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
215
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
216
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
217
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
218
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
219
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
220
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
221
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
222
+
223
+ ### Return type
224
+
225
+ [**ApiResponseCryptoAverageDailyTradingVolume**](ApiResponseCryptoAverageDailyTradingVolume.md)
226
+
227
+ [//]: # (END_OPERATION)
228
+
229
+
230
+ [//]: # (START_OPERTATION)
231
+
232
+ [//]: # (ENDPOINT:/crypto/prices/technicals/adx)
233
+
234
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_adx)
235
+
236
+ # **get_crypto_price_technicals_adx**
237
+
238
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_adx_v2)
239
+
240
+ > ApiResponseCryptoAverageDirectionalIndex get_crypto_price_technicals_adx(opts)
241
+
242
+ Average Directional Index
243
+
244
+ Returns the Average Directional Index values of Crypto Currency Prices for a Crypto Currency Pair
245
+
246
+ ### Example
247
+
248
+ [//]: # (START_CODE_EXAMPLE)
249
+
250
+ ```ruby
251
+ # Load the gem
252
+ require 'intrinio-sdk'
253
+
254
+ # Setup authorization
255
+ Intrinio.configure do |config|
256
+ config.api_key['api_key'] = 'YOUR API KEY'
257
+ end
258
+
259
+ technical_api = Intrinio::TechnicalApi.new
260
+
261
+ opts = {
262
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
263
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
264
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
265
+ period: 22, # Integer | The number of observations, per period, to calculate Average Directional Index.
266
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
267
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
268
+ start_date: nil, # Date | Return technicals on or after this date.
269
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
270
+ end_date: nil, # Date | Return technicals on or before this date.
271
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
272
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
273
+ next_page: nil # String | Gets the next page of data from a previous API call
274
+ }
275
+
276
+ begin
277
+ result = technical_api.get_crypto_price_technicals_adx(opts)
278
+ p result
279
+ rescue Intrinio::ApiError => e
280
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_adx: #{e}"
281
+ end
282
+ ```
283
+
284
+ [//]: # (END_CODE_EXAMPLE)
285
+
286
+ ### Parameters
287
+
288
+ Name | Type | Description | Notes
289
+ ------------- | ------------- | ------------- | -------------
290
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
291
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
292
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
293
+ **period** | **Integer**| The number of observations, per period, to calculate Average Directional Index. | [optional] [default to 22]
294
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
295
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
296
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
297
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
298
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
299
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
300
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
301
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
302
+
303
+ ### Return type
304
+
305
+ [**ApiResponseCryptoAverageDirectionalIndex**](ApiResponseCryptoAverageDirectionalIndex.md)
306
+
307
+ [//]: # (END_OPERATION)
308
+
309
+
310
+ [//]: # (START_OPERTATION)
311
+
312
+ [//]: # (ENDPOINT:/crypto/prices/technicals/ao)
313
+
314
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_ao)
315
+
316
+ # **get_crypto_price_technicals_ao**
317
+
318
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_ao_v2)
319
+
320
+ > ApiResponseCryptoAwesomeOscillator get_crypto_price_technicals_ao(opts)
321
+
322
+ Awesome Oscillator
323
+
324
+ Returns the Awesome Oscillator values of Crypto Currency Prices for a Crypto Currency Pair
325
+
326
+ ### Example
327
+
328
+ [//]: # (START_CODE_EXAMPLE)
329
+
330
+ ```ruby
331
+ # Load the gem
332
+ require 'intrinio-sdk'
333
+
334
+ # Setup authorization
335
+ Intrinio.configure do |config|
336
+ config.api_key['api_key'] = 'YOUR API KEY'
337
+ end
338
+
339
+ technical_api = Intrinio::TechnicalApi.new
340
+
341
+ opts = {
342
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
343
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
344
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
345
+ short_period: 5, # Integer | The number of observations, per period, to calculate short period Simple Moving Average of the Awesome Oscillator.
346
+ long_period: 34, # Integer | The number of observations, per period, to calculate long period Simple Moving Average of the Awesome Oscillator.
347
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
348
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
349
+ start_date: nil, # Date | Return technicals on or after this date.
350
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
351
+ end_date: nil, # Date | Return technicals on or before this date.
352
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
353
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
354
+ next_page: nil # String | Gets the next page of data from a previous API call
355
+ }
356
+
357
+ begin
358
+ result = technical_api.get_crypto_price_technicals_ao(opts)
359
+ p result
360
+ rescue Intrinio::ApiError => e
361
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_ao: #{e}"
362
+ end
363
+ ```
364
+
365
+ [//]: # (END_CODE_EXAMPLE)
366
+
367
+ ### Parameters
368
+
369
+ Name | Type | Description | Notes
370
+ ------------- | ------------- | ------------- | -------------
371
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
372
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
373
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
374
+ **short_period** | **Integer**| The number of observations, per period, to calculate short period Simple Moving Average of the Awesome Oscillator. | [optional] [default to 5]
375
+ **long_period** | **Integer**| The number of observations, per period, to calculate long period Simple Moving Average of the Awesome Oscillator. | [optional] [default to 34]
376
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
377
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
378
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
379
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
380
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
381
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
382
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
383
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
384
+
385
+ ### Return type
386
+
387
+ [**ApiResponseCryptoAwesomeOscillator**](ApiResponseCryptoAwesomeOscillator.md)
388
+
389
+ [//]: # (END_OPERATION)
390
+
391
+
392
+ [//]: # (START_OPERTATION)
393
+
394
+ [//]: # (ENDPOINT:/crypto/prices/technicals/atr)
395
+
396
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_atr)
397
+
398
+ # **get_crypto_price_technicals_atr**
399
+
400
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_atr_v2)
401
+
402
+ > ApiResponseCryptoAverageTrueRange get_crypto_price_technicals_atr(opts)
403
+
404
+ Average True Range
405
+
406
+ Returns the Average True Range values of Crypto Currency Prices for Crypto Currency Pair
407
+
408
+ ### Example
409
+
410
+ [//]: # (START_CODE_EXAMPLE)
411
+
412
+ ```ruby
413
+ # Load the gem
414
+ require 'intrinio-sdk'
415
+
416
+ # Setup authorization
417
+ Intrinio.configure do |config|
418
+ config.api_key['api_key'] = 'YOUR API KEY'
419
+ end
420
+
421
+ technical_api = Intrinio::TechnicalApi.new
422
+
423
+ opts = {
424
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
425
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
426
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
427
+ period: 22, # Integer | The number of observations, per period, to calculate Average True Range.
428
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
429
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
430
+ start_date: nil, # Date | Return technicals on or after this date.
431
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
432
+ end_date: nil, # Date | Return technicals on or before this date.
433
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
434
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
435
+ next_page: nil # String | Gets the next page of data from a previous API call
436
+ }
437
+
438
+ begin
439
+ result = technical_api.get_crypto_price_technicals_atr(opts)
440
+ p result
441
+ rescue Intrinio::ApiError => e
442
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_atr: #{e}"
443
+ end
444
+ ```
445
+
446
+ [//]: # (END_CODE_EXAMPLE)
447
+
448
+ ### Parameters
449
+
450
+ Name | Type | Description | Notes
451
+ ------------- | ------------- | ------------- | -------------
452
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
453
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
454
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
455
+ **period** | **Integer**| The number of observations, per period, to calculate Average True Range. | [optional] [default to 22]
456
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
457
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
458
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
459
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
460
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
461
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
462
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
463
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
464
+
465
+ ### Return type
466
+
467
+ [**ApiResponseCryptoAverageTrueRange**](ApiResponseCryptoAverageTrueRange.md)
468
+
469
+ [//]: # (END_OPERATION)
470
+
471
+
472
+ [//]: # (START_OPERTATION)
473
+
474
+ [//]: # (ENDPOINT:/crypto/prices/technicals/bb)
475
+
476
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_bb)
477
+
478
+ # **get_crypto_price_technicals_bb**
479
+
480
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_bb_v2)
481
+
482
+ > ApiResponseCryptoBollingerBands get_crypto_price_technicals_bb(opts)
483
+
484
+ Bollinger Bands
485
+
486
+ Returns the Bollinger Bands values of Crypto Currency Prices for a Crypto Currency Pair
487
+
488
+ ### Example
489
+
490
+ [//]: # (START_CODE_EXAMPLE)
491
+
492
+ ```ruby
493
+ # Load the gem
494
+ require 'intrinio-sdk'
495
+
496
+ # Setup authorization
497
+ Intrinio.configure do |config|
498
+ config.api_key['api_key'] = 'YOUR API KEY'
499
+ end
500
+
501
+ technical_api = Intrinio::TechnicalApi.new
502
+
503
+ opts = {
504
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
505
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
506
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
507
+ period: 20, # Integer | The number of observations, per period, to calculate Bollinger Bands.
508
+ standard_deviations: 2.0, # Float | The number of standard deviations to calculate the upper and lower bands of the Bollinger Bands.
509
+ price_key: "close", # String | The Crypto Currency Price field to use when calculating Bollinger Bands.
510
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
511
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
512
+ start_date: nil, # Date | Return technicals on or after this date.
513
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
514
+ end_date: nil, # Date | Return technicals on or before this date.
515
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
516
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
517
+ next_page: nil # String | Gets the next page of data from a previous API call
518
+ }
519
+
520
+ begin
521
+ result = technical_api.get_crypto_price_technicals_bb(opts)
522
+ p result
523
+ rescue Intrinio::ApiError => e
524
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_bb: #{e}"
525
+ end
526
+ ```
527
+
528
+ [//]: # (END_CODE_EXAMPLE)
529
+
530
+ ### Parameters
531
+
532
+ Name | Type | Description | Notes
533
+ ------------- | ------------- | ------------- | -------------
534
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
535
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
536
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
537
+ **period** | **Integer**| The number of observations, per period, to calculate Bollinger Bands. | [optional] [default to 20]
538
+ **standard_deviations** | **Float**| The number of standard deviations to calculate the upper and lower bands of the Bollinger Bands. | [optional] [default to 2.0]
539
+ **price_key** | **String**| The Crypto Currency Price field to use when calculating Bollinger Bands. | [optional] [default to close]
540
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
541
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
542
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
543
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
544
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
545
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
546
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
547
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
548
+
549
+ ### Return type
550
+
551
+ [**ApiResponseCryptoBollingerBands**](ApiResponseCryptoBollingerBands.md)
552
+
553
+ [//]: # (END_OPERATION)
554
+
555
+
556
+ [//]: # (START_OPERTATION)
557
+
558
+ [//]: # (ENDPOINT:/crypto/prices/technicals/cci)
559
+
560
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_cci)
561
+
562
+ # **get_crypto_price_technicals_cci**
563
+
564
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_cci_v2)
565
+
566
+ > ApiResponseCryptoCommodityChannelIndex get_crypto_price_technicals_cci(opts)
567
+
568
+ Commodity Channel Index
569
+
570
+ Returns the Commodity Channel Index values of Crypto Currency Prices for Crypto Currency Pair
571
+
572
+ ### Example
573
+
574
+ [//]: # (START_CODE_EXAMPLE)
575
+
576
+ ```ruby
577
+ # Load the gem
578
+ require 'intrinio-sdk'
579
+
580
+ # Setup authorization
581
+ Intrinio.configure do |config|
582
+ config.api_key['api_key'] = 'YOUR API KEY'
583
+ end
584
+
585
+ technical_api = Intrinio::TechnicalApi.new
586
+
587
+ opts = {
588
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
589
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
590
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
591
+ period: 20, # Integer | The number of observations, per period, to calculate Commodity Channel Index.
592
+ constant: 0.015, # Float | The number of observations, per period, to calculate Commodity Channel Index.
593
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
594
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
595
+ start_date: nil, # Date | Return technicals on or after this date.
596
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
597
+ end_date: nil, # Date | Return technicals on or before this date.
598
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
599
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
600
+ next_page: nil # String | Gets the next page of data from a previous API call
601
+ }
602
+
603
+ begin
604
+ result = technical_api.get_crypto_price_technicals_cci(opts)
605
+ p result
606
+ rescue Intrinio::ApiError => e
607
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_cci: #{e}"
608
+ end
609
+ ```
610
+
611
+ [//]: # (END_CODE_EXAMPLE)
612
+
613
+ ### Parameters
614
+
615
+ Name | Type | Description | Notes
616
+ ------------- | ------------- | ------------- | -------------
617
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
618
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
619
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
620
+ **period** | **Integer**| The number of observations, per period, to calculate Commodity Channel Index. | [optional] [default to 20]
621
+ **constant** | **Float**| The number of observations, per period, to calculate Commodity Channel Index. | [optional] [default to 0.015]
622
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
623
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
624
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
625
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
626
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
627
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
628
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
629
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
630
+
631
+ ### Return type
632
+
633
+ [**ApiResponseCryptoCommodityChannelIndex**](ApiResponseCryptoCommodityChannelIndex.md)
634
+
635
+ [//]: # (END_OPERATION)
636
+
637
+
638
+ [//]: # (START_OPERTATION)
639
+
640
+ [//]: # (ENDPOINT:/crypto/prices/technicals/cmf)
641
+
642
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_cmf)
643
+
644
+ # **get_crypto_price_technicals_cmf**
645
+
646
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_cmf_v2)
647
+
648
+ > ApiResponseCryptoChaikinMoneyFlow get_crypto_price_technicals_cmf(opts)
649
+
650
+ Chaikin Money Flow
651
+
652
+ Returns the Chaikin Money Flow values of Crypto Currency Prices for a Crypto Currency Pair
653
+
654
+ ### Example
655
+
656
+ [//]: # (START_CODE_EXAMPLE)
657
+
658
+ ```ruby
659
+ # Load the gem
660
+ require 'intrinio-sdk'
661
+
662
+ # Setup authorization
663
+ Intrinio.configure do |config|
664
+ config.api_key['api_key'] = 'YOUR API KEY'
665
+ end
666
+
667
+ technical_api = Intrinio::TechnicalApi.new
668
+
669
+ opts = {
670
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
671
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
672
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
673
+ period: 20, # Integer | The number of observations, per period, to calculate Chaikin Money Flow.
674
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
675
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
676
+ start_date: nil, # Date | Return technicals on or after this date.
677
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
678
+ end_date: nil, # Date | Return technicals on or before this date.
679
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
680
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
681
+ next_page: nil # String | Gets the next page of data from a previous API call
682
+ }
683
+
684
+ begin
685
+ result = technical_api.get_crypto_price_technicals_cmf(opts)
686
+ p result
687
+ rescue Intrinio::ApiError => e
688
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_cmf: #{e}"
689
+ end
690
+ ```
691
+
692
+ [//]: # (END_CODE_EXAMPLE)
693
+
694
+ ### Parameters
695
+
696
+ Name | Type | Description | Notes
697
+ ------------- | ------------- | ------------- | -------------
698
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
699
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
700
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
701
+ **period** | **Integer**| The number of observations, per period, to calculate Chaikin Money Flow. | [optional] [default to 20]
702
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
703
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
704
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
705
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
706
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
707
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
708
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
709
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
710
+
711
+ ### Return type
712
+
713
+ [**ApiResponseCryptoChaikinMoneyFlow**](ApiResponseCryptoChaikinMoneyFlow.md)
714
+
715
+ [//]: # (END_OPERATION)
716
+
717
+
718
+ [//]: # (START_OPERTATION)
719
+
720
+ [//]: # (ENDPOINT:/crypto/prices/technicals/dc)
721
+
722
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_dc)
723
+
724
+ # **get_crypto_price_technicals_dc**
725
+
726
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_dc_v2)
727
+
728
+ > ApiResponseCryptoDonchianChannel get_crypto_price_technicals_dc(opts)
729
+
730
+ Donchian Channel
731
+
732
+ Returns the Donchian Channel values of Crypto Currency Prices for a Crypto Currency Pair
733
+
734
+ ### Example
735
+
736
+ [//]: # (START_CODE_EXAMPLE)
737
+
738
+ ```ruby
739
+ # Load the gem
740
+ require 'intrinio-sdk'
741
+
742
+ # Setup authorization
743
+ Intrinio.configure do |config|
744
+ config.api_key['api_key'] = 'YOUR API KEY'
745
+ end
746
+
747
+ technical_api = Intrinio::TechnicalApi.new
748
+
749
+ opts = {
750
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
751
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
752
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
753
+ period: 20, # Integer | The number of observations, per period, to calculate Donchian Channel.
754
+ price_key: "close", # String | The Crypto Currency Price field to use when calculating Donchian Channel.
755
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
756
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
757
+ start_date: nil, # Date | Return technicals on or after this date.
758
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
759
+ end_date: nil, # Date | Return technicals on or before this date.
760
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
761
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
762
+ next_page: nil # String | Gets the next page of data from a previous API call
763
+ }
764
+
765
+ begin
766
+ result = technical_api.get_crypto_price_technicals_dc(opts)
767
+ p result
768
+ rescue Intrinio::ApiError => e
769
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_dc: #{e}"
770
+ end
771
+ ```
772
+
773
+ [//]: # (END_CODE_EXAMPLE)
774
+
775
+ ### Parameters
776
+
777
+ Name | Type | Description | Notes
778
+ ------------- | ------------- | ------------- | -------------
779
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
780
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
781
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
782
+ **period** | **Integer**| The number of observations, per period, to calculate Donchian Channel. | [optional] [default to 20]
783
+ **price_key** | **String**| The Crypto Currency Price field to use when calculating Donchian Channel. | [optional] [default to close]
784
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
785
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
786
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
787
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
788
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
789
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
790
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
791
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
792
+
793
+ ### Return type
794
+
795
+ [**ApiResponseCryptoDonchianChannel**](ApiResponseCryptoDonchianChannel.md)
796
+
797
+ [//]: # (END_OPERATION)
798
+
799
+
800
+ [//]: # (START_OPERTATION)
801
+
802
+ [//]: # (ENDPOINT:/crypto/prices/technicals/dpo)
803
+
804
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_dpo)
805
+
806
+ # **get_crypto_price_technicals_dpo**
807
+
808
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_dpo_v2)
809
+
810
+ > ApiResponseCryptoDetrendedPriceOscillator get_crypto_price_technicals_dpo(opts)
811
+
812
+ Detrended Price Oscillator
813
+
814
+ Returns the Detrended Price Oscillator values of Crypto Currency Prices for a Crypto Currency Pair
815
+
816
+ ### Example
817
+
818
+ [//]: # (START_CODE_EXAMPLE)
819
+
820
+ ```ruby
821
+ # Load the gem
822
+ require 'intrinio-sdk'
823
+
824
+ # Setup authorization
825
+ Intrinio.configure do |config|
826
+ config.api_key['api_key'] = 'YOUR API KEY'
827
+ end
828
+
829
+ technical_api = Intrinio::TechnicalApi.new
830
+
831
+ opts = {
832
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
833
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
834
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
835
+ period: 20, # Integer | The number of observations, per period, to calculate Detrended Price Oscillator.
836
+ price_key: "close", # String | The Crypto Currency Price field to use when calculating Detrended Price Oscillator.
837
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
838
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
839
+ start_date: nil, # Date | Return technicals on or after this date.
840
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
841
+ end_date: nil, # Date | Return technicals on or before this date.
842
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
843
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
844
+ next_page: nil # String | Gets the next page of data from a previous API call
845
+ }
846
+
847
+ begin
848
+ result = technical_api.get_crypto_price_technicals_dpo(opts)
849
+ p result
850
+ rescue Intrinio::ApiError => e
851
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_dpo: #{e}"
852
+ end
853
+ ```
854
+
855
+ [//]: # (END_CODE_EXAMPLE)
856
+
857
+ ### Parameters
858
+
859
+ Name | Type | Description | Notes
860
+ ------------- | ------------- | ------------- | -------------
861
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
862
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
863
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
864
+ **period** | **Integer**| The number of observations, per period, to calculate Detrended Price Oscillator. | [optional] [default to 20]
865
+ **price_key** | **String**| The Crypto Currency Price field to use when calculating Detrended Price Oscillator. | [optional] [default to close]
866
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
867
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
868
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
869
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
870
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
871
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
872
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
873
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
874
+
875
+ ### Return type
876
+
877
+ [**ApiResponseCryptoDetrendedPriceOscillator**](ApiResponseCryptoDetrendedPriceOscillator.md)
878
+
879
+ [//]: # (END_OPERATION)
880
+
881
+
882
+ [//]: # (START_OPERTATION)
883
+
884
+ [//]: # (ENDPOINT:/crypto/prices/technicals/eom)
885
+
886
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_eom)
887
+
888
+ # **get_crypto_price_technicals_eom**
889
+
890
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_eom_v2)
891
+
892
+ > ApiResponseCryptoEaseOfMovement get_crypto_price_technicals_eom(opts)
893
+
894
+ Ease of Movement
895
+
896
+ Returns the Ease of Movement values of Crypto Currency Prices for a Crypto Currency Pair
897
+
898
+ ### Example
899
+
900
+ [//]: # (START_CODE_EXAMPLE)
901
+
902
+ ```ruby
903
+ # Load the gem
904
+ require 'intrinio-sdk'
905
+
906
+ # Setup authorization
907
+ Intrinio.configure do |config|
908
+ config.api_key['api_key'] = 'YOUR API KEY'
909
+ end
910
+
911
+ technical_api = Intrinio::TechnicalApi.new
912
+
913
+ opts = {
914
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
915
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
916
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
917
+ period: 20, # Integer | The number of observations, per period, to calculate Ease of Movement.
918
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
919
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
920
+ start_date: nil, # Date | Return technicals on or after this date.
921
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
922
+ end_date: nil, # Date | Return technicals on or before this date.
923
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
924
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
925
+ next_page: nil # String | Gets the next page of data from a previous API call
926
+ }
927
+
928
+ begin
929
+ result = technical_api.get_crypto_price_technicals_eom(opts)
930
+ p result
931
+ rescue Intrinio::ApiError => e
932
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_eom: #{e}"
933
+ end
934
+ ```
935
+
936
+ [//]: # (END_CODE_EXAMPLE)
937
+
938
+ ### Parameters
939
+
940
+ Name | Type | Description | Notes
941
+ ------------- | ------------- | ------------- | -------------
942
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
943
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
944
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
945
+ **period** | **Integer**| The number of observations, per period, to calculate Ease of Movement. | [optional] [default to 20]
946
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
947
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
948
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
949
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
950
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
951
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
952
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
953
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
954
+
955
+ ### Return type
956
+
957
+ [**ApiResponseCryptoEaseOfMovement**](ApiResponseCryptoEaseOfMovement.md)
958
+
959
+ [//]: # (END_OPERATION)
960
+
961
+
962
+ [//]: # (START_OPERTATION)
963
+
964
+ [//]: # (ENDPOINT:/crypto/prices/technicals/fi)
965
+
966
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_fi)
967
+
968
+ # **get_crypto_price_technicals_fi**
969
+
970
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_fi_v2)
971
+
972
+ > ApiResponseCryptoForceIndex get_crypto_price_technicals_fi(opts)
973
+
974
+ Force Index
975
+
976
+ Returns the Force Index values of Crypto Currency Prices for a Crypto Currency Pair
977
+
978
+ ### Example
979
+
980
+ [//]: # (START_CODE_EXAMPLE)
981
+
982
+ ```ruby
983
+ # Load the gem
984
+ require 'intrinio-sdk'
985
+
986
+ # Setup authorization
987
+ Intrinio.configure do |config|
988
+ config.api_key['api_key'] = 'YOUR API KEY'
989
+ end
990
+
991
+ technical_api = Intrinio::TechnicalApi.new
992
+
993
+ opts = {
994
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
995
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
996
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
997
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
998
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
999
+ start_date: nil, # Date | Return technicals on or after this date.
1000
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
1001
+ end_date: nil, # Date | Return technicals on or before this date.
1002
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
1003
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
1004
+ next_page: nil # String | Gets the next page of data from a previous API call
1005
+ }
1006
+
1007
+ begin
1008
+ result = technical_api.get_crypto_price_technicals_fi(opts)
1009
+ p result
1010
+ rescue Intrinio::ApiError => e
1011
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_fi: #{e}"
1012
+ end
1013
+ ```
1014
+
1015
+ [//]: # (END_CODE_EXAMPLE)
1016
+
1017
+ ### Parameters
1018
+
1019
+ Name | Type | Description | Notes
1020
+ ------------- | ------------- | ------------- | -------------
1021
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
1022
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
1023
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
1024
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
1025
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
1026
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
1027
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
1028
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
1029
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
1030
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
1031
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
1032
+
1033
+ ### Return type
1034
+
1035
+ [**ApiResponseCryptoForceIndex**](ApiResponseCryptoForceIndex.md)
1036
+
1037
+ [//]: # (END_OPERATION)
1038
+
1039
+
1040
+ [//]: # (START_OPERTATION)
1041
+
1042
+ [//]: # (ENDPOINT:/crypto/prices/technicals/ichimoku)
1043
+
1044
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_ichimoku)
1045
+
1046
+ # **get_crypto_price_technicals_ichimoku**
1047
+
1048
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_ichimoku_v2)
1049
+
1050
+ > ApiResponseCryptoIchimokuKinkoHyo get_crypto_price_technicals_ichimoku(opts)
1051
+
1052
+ Ichimoku Kinko Hyo
1053
+
1054
+ Returns the Ichimoku Kinko Hyo values of Crypto Currency Prices for a Crypto Currency Pair
1055
+
1056
+ ### Example
1057
+
1058
+ [//]: # (START_CODE_EXAMPLE)
1059
+
1060
+ ```ruby
1061
+ # Load the gem
1062
+ require 'intrinio-sdk'
1063
+
1064
+ # Setup authorization
1065
+ Intrinio.configure do |config|
1066
+ config.api_key['api_key'] = 'YOUR API KEY'
1067
+ end
1068
+
1069
+ technical_api = Intrinio::TechnicalApi.new
1070
+
1071
+ opts = {
1072
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
1073
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
1074
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
1075
+ low_period: 9, # Integer | The number of observations, per period, to calculate Tenkan Sen (Conversion Line) of Ichimoku Kinko Hyo.
1076
+ medium_period: 26, # Integer | 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.
1077
+ high_period: 52, # Integer | The number of observations, per period, to calculate Senkou Span B (Leading Span B) of Ichimoku Kinko Hyo.
1078
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
1079
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
1080
+ start_date: nil, # Date | Return technicals on or after this date.
1081
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
1082
+ end_date: nil, # Date | Return technicals on or before this date.
1083
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
1084
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
1085
+ next_page: nil # String | Gets the next page of data from a previous API call
1086
+ }
1087
+
1088
+ begin
1089
+ result = technical_api.get_crypto_price_technicals_ichimoku(opts)
1090
+ p result
1091
+ rescue Intrinio::ApiError => e
1092
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_ichimoku: #{e}"
1093
+ end
1094
+ ```
1095
+
1096
+ [//]: # (END_CODE_EXAMPLE)
1097
+
1098
+ ### Parameters
1099
+
1100
+ Name | Type | Description | Notes
1101
+ ------------- | ------------- | ------------- | -------------
1102
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
1103
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
1104
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
1105
+ **low_period** | **Integer**| The number of observations, per period, to calculate Tenkan Sen (Conversion Line) of Ichimoku Kinko Hyo. | [optional] [default to 9]
1106
+ **medium_period** | **Integer**| 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. | [optional] [default to 26]
1107
+ **high_period** | **Integer**| The number of observations, per period, to calculate Senkou Span B (Leading Span B) of Ichimoku Kinko Hyo. | [optional] [default to 52]
1108
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
1109
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
1110
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
1111
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
1112
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
1113
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
1114
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
1115
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
1116
+
1117
+ ### Return type
1118
+
1119
+ [**ApiResponseCryptoIchimokuKinkoHyo**](ApiResponseCryptoIchimokuKinkoHyo.md)
1120
+
1121
+ [//]: # (END_OPERATION)
1122
+
1123
+
1124
+ [//]: # (START_OPERTATION)
1125
+
1126
+ [//]: # (ENDPOINT:/crypto/prices/technicals/kc)
1127
+
1128
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_kc)
1129
+
1130
+ # **get_crypto_price_technicals_kc**
1131
+
1132
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_kc_v2)
1133
+
1134
+ > ApiResponseCryptoKeltnerChannel get_crypto_price_technicals_kc(opts)
1135
+
1136
+ Keltner Channel
1137
+
1138
+ Returns the Keltner Channel values of Crypto Currency Prices for a Crypto Currency Pair
1139
+
1140
+ ### Example
1141
+
1142
+ [//]: # (START_CODE_EXAMPLE)
1143
+
1144
+ ```ruby
1145
+ # Load the gem
1146
+ require 'intrinio-sdk'
1147
+
1148
+ # Setup authorization
1149
+ Intrinio.configure do |config|
1150
+ config.api_key['api_key'] = 'YOUR API KEY'
1151
+ end
1152
+
1153
+ technical_api = Intrinio::TechnicalApi.new
1154
+
1155
+ opts = {
1156
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
1157
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
1158
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
1159
+ period: 10, # Integer | The number of observations, per period, to calculate Kelter Channel.
1160
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
1161
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
1162
+ start_date: nil, # Date | Return technicals on or after this date.
1163
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
1164
+ end_date: nil, # Date | Return technicals on or before this date.
1165
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
1166
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
1167
+ next_page: nil # String | Gets the next page of data from a previous API call
1168
+ }
1169
+
1170
+ begin
1171
+ result = technical_api.get_crypto_price_technicals_kc(opts)
1172
+ p result
1173
+ rescue Intrinio::ApiError => e
1174
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_kc: #{e}"
1175
+ end
1176
+ ```
1177
+
1178
+ [//]: # (END_CODE_EXAMPLE)
1179
+
1180
+ ### Parameters
1181
+
1182
+ Name | Type | Description | Notes
1183
+ ------------- | ------------- | ------------- | -------------
1184
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
1185
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
1186
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
1187
+ **period** | **Integer**| The number of observations, per period, to calculate Kelter Channel. | [optional] [default to 10]
1188
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
1189
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
1190
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
1191
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
1192
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
1193
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
1194
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
1195
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
1196
+
1197
+ ### Return type
1198
+
1199
+ [**ApiResponseCryptoKeltnerChannel**](ApiResponseCryptoKeltnerChannel.md)
1200
+
1201
+ [//]: # (END_OPERATION)
1202
+
1203
+
1204
+ [//]: # (START_OPERTATION)
1205
+
1206
+ [//]: # (ENDPOINT:/crypto/prices/technicals/kst)
1207
+
1208
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_kst)
1209
+
1210
+ # **get_crypto_price_technicals_kst**
1211
+
1212
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_kst_v2)
1213
+
1214
+ > ApiResponseCryptoKnowSureThing get_crypto_price_technicals_kst(opts)
1215
+
1216
+ Know Sure Thing
1217
+
1218
+ Returns the Know Sure Thing values of Crypto Currency Prices for a Crypto Currency Pair
1219
+
1220
+ ### Example
1221
+
1222
+ [//]: # (START_CODE_EXAMPLE)
1223
+
1224
+ ```ruby
1225
+ # Load the gem
1226
+ require 'intrinio-sdk'
1227
+
1228
+ # Setup authorization
1229
+ Intrinio.configure do |config|
1230
+ config.api_key['api_key'] = 'YOUR API KEY'
1231
+ end
1232
+
1233
+ technical_api = Intrinio::TechnicalApi.new
1234
+
1235
+ opts = {
1236
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
1237
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
1238
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
1239
+ roc1: 10, # Integer | The number of observations, per period, to calculate the rate-of-change for RCMA1.
1240
+ roc2: 15, # Integer | The number of observations, per period, to calculate the rate-of-change for RCMA2.
1241
+ roc3: 20, # Integer | The number of observations, per period, to calculate the rate-of-change for RCMA3.
1242
+ roc4: 30, # Integer | The number of observations, per period, to calculate the rate-of-change for RCMA4.
1243
+ sma1: 10, # Integer | The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA1.
1244
+ sma2: 10, # Integer | The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA2.
1245
+ sma3: 10, # Integer | The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA3.
1246
+ sma4: 15, # Integer | The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA4.
1247
+ price_key: "close", # String | The Crypto Currency Price field to use when calculating Know Sure Thing.
1248
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
1249
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
1250
+ start_date: nil, # Date | Return technicals on or after this date.
1251
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
1252
+ end_date: nil, # Date | Return technicals on or before this date.
1253
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
1254
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
1255
+ next_page: nil # String | Gets the next page of data from a previous API call
1256
+ }
1257
+
1258
+ begin
1259
+ result = technical_api.get_crypto_price_technicals_kst(opts)
1260
+ p result
1261
+ rescue Intrinio::ApiError => e
1262
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_kst: #{e}"
1263
+ end
1264
+ ```
1265
+
1266
+ [//]: # (END_CODE_EXAMPLE)
1267
+
1268
+ ### Parameters
1269
+
1270
+ Name | Type | Description | Notes
1271
+ ------------- | ------------- | ------------- | -------------
1272
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
1273
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
1274
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
1275
+ **roc1** | **Integer**| The number of observations, per period, to calculate the rate-of-change for RCMA1. | [optional] [default to 10]
1276
+ **roc2** | **Integer**| The number of observations, per period, to calculate the rate-of-change for RCMA2. | [optional] [default to 15]
1277
+ **roc3** | **Integer**| The number of observations, per period, to calculate the rate-of-change for RCMA3. | [optional] [default to 20]
1278
+ **roc4** | **Integer**| The number of observations, per period, to calculate the rate-of-change for RCMA4. | [optional] [default to 30]
1279
+ **sma1** | **Integer**| The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA1. | [optional] [default to 10]
1280
+ **sma2** | **Integer**| The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA2. | [optional] [default to 10]
1281
+ **sma3** | **Integer**| The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA3. | [optional] [default to 10]
1282
+ **sma4** | **Integer**| The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA4. | [optional] [default to 15]
1283
+ **price_key** | **String**| The Crypto Currency Price field to use when calculating Know Sure Thing. | [optional] [default to close]
1284
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
1285
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
1286
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
1287
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
1288
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
1289
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
1290
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
1291
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
1292
+
1293
+ ### Return type
1294
+
1295
+ [**ApiResponseCryptoKnowSureThing**](ApiResponseCryptoKnowSureThing.md)
1296
+
1297
+ [//]: # (END_OPERATION)
1298
+
1299
+
1300
+ [//]: # (START_OPERTATION)
1301
+
1302
+ [//]: # (ENDPOINT:/crypto/prices/technicals/macd)
1303
+
1304
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_macd)
1305
+
1306
+ # **get_crypto_price_technicals_macd**
1307
+
1308
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_macd_v2)
1309
+
1310
+ > ApiResponseCryptoMovingAverageConvergenceDivergence get_crypto_price_technicals_macd(opts)
1311
+
1312
+ Moving Average Convergence Divergence
1313
+
1314
+ Returns the Moving Average Convergence Divergence values of Crypto Currency Prices for a Crypto Currency Pair
1315
+
1316
+ ### Example
1317
+
1318
+ [//]: # (START_CODE_EXAMPLE)
1319
+
1320
+ ```ruby
1321
+ # Load the gem
1322
+ require 'intrinio-sdk'
1323
+
1324
+ # Setup authorization
1325
+ Intrinio.configure do |config|
1326
+ config.api_key['api_key'] = 'YOUR API KEY'
1327
+ end
1328
+
1329
+ technical_api = Intrinio::TechnicalApi.new
1330
+
1331
+ opts = {
1332
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
1333
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
1334
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
1335
+ fast_period: 12, # Integer | The number of observations, per period, to calculate the fast moving Exponential Moving Average for Moving Average Convergence Divergence.
1336
+ slow_period: 26, # Integer | The number of observations, per period, to calculate the slow moving Exponential Moving Average for Moving Average Convergence Divergence.
1337
+ signal_period: 9, # Integer | The number of observations, per period, to calculate the signal line for Moving Average Convergence Divergence.
1338
+ price_key: "close", # String | The Crypto Currency Price field to use when calculating Moving Average Convergence Divergence.
1339
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
1340
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
1341
+ start_date: nil, # Date | Return technicals on or after this date.
1342
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
1343
+ end_date: nil, # Date | Return technicals on or before this date.
1344
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
1345
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
1346
+ next_page: nil # String | Gets the next page of data from a previous API call
1347
+ }
1348
+
1349
+ begin
1350
+ result = technical_api.get_crypto_price_technicals_macd(opts)
1351
+ p result
1352
+ rescue Intrinio::ApiError => e
1353
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_macd: #{e}"
1354
+ end
1355
+ ```
1356
+
1357
+ [//]: # (END_CODE_EXAMPLE)
1358
+
1359
+ ### Parameters
1360
+
1361
+ Name | Type | Description | Notes
1362
+ ------------- | ------------- | ------------- | -------------
1363
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
1364
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
1365
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
1366
+ **fast_period** | **Integer**| The number of observations, per period, to calculate the fast moving Exponential Moving Average for Moving Average Convergence Divergence. | [optional] [default to 12]
1367
+ **slow_period** | **Integer**| The number of observations, per period, to calculate the slow moving Exponential Moving Average for Moving Average Convergence Divergence. | [optional] [default to 26]
1368
+ **signal_period** | **Integer**| The number of observations, per period, to calculate the signal line for Moving Average Convergence Divergence. | [optional] [default to 9]
1369
+ **price_key** | **String**| The Crypto Currency Price field to use when calculating Moving Average Convergence Divergence. | [optional] [default to close]
1370
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
1371
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
1372
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
1373
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
1374
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
1375
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
1376
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
1377
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
1378
+
1379
+ ### Return type
1380
+
1381
+ [**ApiResponseCryptoMovingAverageConvergenceDivergence**](ApiResponseCryptoMovingAverageConvergenceDivergence.md)
1382
+
1383
+ [//]: # (END_OPERATION)
1384
+
1385
+
1386
+ [//]: # (START_OPERTATION)
1387
+
1388
+ [//]: # (ENDPOINT:/crypto/prices/technicals/mfi)
1389
+
1390
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_mfi)
1391
+
1392
+ # **get_crypto_price_technicals_mfi**
1393
+
1394
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_mfi_v2)
1395
+
1396
+ > ApiResponseCryptoMoneyFlowIndex get_crypto_price_technicals_mfi(opts)
1397
+
1398
+ Money Flow Index
1399
+
1400
+ Returns the Money Flow Index values of Crypto Currency Prices for a Crypto Currency Pair
1401
+
1402
+ ### Example
1403
+
1404
+ [//]: # (START_CODE_EXAMPLE)
1405
+
1406
+ ```ruby
1407
+ # Load the gem
1408
+ require 'intrinio-sdk'
1409
+
1410
+ # Setup authorization
1411
+ Intrinio.configure do |config|
1412
+ config.api_key['api_key'] = 'YOUR API KEY'
1413
+ end
1414
+
1415
+ technical_api = Intrinio::TechnicalApi.new
1416
+
1417
+ opts = {
1418
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
1419
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
1420
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
1421
+ period: 14, # Integer | The number of observations, per period, to calculate Money Flow Index.
1422
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
1423
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
1424
+ start_date: nil, # Date | Return technicals on or after this date.
1425
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
1426
+ end_date: nil, # Date | Return technicals on or before this date.
1427
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
1428
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
1429
+ next_page: nil # String | Gets the next page of data from a previous API call
1430
+ }
1431
+
1432
+ begin
1433
+ result = technical_api.get_crypto_price_technicals_mfi(opts)
1434
+ p result
1435
+ rescue Intrinio::ApiError => e
1436
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_mfi: #{e}"
1437
+ end
1438
+ ```
1439
+
1440
+ [//]: # (END_CODE_EXAMPLE)
1441
+
1442
+ ### Parameters
1443
+
1444
+ Name | Type | Description | Notes
1445
+ ------------- | ------------- | ------------- | -------------
1446
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
1447
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
1448
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
1449
+ **period** | **Integer**| The number of observations, per period, to calculate Money Flow Index. | [optional] [default to 14]
1450
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
1451
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
1452
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
1453
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
1454
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
1455
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
1456
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
1457
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
1458
+
1459
+ ### Return type
1460
+
1461
+ [**ApiResponseCryptoMoneyFlowIndex**](ApiResponseCryptoMoneyFlowIndex.md)
1462
+
1463
+ [//]: # (END_OPERATION)
1464
+
1465
+
1466
+ [//]: # (START_OPERTATION)
1467
+
1468
+ [//]: # (ENDPOINT:/crypto/prices/technicals/mi)
1469
+
1470
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_mi)
1471
+
1472
+ # **get_crypto_price_technicals_mi**
1473
+
1474
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_mi_v2)
1475
+
1476
+ > ApiResponseCryptoMassIndex get_crypto_price_technicals_mi(opts)
1477
+
1478
+ Mass Index
1479
+
1480
+ Returns the Mass Index values of Crypto Currency Prices for a Crypto Currency Pair
1481
+
1482
+ ### Example
1483
+
1484
+ [//]: # (START_CODE_EXAMPLE)
1485
+
1486
+ ```ruby
1487
+ # Load the gem
1488
+ require 'intrinio-sdk'
1489
+
1490
+ # Setup authorization
1491
+ Intrinio.configure do |config|
1492
+ config.api_key['api_key'] = 'YOUR API KEY'
1493
+ end
1494
+
1495
+ technical_api = Intrinio::TechnicalApi.new
1496
+
1497
+ opts = {
1498
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
1499
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
1500
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
1501
+ ema_period: 9, # Integer | The number of observations, per period, to calculate the single Exponential Moving Average and the Double Exponential Moving Average for Mass Index.
1502
+ sum_period: 25, # Integer | The number of observations, per period, to calculate the sum of the Exponetinal Moving Average Ratios for Mass Index.
1503
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
1504
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
1505
+ start_date: nil, # Date | Return technicals on or after this date.
1506
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
1507
+ end_date: nil, # Date | Return technicals on or before this date.
1508
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
1509
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
1510
+ next_page: nil # String | Gets the next page of data from a previous API call
1511
+ }
1512
+
1513
+ begin
1514
+ result = technical_api.get_crypto_price_technicals_mi(opts)
1515
+ p result
1516
+ rescue Intrinio::ApiError => e
1517
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_mi: #{e}"
1518
+ end
1519
+ ```
1520
+
1521
+ [//]: # (END_CODE_EXAMPLE)
1522
+
1523
+ ### Parameters
1524
+
1525
+ Name | Type | Description | Notes
1526
+ ------------- | ------------- | ------------- | -------------
1527
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
1528
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
1529
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
1530
+ **ema_period** | **Integer**| The number of observations, per period, to calculate the single Exponential Moving Average and the Double Exponential Moving Average for Mass Index. | [optional] [default to 9]
1531
+ **sum_period** | **Integer**| The number of observations, per period, to calculate the sum of the Exponetinal Moving Average Ratios for Mass Index. | [optional] [default to 25]
1532
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
1533
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
1534
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
1535
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
1536
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
1537
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
1538
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
1539
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
1540
+
1541
+ ### Return type
1542
+
1543
+ [**ApiResponseCryptoMassIndex**](ApiResponseCryptoMassIndex.md)
1544
+
1545
+ [//]: # (END_OPERATION)
1546
+
1547
+
1548
+ [//]: # (START_OPERTATION)
1549
+
1550
+ [//]: # (ENDPOINT:/crypto/prices/technicals/nvi)
1551
+
1552
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_nvi)
1553
+
1554
+ # **get_crypto_price_technicals_nvi**
1555
+
1556
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_nvi_v2)
1557
+
1558
+ > ApiResponseCryptoNegativeVolumeIndex get_crypto_price_technicals_nvi(opts)
1559
+
1560
+ Negative Volume Index
1561
+
1562
+ Returns the Negative Volume Index values of Crypto Currency Prices for a Crypto Currency Pair
1563
+
1564
+ ### Example
1565
+
1566
+ [//]: # (START_CODE_EXAMPLE)
1567
+
1568
+ ```ruby
1569
+ # Load the gem
1570
+ require 'intrinio-sdk'
1571
+
1572
+ # Setup authorization
1573
+ Intrinio.configure do |config|
1574
+ config.api_key['api_key'] = 'YOUR API KEY'
1575
+ end
1576
+
1577
+ technical_api = Intrinio::TechnicalApi.new
1578
+
1579
+ opts = {
1580
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
1581
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
1582
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
1583
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
1584
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
1585
+ start_date: nil, # Date | Return technicals on or after this date.
1586
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
1587
+ end_date: nil, # Date | Return technicals on or before this date.
1588
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
1589
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
1590
+ next_page: nil # String | Gets the next page of data from a previous API call
1591
+ }
1592
+
1593
+ begin
1594
+ result = technical_api.get_crypto_price_technicals_nvi(opts)
1595
+ p result
1596
+ rescue Intrinio::ApiError => e
1597
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_nvi: #{e}"
1598
+ end
1599
+ ```
1600
+
1601
+ [//]: # (END_CODE_EXAMPLE)
1602
+
1603
+ ### Parameters
1604
+
1605
+ Name | Type | Description | Notes
1606
+ ------------- | ------------- | ------------- | -------------
1607
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
1608
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
1609
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
1610
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
1611
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
1612
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
1613
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
1614
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
1615
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
1616
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
1617
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
1618
+
1619
+ ### Return type
1620
+
1621
+ [**ApiResponseCryptoNegativeVolumeIndex**](ApiResponseCryptoNegativeVolumeIndex.md)
1622
+
1623
+ [//]: # (END_OPERATION)
1624
+
1625
+
1626
+ [//]: # (START_OPERTATION)
1627
+
1628
+ [//]: # (ENDPOINT:/crypto/prices/technicals/obv)
1629
+
1630
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_obv)
1631
+
1632
+ # **get_crypto_price_technicals_obv**
1633
+
1634
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_obv_v2)
1635
+
1636
+ > ApiResponseCryptoOnBalanceVolume get_crypto_price_technicals_obv(opts)
1637
+
1638
+ On-balance Volume
1639
+
1640
+ Returns the On-balance Volume values of Crypto Currency Prices for a Crypto Currency Pair
1641
+
1642
+ ### Example
1643
+
1644
+ [//]: # (START_CODE_EXAMPLE)
1645
+
1646
+ ```ruby
1647
+ # Load the gem
1648
+ require 'intrinio-sdk'
1649
+
1650
+ # Setup authorization
1651
+ Intrinio.configure do |config|
1652
+ config.api_key['api_key'] = 'YOUR API KEY'
1653
+ end
1654
+
1655
+ technical_api = Intrinio::TechnicalApi.new
1656
+
1657
+ opts = {
1658
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
1659
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
1660
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
1661
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
1662
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
1663
+ start_date: nil, # Date | Return technicals on or after this date.
1664
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
1665
+ end_date: nil, # Date | Return technicals on or before this date.
1666
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
1667
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
1668
+ next_page: nil # String | Gets the next page of data from a previous API call
1669
+ }
1670
+
1671
+ begin
1672
+ result = technical_api.get_crypto_price_technicals_obv(opts)
1673
+ p result
1674
+ rescue Intrinio::ApiError => e
1675
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_obv: #{e}"
1676
+ end
1677
+ ```
1678
+
1679
+ [//]: # (END_CODE_EXAMPLE)
1680
+
1681
+ ### Parameters
1682
+
1683
+ Name | Type | Description | Notes
1684
+ ------------- | ------------- | ------------- | -------------
1685
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
1686
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
1687
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
1688
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
1689
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
1690
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
1691
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
1692
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
1693
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
1694
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
1695
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
1696
+
1697
+ ### Return type
1698
+
1699
+ [**ApiResponseCryptoOnBalanceVolume**](ApiResponseCryptoOnBalanceVolume.md)
1700
+
1701
+ [//]: # (END_OPERATION)
1702
+
1703
+
1704
+ [//]: # (START_OPERTATION)
1705
+
1706
+ [//]: # (ENDPOINT:/crypto/prices/technicals/obv_mean)
1707
+
1708
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_obv_mean)
1709
+
1710
+ # **get_crypto_price_technicals_obv_mean**
1711
+
1712
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_obv_mean_v2)
1713
+
1714
+ > ApiResponseCryptoOnBalanceVolumeMean get_crypto_price_technicals_obv_mean(opts)
1715
+
1716
+ On-balance Volume Mean
1717
+
1718
+ Returns the On-balance Volume Mean values of Crypto Currency Prices for a Crypto Currency Pair
1719
+
1720
+ ### Example
1721
+
1722
+ [//]: # (START_CODE_EXAMPLE)
1723
+
1724
+ ```ruby
1725
+ # Load the gem
1726
+ require 'intrinio-sdk'
1727
+
1728
+ # Setup authorization
1729
+ Intrinio.configure do |config|
1730
+ config.api_key['api_key'] = 'YOUR API KEY'
1731
+ end
1732
+
1733
+ technical_api = Intrinio::TechnicalApi.new
1734
+
1735
+ opts = {
1736
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
1737
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
1738
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
1739
+ period: 10, # Integer | The number of observations, per period, to calculate On-balance Volume Mean.
1740
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
1741
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
1742
+ start_date: nil, # Date | Return technicals on or after this date.
1743
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
1744
+ end_date: nil, # Date | Return technicals on or before this date.
1745
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
1746
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
1747
+ next_page: nil # String | Gets the next page of data from a previous API call
1748
+ }
1749
+
1750
+ begin
1751
+ result = technical_api.get_crypto_price_technicals_obv_mean(opts)
1752
+ p result
1753
+ rescue Intrinio::ApiError => e
1754
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_obv_mean: #{e}"
1755
+ end
1756
+ ```
1757
+
1758
+ [//]: # (END_CODE_EXAMPLE)
1759
+
1760
+ ### Parameters
1761
+
1762
+ Name | Type | Description | Notes
1763
+ ------------- | ------------- | ------------- | -------------
1764
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
1765
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
1766
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
1767
+ **period** | **Integer**| The number of observations, per period, to calculate On-balance Volume Mean. | [optional] [default to 10]
1768
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
1769
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
1770
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
1771
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
1772
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
1773
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
1774
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
1775
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
1776
+
1777
+ ### Return type
1778
+
1779
+ [**ApiResponseCryptoOnBalanceVolumeMean**](ApiResponseCryptoOnBalanceVolumeMean.md)
1780
+
1781
+ [//]: # (END_OPERATION)
1782
+
1783
+
1784
+ [//]: # (START_OPERTATION)
1785
+
1786
+ [//]: # (ENDPOINT:/crypto/prices/technicals/rsi)
1787
+
1788
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_rsi)
1789
+
1790
+ # **get_crypto_price_technicals_rsi**
1791
+
1792
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_rsi_v2)
1793
+
1794
+ > ApiResponseCryptoRelativeStrengthIndex get_crypto_price_technicals_rsi(opts)
1795
+
1796
+ Relative Strength Index
1797
+
1798
+ Returns the Relative Strength Index values of Crypto Currency Prices for a Crypto Currency Pair
1799
+
1800
+ ### Example
1801
+
1802
+ [//]: # (START_CODE_EXAMPLE)
1803
+
1804
+ ```ruby
1805
+ # Load the gem
1806
+ require 'intrinio-sdk'
1807
+
1808
+ # Setup authorization
1809
+ Intrinio.configure do |config|
1810
+ config.api_key['api_key'] = 'YOUR API KEY'
1811
+ end
1812
+
1813
+ technical_api = Intrinio::TechnicalApi.new
1814
+
1815
+ opts = {
1816
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
1817
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
1818
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
1819
+ period: 14, # Integer | The number of observations, per period, to calculate Relative Strength Index.
1820
+ price_key: "close", # String | The Crypto Currency Price field to use when calculating Relative Strength Index.
1821
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
1822
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
1823
+ start_date: nil, # Date | Return technicals on or after this date.
1824
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
1825
+ end_date: nil, # Date | Return technicals on or before this date.
1826
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
1827
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
1828
+ next_page: nil # String | Gets the next page of data from a previous API call
1829
+ }
1830
+
1831
+ begin
1832
+ result = technical_api.get_crypto_price_technicals_rsi(opts)
1833
+ p result
1834
+ rescue Intrinio::ApiError => e
1835
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_rsi: #{e}"
1836
+ end
1837
+ ```
1838
+
1839
+ [//]: # (END_CODE_EXAMPLE)
1840
+
1841
+ ### Parameters
1842
+
1843
+ Name | Type | Description | Notes
1844
+ ------------- | ------------- | ------------- | -------------
1845
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
1846
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
1847
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
1848
+ **period** | **Integer**| The number of observations, per period, to calculate Relative Strength Index. | [optional] [default to 14]
1849
+ **price_key** | **String**| The Crypto Currency Price field to use when calculating Relative Strength Index. | [optional] [default to close]
1850
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
1851
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
1852
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
1853
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
1854
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
1855
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
1856
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
1857
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
1858
+
1859
+ ### Return type
1860
+
1861
+ [**ApiResponseCryptoRelativeStrengthIndex**](ApiResponseCryptoRelativeStrengthIndex.md)
1862
+
1863
+ [//]: # (END_OPERATION)
1864
+
1865
+
1866
+ [//]: # (START_OPERTATION)
1867
+
1868
+ [//]: # (ENDPOINT:/crypto/prices/technicals/sma)
1869
+
1870
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_sma)
1871
+
1872
+ # **get_crypto_price_technicals_sma**
1873
+
1874
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_sma_v2)
1875
+
1876
+ > ApiResponseCryptoSimpleMovingAverage get_crypto_price_technicals_sma(opts)
1877
+
1878
+ Simple Moving Average
1879
+
1880
+ Returns the Simple Moving Average values of Crypto Currency Prices for a Crypto Currency Pair
1881
+
1882
+ ### Example
1883
+
1884
+ [//]: # (START_CODE_EXAMPLE)
1885
+
1886
+ ```ruby
1887
+ # Load the gem
1888
+ require 'intrinio-sdk'
1889
+
1890
+ # Setup authorization
1891
+ Intrinio.configure do |config|
1892
+ config.api_key['api_key'] = 'YOUR API KEY'
1893
+ end
1894
+
1895
+ technical_api = Intrinio::TechnicalApi.new
1896
+
1897
+ opts = {
1898
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
1899
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
1900
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
1901
+ period: 20, # Integer | The number of observations, per period, to calculate Simple Moving Average.
1902
+ price_key: "close", # String | The Crypto Currency Price field to use when calculating Simple Moving Average.
1903
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
1904
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
1905
+ start_date: nil, # Date | Return technicals on or after this date.
1906
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
1907
+ end_date: nil, # Date | Return technicals on or before this date.
1908
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
1909
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
1910
+ next_page: nil # String | Gets the next page of data from a previous API call
1911
+ }
1912
+
1913
+ begin
1914
+ result = technical_api.get_crypto_price_technicals_sma(opts)
1915
+ p result
1916
+ rescue Intrinio::ApiError => e
1917
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_sma: #{e}"
1918
+ end
1919
+ ```
1920
+
1921
+ [//]: # (END_CODE_EXAMPLE)
1922
+
1923
+ ### Parameters
1924
+
1925
+ Name | Type | Description | Notes
1926
+ ------------- | ------------- | ------------- | -------------
1927
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
1928
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
1929
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
1930
+ **period** | **Integer**| The number of observations, per period, to calculate Simple Moving Average. | [optional] [default to 20]
1931
+ **price_key** | **String**| The Crypto Currency Price field to use when calculating Simple Moving Average. | [optional] [default to close]
1932
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
1933
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
1934
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
1935
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
1936
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
1937
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
1938
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
1939
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
1940
+
1941
+ ### Return type
1942
+
1943
+ [**ApiResponseCryptoSimpleMovingAverage**](ApiResponseCryptoSimpleMovingAverage.md)
1944
+
1945
+ [//]: # (END_OPERATION)
1946
+
1947
+
1948
+ [//]: # (START_OPERTATION)
1949
+
1950
+ [//]: # (ENDPOINT:/crypto/prices/technicals/sr)
1951
+
1952
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_sr)
1953
+
1954
+ # **get_crypto_price_technicals_sr**
1955
+
1956
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_sr_v2)
1957
+
1958
+ > ApiResponseCryptoStochasticOscillator get_crypto_price_technicals_sr(opts)
1959
+
1960
+ Stochastic Oscillator
1961
+
1962
+ Returns the Stochastic Oscillator values of Crypto Currency Prices for a Crypto Currency Pair
1963
+
1964
+ ### Example
1965
+
1966
+ [//]: # (START_CODE_EXAMPLE)
1967
+
1968
+ ```ruby
1969
+ # Load the gem
1970
+ require 'intrinio-sdk'
1971
+
1972
+ # Setup authorization
1973
+ Intrinio.configure do |config|
1974
+ config.api_key['api_key'] = 'YOUR API KEY'
1975
+ end
1976
+
1977
+ technical_api = Intrinio::TechnicalApi.new
1978
+
1979
+ opts = {
1980
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
1981
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
1982
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
1983
+ period: 14, # Integer | The number of observations, per period, to calculate %K of Stochastic Oscillator.
1984
+ signal_period: 3, # Integer | The number of observations, per period, to calculate the %D (the Simple Moving Average of %K) as a signal line for Stochastic Oscillator.
1985
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
1986
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
1987
+ start_date: nil, # Date | Return technicals on or after this date.
1988
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
1989
+ end_date: nil, # Date | Return technicals on or before this date.
1990
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
1991
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
1992
+ next_page: nil # String | Gets the next page of data from a previous API call
1993
+ }
1994
+
1995
+ begin
1996
+ result = technical_api.get_crypto_price_technicals_sr(opts)
1997
+ p result
1998
+ rescue Intrinio::ApiError => e
1999
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_sr: #{e}"
2000
+ end
2001
+ ```
2002
+
2003
+ [//]: # (END_CODE_EXAMPLE)
2004
+
2005
+ ### Parameters
2006
+
2007
+ Name | Type | Description | Notes
2008
+ ------------- | ------------- | ------------- | -------------
2009
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
2010
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
2011
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
2012
+ **period** | **Integer**| The number of observations, per period, to calculate %K of Stochastic Oscillator. | [optional] [default to 14]
2013
+ **signal_period** | **Integer**| The number of observations, per period, to calculate the %D (the Simple Moving Average of %K) as a signal line for Stochastic Oscillator. | [optional] [default to 3]
2014
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
2015
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
2016
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
2017
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
2018
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
2019
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
2020
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
2021
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
2022
+
2023
+ ### Return type
2024
+
2025
+ [**ApiResponseCryptoStochasticOscillator**](ApiResponseCryptoStochasticOscillator.md)
2026
+
2027
+ [//]: # (END_OPERATION)
2028
+
2029
+
2030
+ [//]: # (START_OPERTATION)
2031
+
2032
+ [//]: # (ENDPOINT:/crypto/prices/technicals/trix)
2033
+
2034
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_trix)
2035
+
2036
+ # **get_crypto_price_technicals_trix**
2037
+
2038
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_trix_v2)
2039
+
2040
+ > ApiResponseCryptoTripleExponentialAverage get_crypto_price_technicals_trix(opts)
2041
+
2042
+ Triple Exponential Average
2043
+
2044
+ Returns the Simple Moving Average values of Crypto Currency Prices for a Crypto Currency Pair
2045
+
2046
+ ### Example
2047
+
2048
+ [//]: # (START_CODE_EXAMPLE)
2049
+
2050
+ ```ruby
2051
+ # Load the gem
2052
+ require 'intrinio-sdk'
2053
+
2054
+ # Setup authorization
2055
+ Intrinio.configure do |config|
2056
+ config.api_key['api_key'] = 'YOUR API KEY'
2057
+ end
2058
+
2059
+ technical_api = Intrinio::TechnicalApi.new
2060
+
2061
+ opts = {
2062
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
2063
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
2064
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
2065
+ period: 15, # Integer | The number of observations, per period, to calculate Exponential Moving Average for Triple Exponential Average.
2066
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
2067
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
2068
+ start_date: nil, # Date | Return technicals on or after this date.
2069
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
2070
+ end_date: nil, # Date | Return technicals on or before this date.
2071
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
2072
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
2073
+ next_page: nil # String | Gets the next page of data from a previous API call
2074
+ }
2075
+
2076
+ begin
2077
+ result = technical_api.get_crypto_price_technicals_trix(opts)
2078
+ p result
2079
+ rescue Intrinio::ApiError => e
2080
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_trix: #{e}"
2081
+ end
2082
+ ```
2083
+
2084
+ [//]: # (END_CODE_EXAMPLE)
2085
+
2086
+ ### Parameters
2087
+
2088
+ Name | Type | Description | Notes
2089
+ ------------- | ------------- | ------------- | -------------
2090
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
2091
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
2092
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
2093
+ **period** | **Integer**| The number of observations, per period, to calculate Exponential Moving Average for Triple Exponential Average. | [optional] [default to 15]
2094
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
2095
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
2096
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
2097
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
2098
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
2099
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
2100
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
2101
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
2102
+
2103
+ ### Return type
2104
+
2105
+ [**ApiResponseCryptoTripleExponentialAverage**](ApiResponseCryptoTripleExponentialAverage.md)
2106
+
2107
+ [//]: # (END_OPERATION)
2108
+
2109
+
2110
+ [//]: # (START_OPERTATION)
2111
+
2112
+ [//]: # (ENDPOINT:/crypto/prices/technicals/tsi)
2113
+
2114
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_tsi)
2115
+
2116
+ # **get_crypto_price_technicals_tsi**
2117
+
2118
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_tsi_v2)
2119
+
2120
+ > ApiResponseCryptoTrueStrengthIndex get_crypto_price_technicals_tsi(opts)
2121
+
2122
+ True Strength Index
2123
+
2124
+ Returns the True Strength Index values of Crypto Currency Prices for a Crypto Currency Pair
2125
+
2126
+ ### Example
2127
+
2128
+ [//]: # (START_CODE_EXAMPLE)
2129
+
2130
+ ```ruby
2131
+ # Load the gem
2132
+ require 'intrinio-sdk'
2133
+
2134
+ # Setup authorization
2135
+ Intrinio.configure do |config|
2136
+ config.api_key['api_key'] = 'YOUR API KEY'
2137
+ end
2138
+
2139
+ technical_api = Intrinio::TechnicalApi.new
2140
+
2141
+ opts = {
2142
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
2143
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
2144
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
2145
+ low_period: 13, # Integer | The number of observations, per period, to calculate low period Exponential Moving Average for smoothing in True Strength Index.
2146
+ high_period: 25, # Integer | The number of observations, per period, to calculate high period Exponential Moving Average for smoothing in True Strength Index.
2147
+ price_key: "close", # String | The Crypto Currency Price field to use when calculating True Strength Index.
2148
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
2149
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
2150
+ start_date: nil, # Date | Return technicals on or after this date.
2151
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
2152
+ end_date: nil, # Date | Return technicals on or before this date.
2153
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
2154
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
2155
+ next_page: nil # String | Gets the next page of data from a previous API call
2156
+ }
2157
+
2158
+ begin
2159
+ result = technical_api.get_crypto_price_technicals_tsi(opts)
2160
+ p result
2161
+ rescue Intrinio::ApiError => e
2162
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_tsi: #{e}"
2163
+ end
2164
+ ```
2165
+
2166
+ [//]: # (END_CODE_EXAMPLE)
2167
+
2168
+ ### Parameters
2169
+
2170
+ Name | Type | Description | Notes
2171
+ ------------- | ------------- | ------------- | -------------
2172
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
2173
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
2174
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
2175
+ **low_period** | **Integer**| The number of observations, per period, to calculate low period Exponential Moving Average for smoothing in True Strength Index. | [optional] [default to 13]
2176
+ **high_period** | **Integer**| The number of observations, per period, to calculate high period Exponential Moving Average for smoothing in True Strength Index. | [optional] [default to 25]
2177
+ **price_key** | **String**| The Crypto Currency Price field to use when calculating True Strength Index. | [optional] [default to close]
2178
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
2179
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
2180
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
2181
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
2182
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
2183
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
2184
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
2185
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
2186
+
2187
+ ### Return type
2188
+
2189
+ [**ApiResponseCryptoTrueStrengthIndex**](ApiResponseCryptoTrueStrengthIndex.md)
2190
+
2191
+ [//]: # (END_OPERATION)
2192
+
2193
+
2194
+ [//]: # (START_OPERTATION)
2195
+
2196
+ [//]: # (ENDPOINT:/crypto/prices/technicals/uo)
2197
+
2198
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_uo)
2199
+
2200
+ # **get_crypto_price_technicals_uo**
2201
+
2202
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_uo_v2)
2203
+
2204
+ > ApiResponseCryptoUltimateOscillator get_crypto_price_technicals_uo(opts)
2205
+
2206
+ Ultimate Oscillator
2207
+
2208
+ Returns the Ultimate Oscillator values of Crypto Currency Prices for a Crypto Currency Pair
2209
+
2210
+ ### Example
2211
+
2212
+ [//]: # (START_CODE_EXAMPLE)
2213
+
2214
+ ```ruby
2215
+ # Load the gem
2216
+ require 'intrinio-sdk'
2217
+
2218
+ # Setup authorization
2219
+ Intrinio.configure do |config|
2220
+ config.api_key['api_key'] = 'YOUR API KEY'
2221
+ end
2222
+
2223
+ technical_api = Intrinio::TechnicalApi.new
2224
+
2225
+ opts = {
2226
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
2227
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
2228
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
2229
+ short_period: 7, # Integer | The number of observations, per period, to calculate the short period for Ultimate Oscillator.
2230
+ medium_period: 14, # Integer | The number of observations, per period, to calculate the medium period for Ultimate Oscillator.
2231
+ long_period: 28, # Integer | The number of observations, per period, to calculate the long period for Ultimate Oscillator.
2232
+ short_weight: 4.0, # Float | The weight of short Buying Pressure average for Ultimate Oscillator.
2233
+ medium_weight: 2.0, # Float | The weight of medium Buying Pressure average for Ultimate Oscillator.
2234
+ long_weight: 1.0, # Float | The weight of long Buying Pressure average for Ultimate Oscillator.
2235
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
2236
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
2237
+ start_date: nil, # Date | Return technicals on or after this date.
2238
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
2239
+ end_date: nil, # Date | Return technicals on or before this date.
2240
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
2241
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
2242
+ next_page: nil # String | Gets the next page of data from a previous API call
2243
+ }
2244
+
2245
+ begin
2246
+ result = technical_api.get_crypto_price_technicals_uo(opts)
2247
+ p result
2248
+ rescue Intrinio::ApiError => e
2249
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_uo: #{e}"
2250
+ end
2251
+ ```
2252
+
2253
+ [//]: # (END_CODE_EXAMPLE)
2254
+
2255
+ ### Parameters
2256
+
2257
+ Name | Type | Description | Notes
2258
+ ------------- | ------------- | ------------- | -------------
2259
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
2260
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
2261
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
2262
+ **short_period** | **Integer**| The number of observations, per period, to calculate the short period for Ultimate Oscillator. | [optional] [default to 7]
2263
+ **medium_period** | **Integer**| The number of observations, per period, to calculate the medium period for Ultimate Oscillator. | [optional] [default to 14]
2264
+ **long_period** | **Integer**| The number of observations, per period, to calculate the long period for Ultimate Oscillator. | [optional] [default to 28]
2265
+ **short_weight** | **Float**| The weight of short Buying Pressure average for Ultimate Oscillator. | [optional] [default to 4.0]
2266
+ **medium_weight** | **Float**| The weight of medium Buying Pressure average for Ultimate Oscillator. | [optional] [default to 2.0]
2267
+ **long_weight** | **Float**| The weight of long Buying Pressure average for Ultimate Oscillator. | [optional] [default to 1.0]
2268
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
2269
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
2270
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
2271
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
2272
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
2273
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
2274
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
2275
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
2276
+
2277
+ ### Return type
2278
+
2279
+ [**ApiResponseCryptoUltimateOscillator**](ApiResponseCryptoUltimateOscillator.md)
2280
+
2281
+ [//]: # (END_OPERATION)
2282
+
2283
+
2284
+ [//]: # (START_OPERTATION)
2285
+
2286
+ [//]: # (ENDPOINT:/crypto/prices/technicals/vi)
2287
+
2288
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_vi)
2289
+
2290
+ # **get_crypto_price_technicals_vi**
2291
+
2292
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_vi_v2)
2293
+
2294
+ > ApiResponseCryptoVortexIndicator get_crypto_price_technicals_vi(opts)
2295
+
2296
+ Vortex Indicator
2297
+
2298
+ Returns the Vortex Indicator values of Crypto Currency Prices for a Crypto Currency Pair
2299
+
2300
+ ### Example
2301
+
2302
+ [//]: # (START_CODE_EXAMPLE)
2303
+
2304
+ ```ruby
2305
+ # Load the gem
2306
+ require 'intrinio-sdk'
2307
+
2308
+ # Setup authorization
2309
+ Intrinio.configure do |config|
2310
+ config.api_key['api_key'] = 'YOUR API KEY'
2311
+ end
2312
+
2313
+ technical_api = Intrinio::TechnicalApi.new
2314
+
2315
+ opts = {
2316
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
2317
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
2318
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
2319
+ period: 14, # Integer | The number of observations, per period, to calculate Vortex Indicator.
2320
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
2321
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
2322
+ start_date: nil, # Date | Return technicals on or after this date.
2323
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
2324
+ end_date: nil, # Date | Return technicals on or before this date.
2325
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
2326
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
2327
+ next_page: nil # String | Gets the next page of data from a previous API call
2328
+ }
2329
+
2330
+ begin
2331
+ result = technical_api.get_crypto_price_technicals_vi(opts)
2332
+ p result
2333
+ rescue Intrinio::ApiError => e
2334
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_vi: #{e}"
2335
+ end
2336
+ ```
2337
+
2338
+ [//]: # (END_CODE_EXAMPLE)
2339
+
2340
+ ### Parameters
2341
+
2342
+ Name | Type | Description | Notes
2343
+ ------------- | ------------- | ------------- | -------------
2344
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
2345
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
2346
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
2347
+ **period** | **Integer**| The number of observations, per period, to calculate Vortex Indicator. | [optional] [default to 14]
2348
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
2349
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
2350
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
2351
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
2352
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
2353
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
2354
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
2355
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
2356
+
2357
+ ### Return type
2358
+
2359
+ [**ApiResponseCryptoVortexIndicator**](ApiResponseCryptoVortexIndicator.md)
2360
+
2361
+ [//]: # (END_OPERATION)
2362
+
2363
+
2364
+ [//]: # (START_OPERTATION)
2365
+
2366
+ [//]: # (ENDPOINT:/crypto/prices/technicals/vpt)
2367
+
2368
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_vpt)
2369
+
2370
+ # **get_crypto_price_technicals_vpt**
2371
+
2372
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_vpt_v2)
2373
+
2374
+ > ApiResponseCryptoVolumePriceTrend get_crypto_price_technicals_vpt(opts)
2375
+
2376
+ Volume-price Trend
2377
+
2378
+ Returns the Volume-price Trend values of Crypto Currency Prices for a Crypto Currency Pair
2379
+
2380
+ ### Example
2381
+
2382
+ [//]: # (START_CODE_EXAMPLE)
2383
+
2384
+ ```ruby
2385
+ # Load the gem
2386
+ require 'intrinio-sdk'
2387
+
2388
+ # Setup authorization
2389
+ Intrinio.configure do |config|
2390
+ config.api_key['api_key'] = 'YOUR API KEY'
2391
+ end
2392
+
2393
+ technical_api = Intrinio::TechnicalApi.new
2394
+
2395
+ opts = {
2396
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
2397
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
2398
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
2399
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
2400
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
2401
+ start_date: nil, # Date | Return technicals on or after this date.
2402
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
2403
+ end_date: nil, # Date | Return technicals on or before this date.
2404
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
2405
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
2406
+ next_page: nil # String | Gets the next page of data from a previous API call
2407
+ }
2408
+
2409
+ begin
2410
+ result = technical_api.get_crypto_price_technicals_vpt(opts)
2411
+ p result
2412
+ rescue Intrinio::ApiError => e
2413
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_vpt: #{e}"
2414
+ end
2415
+ ```
2416
+
2417
+ [//]: # (END_CODE_EXAMPLE)
2418
+
2419
+ ### Parameters
2420
+
2421
+ Name | Type | Description | Notes
2422
+ ------------- | ------------- | ------------- | -------------
2423
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
2424
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
2425
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
2426
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
2427
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
2428
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
2429
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
2430
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
2431
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
2432
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
2433
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
2434
+
2435
+ ### Return type
2436
+
2437
+ [**ApiResponseCryptoVolumePriceTrend**](ApiResponseCryptoVolumePriceTrend.md)
2438
+
2439
+ [//]: # (END_OPERATION)
2440
+
2441
+
2442
+ [//]: # (START_OPERTATION)
2443
+
2444
+ [//]: # (ENDPOINT:/crypto/prices/technicals/vwap)
2445
+
2446
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_vwap)
2447
+
2448
+ # **get_crypto_price_technicals_vwap**
2449
+
2450
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_vwap_v2)
2451
+
2452
+ > ApiResponseCryptoVolumeWeightedAveragePrice get_crypto_price_technicals_vwap(opts)
2453
+
2454
+ Volume Weighted Average Price
2455
+
2456
+ Returns the Volume Weighted Average Price values of Crypto Currency Prices for a Crypto Currency Pair
2457
+
2458
+ ### Example
2459
+
2460
+ [//]: # (START_CODE_EXAMPLE)
2461
+
2462
+ ```ruby
2463
+ # Load the gem
2464
+ require 'intrinio-sdk'
2465
+
2466
+ # Setup authorization
2467
+ Intrinio.configure do |config|
2468
+ config.api_key['api_key'] = 'YOUR API KEY'
2469
+ end
2470
+
2471
+ technical_api = Intrinio::TechnicalApi.new
2472
+
2473
+ opts = {
2474
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
2475
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
2476
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
2477
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
2478
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
2479
+ start_date: nil, # Date | Return technicals on or after this date.
2480
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
2481
+ end_date: nil, # Date | Return technicals on or before this date.
2482
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
2483
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
2484
+ next_page: nil # String | Gets the next page of data from a previous API call
2485
+ }
2486
+
2487
+ begin
2488
+ result = technical_api.get_crypto_price_technicals_vwap(opts)
2489
+ p result
2490
+ rescue Intrinio::ApiError => e
2491
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_vwap: #{e}"
2492
+ end
2493
+ ```
2494
+
2495
+ [//]: # (END_CODE_EXAMPLE)
2496
+
2497
+ ### Parameters
2498
+
2499
+ Name | Type | Description | Notes
2500
+ ------------- | ------------- | ------------- | -------------
2501
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
2502
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
2503
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
2504
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
2505
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
2506
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
2507
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
2508
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
2509
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
2510
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
2511
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
2512
+
2513
+ ### Return type
2514
+
2515
+ [**ApiResponseCryptoVolumeWeightedAveragePrice**](ApiResponseCryptoVolumeWeightedAveragePrice.md)
2516
+
2517
+ [//]: # (END_OPERATION)
2518
+
2519
+
2520
+ [//]: # (START_OPERTATION)
2521
+
2522
+ [//]: # (ENDPOINT:/crypto/prices/technicals/wr)
2523
+
2524
+ [//]: # (DOC_LINK:TechnicalApi.md#get_crypto_price_technicals_wr)
2525
+
2526
+ # **get_crypto_price_technicals_wr**
2527
+
2528
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_wr_v2)
2529
+
2530
+ > ApiResponseCryptoWilliamsR get_crypto_price_technicals_wr(opts)
2531
+
2532
+ Williams %R
2533
+
2534
+ Returns the Williams %R values of Crypto Currency Prices for a Crypto Currency Pair
2535
+
2536
+ ### Example
2537
+
2538
+ [//]: # (START_CODE_EXAMPLE)
2539
+
2540
+ ```ruby
2541
+ # Load the gem
2542
+ require 'intrinio-sdk'
2543
+
2544
+ # Setup authorization
2545
+ Intrinio.configure do |config|
2546
+ config.api_key['api_key'] = 'YOUR API KEY'
2547
+ end
2548
+
2549
+ technical_api = Intrinio::TechnicalApi.new
2550
+
2551
+ opts = {
2552
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
2553
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
2554
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
2555
+ period: 14, # Integer | The number of observations, per period, to look-back when calculating Williams %R.
2556
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
2557
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
2558
+ start_date: nil, # Date | Return technicals on or after this date.
2559
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
2560
+ end_date: nil, # Date | Return technicals on or before this date.
2561
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
2562
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
2563
+ next_page: nil # String | Gets the next page of data from a previous API call
2564
+ }
2565
+
2566
+ begin
2567
+ result = technical_api.get_crypto_price_technicals_wr(opts)
2568
+ p result
2569
+ rescue Intrinio::ApiError => e
2570
+ puts "Exception when calling TechnicalApi->get_crypto_price_technicals_wr: #{e}"
2571
+ end
2572
+ ```
2573
+
2574
+ [//]: # (END_CODE_EXAMPLE)
2575
+
2576
+ ### Parameters
2577
+
2578
+ Name | Type | Description | Notes
2579
+ ------------- | ------------- | ------------- | -------------
2580
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
2581
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
2582
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
2583
+ **period** | **Integer**| The number of observations, per period, to look-back when calculating Williams %R. | [optional] [default to 14]
2584
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
2585
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
2586
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
2587
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
2588
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
2589
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
2590
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
2591
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
2592
+
2593
+ ### Return type
2594
+
2595
+ [**ApiResponseCryptoWilliamsR**](ApiResponseCryptoWilliamsR.md)
2596
+
2597
+ [//]: # (END_OPERATION)
2598
+
2599
+
2600
+ [//]: # (START_OPERTATION)
2601
+
2602
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/adi)
2603
+
2604
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_adi)
2605
+
40
2606
  # **get_security_price_technicals_adi**
2607
+
2608
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_adi_v2)
2609
+
41
2610
  > ApiResponseSecurityAccumulationDistributionIndex get_security_price_technicals_adi(identifier, opts)
42
2611
 
43
2612
  Accumulation/Distribution Index
@@ -45,6 +2614,9 @@ Accumulation/Distribution Index
45
2614
  Returns the Accumulation/Distribution Index values of Stock Prices for the Security with the given `identifier`
46
2615
 
47
2616
  ### Example
2617
+
2618
+ [//]: # (START_CODE_EXAMPLE)
2619
+
48
2620
  ```ruby
49
2621
  # Load the gem
50
2622
  require 'intrinio-sdk'
@@ -56,7 +2628,7 @@ end
56
2628
 
57
2629
  technical_api = Intrinio::TechnicalApi.new
58
2630
 
59
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2631
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
60
2632
 
61
2633
  opts = {
62
2634
  start_date: "2018-01-01", # String | Return technical indicator values on or after the date
@@ -73,6 +2645,8 @@ rescue Intrinio::ApiError => e
73
2645
  end
74
2646
  ```
75
2647
 
2648
+ [//]: # (END_CODE_EXAMPLE)
2649
+
76
2650
  ### Parameters
77
2651
 
78
2652
  Name | Type | Description | Notes
@@ -87,7 +2661,19 @@ Name | Type | Description | Notes
87
2661
 
88
2662
  [**ApiResponseSecurityAccumulationDistributionIndex**](ApiResponseSecurityAccumulationDistributionIndex.md)
89
2663
 
2664
+ [//]: # (END_OPERATION)
2665
+
2666
+
2667
+ [//]: # (START_OPERTATION)
2668
+
2669
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/adtv)
2670
+
2671
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_adtv)
2672
+
90
2673
  # **get_security_price_technicals_adtv**
2674
+
2675
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_adtv_v2)
2676
+
91
2677
  > ApiResponseSecurityAverageDailyTradingVolume get_security_price_technicals_adtv(identifier, opts)
92
2678
 
93
2679
  Average Daily Trading Volume
@@ -95,6 +2681,9 @@ Average Daily Trading Volume
95
2681
  Returns the Average Daily Trading Volume values of Stock Prices for the Security with the given `identifier`
96
2682
 
97
2683
  ### Example
2684
+
2685
+ [//]: # (START_CODE_EXAMPLE)
2686
+
98
2687
  ```ruby
99
2688
  # Load the gem
100
2689
  require 'intrinio-sdk'
@@ -106,7 +2695,7 @@ end
106
2695
 
107
2696
  technical_api = Intrinio::TechnicalApi.new
108
2697
 
109
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2698
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
110
2699
 
111
2700
  opts = {
112
2701
  period: 22, # Integer | The number of observations, per period, to calculate Average Daily Trading Volume
@@ -124,6 +2713,8 @@ rescue Intrinio::ApiError => e
124
2713
  end
125
2714
  ```
126
2715
 
2716
+ [//]: # (END_CODE_EXAMPLE)
2717
+
127
2718
  ### Parameters
128
2719
 
129
2720
  Name | Type | Description | Notes
@@ -139,7 +2730,19 @@ Name | Type | Description | Notes
139
2730
 
140
2731
  [**ApiResponseSecurityAverageDailyTradingVolume**](ApiResponseSecurityAverageDailyTradingVolume.md)
141
2732
 
2733
+ [//]: # (END_OPERATION)
2734
+
2735
+
2736
+ [//]: # (START_OPERTATION)
2737
+
2738
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/adx)
2739
+
2740
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_adx)
2741
+
142
2742
  # **get_security_price_technicals_adx**
2743
+
2744
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_adx_v2)
2745
+
143
2746
  > ApiResponseSecurityAverageDirectionalIndex get_security_price_technicals_adx(identifier, opts)
144
2747
 
145
2748
  Average Directional Index
@@ -147,6 +2750,9 @@ Average Directional Index
147
2750
  Returns the Average Directional Index values of Stock Prices for the Security with the given `identifier`
148
2751
 
149
2752
  ### Example
2753
+
2754
+ [//]: # (START_CODE_EXAMPLE)
2755
+
150
2756
  ```ruby
151
2757
  # Load the gem
152
2758
  require 'intrinio-sdk'
@@ -158,7 +2764,7 @@ end
158
2764
 
159
2765
  technical_api = Intrinio::TechnicalApi.new
160
2766
 
161
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2767
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
162
2768
 
163
2769
  opts = {
164
2770
  period: 14, # Integer | The number of observations, per period, to calculate Average Directional Index
@@ -176,6 +2782,8 @@ rescue Intrinio::ApiError => e
176
2782
  end
177
2783
  ```
178
2784
 
2785
+ [//]: # (END_CODE_EXAMPLE)
2786
+
179
2787
  ### Parameters
180
2788
 
181
2789
  Name | Type | Description | Notes
@@ -191,7 +2799,19 @@ Name | Type | Description | Notes
191
2799
 
192
2800
  [**ApiResponseSecurityAverageDirectionalIndex**](ApiResponseSecurityAverageDirectionalIndex.md)
193
2801
 
2802
+ [//]: # (END_OPERATION)
2803
+
2804
+
2805
+ [//]: # (START_OPERTATION)
2806
+
2807
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/ao)
2808
+
2809
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_ao)
2810
+
194
2811
  # **get_security_price_technicals_ao**
2812
+
2813
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_ao_v2)
2814
+
195
2815
  > ApiResponseSecurityAwesomeOscillator get_security_price_technicals_ao(identifier, opts)
196
2816
 
197
2817
  Awesome Oscillator
@@ -199,6 +2819,9 @@ Awesome Oscillator
199
2819
  Returns the Awesome Oscillator values of Stock Prices for the Security with the given `identifier`
200
2820
 
201
2821
  ### Example
2822
+
2823
+ [//]: # (START_CODE_EXAMPLE)
2824
+
202
2825
  ```ruby
203
2826
  # Load the gem
204
2827
  require 'intrinio-sdk'
@@ -210,7 +2833,7 @@ end
210
2833
 
211
2834
  technical_api = Intrinio::TechnicalApi.new
212
2835
 
213
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2836
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
214
2837
 
215
2838
  opts = {
216
2839
  short_period: 5, # Integer | The number of observations, per period, to calculate short period Simple Moving Average of the Awesome Oscillator
@@ -229,6 +2852,8 @@ rescue Intrinio::ApiError => e
229
2852
  end
230
2853
  ```
231
2854
 
2855
+ [//]: # (END_CODE_EXAMPLE)
2856
+
232
2857
  ### Parameters
233
2858
 
234
2859
  Name | Type | Description | Notes
@@ -245,7 +2870,19 @@ Name | Type | Description | Notes
245
2870
 
246
2871
  [**ApiResponseSecurityAwesomeOscillator**](ApiResponseSecurityAwesomeOscillator.md)
247
2872
 
2873
+ [//]: # (END_OPERATION)
2874
+
2875
+
2876
+ [//]: # (START_OPERTATION)
2877
+
2878
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/atr)
2879
+
2880
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_atr)
2881
+
248
2882
  # **get_security_price_technicals_atr**
2883
+
2884
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_atr_v2)
2885
+
249
2886
  > ApiResponseSecurityAverageTrueRange get_security_price_technicals_atr(identifier, opts)
250
2887
 
251
2888
  Average True Range
@@ -253,6 +2890,9 @@ Average True Range
253
2890
  Returns the Average True Range values of Stock Prices for the Security with the given `identifier`
254
2891
 
255
2892
  ### Example
2893
+
2894
+ [//]: # (START_CODE_EXAMPLE)
2895
+
256
2896
  ```ruby
257
2897
  # Load the gem
258
2898
  require 'intrinio-sdk'
@@ -264,7 +2904,7 @@ end
264
2904
 
265
2905
  technical_api = Intrinio::TechnicalApi.new
266
2906
 
267
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2907
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
268
2908
 
269
2909
  opts = {
270
2910
  period: 14, # Integer | The number of observations, per period, to calculate Average True Range
@@ -282,6 +2922,8 @@ rescue Intrinio::ApiError => e
282
2922
  end
283
2923
  ```
284
2924
 
2925
+ [//]: # (END_CODE_EXAMPLE)
2926
+
285
2927
  ### Parameters
286
2928
 
287
2929
  Name | Type | Description | Notes
@@ -297,7 +2939,19 @@ Name | Type | Description | Notes
297
2939
 
298
2940
  [**ApiResponseSecurityAverageTrueRange**](ApiResponseSecurityAverageTrueRange.md)
299
2941
 
2942
+ [//]: # (END_OPERATION)
2943
+
2944
+
2945
+ [//]: # (START_OPERTATION)
2946
+
2947
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/bb)
2948
+
2949
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_bb)
2950
+
300
2951
  # **get_security_price_technicals_bb**
2952
+
2953
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_bb_v2)
2954
+
301
2955
  > ApiResponseSecurityBollingerBands get_security_price_technicals_bb(identifier, opts)
302
2956
 
303
2957
  Bollinger Bands
@@ -305,6 +2959,9 @@ Bollinger Bands
305
2959
  Returns the Bollinger Bands values of Stock Prices for the Security with the given `identifier`
306
2960
 
307
2961
  ### Example
2962
+
2963
+ [//]: # (START_CODE_EXAMPLE)
2964
+
308
2965
  ```ruby
309
2966
  # Load the gem
310
2967
  require 'intrinio-sdk'
@@ -316,7 +2973,7 @@ end
316
2973
 
317
2974
  technical_api = Intrinio::TechnicalApi.new
318
2975
 
319
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2976
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
320
2977
 
321
2978
  opts = {
322
2979
  period: 20, # Integer | The number of observations, per period, to calculate Bollinger Bands
@@ -336,6 +2993,8 @@ rescue Intrinio::ApiError => e
336
2993
  end
337
2994
  ```
338
2995
 
2996
+ [//]: # (END_CODE_EXAMPLE)
2997
+
339
2998
  ### Parameters
340
2999
 
341
3000
  Name | Type | Description | Notes
@@ -353,7 +3012,19 @@ Name | Type | Description | Notes
353
3012
 
354
3013
  [**ApiResponseSecurityBollingerBands**](ApiResponseSecurityBollingerBands.md)
355
3014
 
3015
+ [//]: # (END_OPERATION)
3016
+
3017
+
3018
+ [//]: # (START_OPERTATION)
3019
+
3020
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/cci)
3021
+
3022
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_cci)
3023
+
356
3024
  # **get_security_price_technicals_cci**
3025
+
3026
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_cci_v2)
3027
+
357
3028
  > ApiResponseSecurityCommodityChannelIndex get_security_price_technicals_cci(identifier, opts)
358
3029
 
359
3030
  Commodity Channel Index
@@ -361,6 +3032,9 @@ Commodity Channel Index
361
3032
  Returns the Commodity Channel Index values of Stock Prices for the Security with the given `identifier`
362
3033
 
363
3034
  ### Example
3035
+
3036
+ [//]: # (START_CODE_EXAMPLE)
3037
+
364
3038
  ```ruby
365
3039
  # Load the gem
366
3040
  require 'intrinio-sdk'
@@ -372,7 +3046,7 @@ end
372
3046
 
373
3047
  technical_api = Intrinio::TechnicalApi.new
374
3048
 
375
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3049
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
376
3050
 
377
3051
  opts = {
378
3052
  period: 20, # Integer | The number of observations, per period, to calculate Commodity Channel Index
@@ -391,6 +3065,8 @@ rescue Intrinio::ApiError => e
391
3065
  end
392
3066
  ```
393
3067
 
3068
+ [//]: # (END_CODE_EXAMPLE)
3069
+
394
3070
  ### Parameters
395
3071
 
396
3072
  Name | Type | Description | Notes
@@ -407,7 +3083,19 @@ Name | Type | Description | Notes
407
3083
 
408
3084
  [**ApiResponseSecurityCommodityChannelIndex**](ApiResponseSecurityCommodityChannelIndex.md)
409
3085
 
3086
+ [//]: # (END_OPERATION)
3087
+
3088
+
3089
+ [//]: # (START_OPERTATION)
3090
+
3091
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/cmf)
3092
+
3093
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_cmf)
3094
+
410
3095
  # **get_security_price_technicals_cmf**
3096
+
3097
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_cmf_v2)
3098
+
411
3099
  > ApiResponseSecurityChaikinMoneyFlow get_security_price_technicals_cmf(identifier, opts)
412
3100
 
413
3101
  Chaikin Money Flow
@@ -415,6 +3103,9 @@ Chaikin Money Flow
415
3103
  Returns the Chaikin Money Flow values of Stock Prices for the Security with the given `identifier`
416
3104
 
417
3105
  ### Example
3106
+
3107
+ [//]: # (START_CODE_EXAMPLE)
3108
+
418
3109
  ```ruby
419
3110
  # Load the gem
420
3111
  require 'intrinio-sdk'
@@ -426,7 +3117,7 @@ end
426
3117
 
427
3118
  technical_api = Intrinio::TechnicalApi.new
428
3119
 
429
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3120
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
430
3121
 
431
3122
  opts = {
432
3123
  period: 20, # Integer | The number of observations, per period, to calculate Chaikin Money Flow
@@ -444,6 +3135,8 @@ rescue Intrinio::ApiError => e
444
3135
  end
445
3136
  ```
446
3137
 
3138
+ [//]: # (END_CODE_EXAMPLE)
3139
+
447
3140
  ### Parameters
448
3141
 
449
3142
  Name | Type | Description | Notes
@@ -459,7 +3152,19 @@ Name | Type | Description | Notes
459
3152
 
460
3153
  [**ApiResponseSecurityChaikinMoneyFlow**](ApiResponseSecurityChaikinMoneyFlow.md)
461
3154
 
3155
+ [//]: # (END_OPERATION)
3156
+
3157
+
3158
+ [//]: # (START_OPERTATION)
3159
+
3160
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/dc)
3161
+
3162
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_dc)
3163
+
462
3164
  # **get_security_price_technicals_dc**
3165
+
3166
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_dc_v2)
3167
+
463
3168
  > ApiResponseSecurityDonchianChannel get_security_price_technicals_dc(identifier, opts)
464
3169
 
465
3170
  Donchian Channel
@@ -467,6 +3172,9 @@ Donchian Channel
467
3172
  Returns the Donchian Channel values of Stock Prices for the Security with the given `identifier`
468
3173
 
469
3174
  ### Example
3175
+
3176
+ [//]: # (START_CODE_EXAMPLE)
3177
+
470
3178
  ```ruby
471
3179
  # Load the gem
472
3180
  require 'intrinio-sdk'
@@ -478,7 +3186,7 @@ end
478
3186
 
479
3187
  technical_api = Intrinio::TechnicalApi.new
480
3188
 
481
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3189
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
482
3190
 
483
3191
  opts = {
484
3192
  period: 20, # Integer | The number of observations, per period, to calculate Donchian Channel
@@ -497,6 +3205,8 @@ rescue Intrinio::ApiError => e
497
3205
  end
498
3206
  ```
499
3207
 
3208
+ [//]: # (END_CODE_EXAMPLE)
3209
+
500
3210
  ### Parameters
501
3211
 
502
3212
  Name | Type | Description | Notes
@@ -513,7 +3223,19 @@ Name | Type | Description | Notes
513
3223
 
514
3224
  [**ApiResponseSecurityDonchianChannel**](ApiResponseSecurityDonchianChannel.md)
515
3225
 
3226
+ [//]: # (END_OPERATION)
3227
+
3228
+
3229
+ [//]: # (START_OPERTATION)
3230
+
3231
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/dpo)
3232
+
3233
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_dpo)
3234
+
516
3235
  # **get_security_price_technicals_dpo**
3236
+
3237
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_dpo_v2)
3238
+
517
3239
  > ApiResponseSecurityDetrendedPriceOscillator get_security_price_technicals_dpo(identifier, opts)
518
3240
 
519
3241
  Detrended Price Oscillator
@@ -521,6 +3243,9 @@ Detrended Price Oscillator
521
3243
  Returns the Detrended Price Oscillator values of Stock Prices for the Security with the given `identifier`
522
3244
 
523
3245
  ### Example
3246
+
3247
+ [//]: # (START_CODE_EXAMPLE)
3248
+
524
3249
  ```ruby
525
3250
  # Load the gem
526
3251
  require 'intrinio-sdk'
@@ -532,7 +3257,7 @@ end
532
3257
 
533
3258
  technical_api = Intrinio::TechnicalApi.new
534
3259
 
535
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3260
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
536
3261
 
537
3262
  opts = {
538
3263
  period: 20, # Integer | The number of observations, per period, to calculate Detrended Price Oscillator
@@ -551,6 +3276,8 @@ rescue Intrinio::ApiError => e
551
3276
  end
552
3277
  ```
553
3278
 
3279
+ [//]: # (END_CODE_EXAMPLE)
3280
+
554
3281
  ### Parameters
555
3282
 
556
3283
  Name | Type | Description | Notes
@@ -567,7 +3294,19 @@ Name | Type | Description | Notes
567
3294
 
568
3295
  [**ApiResponseSecurityDetrendedPriceOscillator**](ApiResponseSecurityDetrendedPriceOscillator.md)
569
3296
 
3297
+ [//]: # (END_OPERATION)
3298
+
3299
+
3300
+ [//]: # (START_OPERTATION)
3301
+
3302
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/eom)
3303
+
3304
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_eom)
3305
+
570
3306
  # **get_security_price_technicals_eom**
3307
+
3308
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_eom_v2)
3309
+
571
3310
  > ApiResponseSecurityEaseOfMovement get_security_price_technicals_eom(identifier, opts)
572
3311
 
573
3312
  Ease of Movement
@@ -575,6 +3314,9 @@ Ease of Movement
575
3314
  Returns the Ease of Movement values of Stock Prices for the Security with the given `identifier`
576
3315
 
577
3316
  ### Example
3317
+
3318
+ [//]: # (START_CODE_EXAMPLE)
3319
+
578
3320
  ```ruby
579
3321
  # Load the gem
580
3322
  require 'intrinio-sdk'
@@ -586,7 +3328,7 @@ end
586
3328
 
587
3329
  technical_api = Intrinio::TechnicalApi.new
588
3330
 
589
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3331
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
590
3332
 
591
3333
  opts = {
592
3334
  period: 20, # Integer | The number of observations, per period, to calculate Ease of Movement
@@ -604,6 +3346,8 @@ rescue Intrinio::ApiError => e
604
3346
  end
605
3347
  ```
606
3348
 
3349
+ [//]: # (END_CODE_EXAMPLE)
3350
+
607
3351
  ### Parameters
608
3352
 
609
3353
  Name | Type | Description | Notes
@@ -619,7 +3363,19 @@ Name | Type | Description | Notes
619
3363
 
620
3364
  [**ApiResponseSecurityEaseOfMovement**](ApiResponseSecurityEaseOfMovement.md)
621
3365
 
3366
+ [//]: # (END_OPERATION)
3367
+
3368
+
3369
+ [//]: # (START_OPERTATION)
3370
+
3371
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/fi)
3372
+
3373
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_fi)
3374
+
622
3375
  # **get_security_price_technicals_fi**
3376
+
3377
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_fi_v2)
3378
+
623
3379
  > ApiResponseSecurityForceIndex get_security_price_technicals_fi(identifier, opts)
624
3380
 
625
3381
  Force Index
@@ -627,6 +3383,9 @@ Force Index
627
3383
  Returns the Force Index values of Stock Prices for the Security with the given `identifier`
628
3384
 
629
3385
  ### Example
3386
+
3387
+ [//]: # (START_CODE_EXAMPLE)
3388
+
630
3389
  ```ruby
631
3390
  # Load the gem
632
3391
  require 'intrinio-sdk'
@@ -638,7 +3397,7 @@ end
638
3397
 
639
3398
  technical_api = Intrinio::TechnicalApi.new
640
3399
 
641
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3400
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
642
3401
 
643
3402
  opts = {
644
3403
  start_date: "2018-01-01", # String | Return technical indicator values on or after the date
@@ -655,6 +3414,8 @@ rescue Intrinio::ApiError => e
655
3414
  end
656
3415
  ```
657
3416
 
3417
+ [//]: # (END_CODE_EXAMPLE)
3418
+
658
3419
  ### Parameters
659
3420
 
660
3421
  Name | Type | Description | Notes
@@ -669,7 +3430,19 @@ Name | Type | Description | Notes
669
3430
 
670
3431
  [**ApiResponseSecurityForceIndex**](ApiResponseSecurityForceIndex.md)
671
3432
 
3433
+ [//]: # (END_OPERATION)
3434
+
3435
+
3436
+ [//]: # (START_OPERTATION)
3437
+
3438
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/ichimoku)
3439
+
3440
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_ichimoku)
3441
+
672
3442
  # **get_security_price_technicals_ichimoku**
3443
+
3444
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_ichimoku_v2)
3445
+
673
3446
  > ApiResponseSecurityIchimokuKinkoHyo get_security_price_technicals_ichimoku(identifier, opts)
674
3447
 
675
3448
  Ichimoku Kinko Hyo
@@ -677,6 +3450,9 @@ Ichimoku Kinko Hyo
677
3450
  Returns the Ichimoku Kinko Hyo values of Stock Prices for the Security with the given `identifier`
678
3451
 
679
3452
  ### Example
3453
+
3454
+ [//]: # (START_CODE_EXAMPLE)
3455
+
680
3456
  ```ruby
681
3457
  # Load the gem
682
3458
  require 'intrinio-sdk'
@@ -688,7 +3464,7 @@ end
688
3464
 
689
3465
  technical_api = Intrinio::TechnicalApi.new
690
3466
 
691
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3467
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
692
3468
 
693
3469
  opts = {
694
3470
  low_period: 9, # Integer | The number of observations, per period, to calculate Tenkan Sen (Conversion Line) of Ichimoku Kinko Hyo
@@ -708,6 +3484,8 @@ rescue Intrinio::ApiError => e
708
3484
  end
709
3485
  ```
710
3486
 
3487
+ [//]: # (END_CODE_EXAMPLE)
3488
+
711
3489
  ### Parameters
712
3490
 
713
3491
  Name | Type | Description | Notes
@@ -725,7 +3503,19 @@ Name | Type | Description | Notes
725
3503
 
726
3504
  [**ApiResponseSecurityIchimokuKinkoHyo**](ApiResponseSecurityIchimokuKinkoHyo.md)
727
3505
 
3506
+ [//]: # (END_OPERATION)
3507
+
3508
+
3509
+ [//]: # (START_OPERTATION)
3510
+
3511
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/kc)
3512
+
3513
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_kc)
3514
+
728
3515
  # **get_security_price_technicals_kc**
3516
+
3517
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_kc_v2)
3518
+
729
3519
  > ApiResponseSecurityKeltnerChannel get_security_price_technicals_kc(identifier, opts)
730
3520
 
731
3521
  Keltner Channel
@@ -733,6 +3523,9 @@ Keltner Channel
733
3523
  Returns the Keltner Channel values of Stock Prices for the Security with the given `identifier`
734
3524
 
735
3525
  ### Example
3526
+
3527
+ [//]: # (START_CODE_EXAMPLE)
3528
+
736
3529
  ```ruby
737
3530
  # Load the gem
738
3531
  require 'intrinio-sdk'
@@ -744,7 +3537,7 @@ end
744
3537
 
745
3538
  technical_api = Intrinio::TechnicalApi.new
746
3539
 
747
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3540
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
748
3541
 
749
3542
  opts = {
750
3543
  period: 10, # Integer | The number of observations, per period, to calculate Kelter Channel
@@ -762,6 +3555,8 @@ rescue Intrinio::ApiError => e
762
3555
  end
763
3556
  ```
764
3557
 
3558
+ [//]: # (END_CODE_EXAMPLE)
3559
+
765
3560
  ### Parameters
766
3561
 
767
3562
  Name | Type | Description | Notes
@@ -777,7 +3572,19 @@ Name | Type | Description | Notes
777
3572
 
778
3573
  [**ApiResponseSecurityKeltnerChannel**](ApiResponseSecurityKeltnerChannel.md)
779
3574
 
3575
+ [//]: # (END_OPERATION)
3576
+
3577
+
3578
+ [//]: # (START_OPERTATION)
3579
+
3580
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/kst)
3581
+
3582
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_kst)
3583
+
780
3584
  # **get_security_price_technicals_kst**
3585
+
3586
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_kst_v2)
3587
+
781
3588
  > ApiResponseSecurityKnowSureThing get_security_price_technicals_kst(identifier, opts)
782
3589
 
783
3590
  Know Sure Thing
@@ -785,6 +3592,9 @@ Know Sure Thing
785
3592
  Returns the Know Sure Thing values of Stock Prices for the Security with the given `identifier`
786
3593
 
787
3594
  ### Example
3595
+
3596
+ [//]: # (START_CODE_EXAMPLE)
3597
+
788
3598
  ```ruby
789
3599
  # Load the gem
790
3600
  require 'intrinio-sdk'
@@ -796,14 +3606,13 @@ end
796
3606
 
797
3607
  technical_api = Intrinio::TechnicalApi.new
798
3608
 
799
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3609
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
800
3610
 
801
3611
  opts = {
802
3612
  roc1: 10, # Integer | The number of observations, per period, to calculate the rate-of-change for RCMA1
803
3613
  roc2: 15, # Integer | The number of observations, per period, to calculate the rate-of-change for RCMA2
804
- roc3: 15, # Integer | The number of observations, per period, to calculate the rate-of-change for RCMA2
805
- roc4: 20, # Integer | The number of observations, per period, to calculate the rate-of-change for RCMA3
806
- roc5: 30, # Integer | The number of observations, per period, to calculate the rate-of-change for RCMA4
3614
+ roc3: 20, # Integer | The number of observations, per period, to calculate the rate-of-change for RCMA3
3615
+ roc4: 30, # Integer | The number of observations, per period, to calculate the rate-of-change for RCMA4
807
3616
  sma1: 10, # Integer | The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA1
808
3617
  sma2: 10, # Integer | The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA2
809
3618
  sma3: 10, # Integer | The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA3
@@ -823,6 +3632,8 @@ rescue Intrinio::ApiError => e
823
3632
  end
824
3633
  ```
825
3634
 
3635
+ [//]: # (END_CODE_EXAMPLE)
3636
+
826
3637
  ### Parameters
827
3638
 
828
3639
  Name | Type | Description | Notes
@@ -830,9 +3641,8 @@ Name | Type | Description | Notes
830
3641
  **identifier** | **String**| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
831
3642
  **roc1** | **Integer**| The number of observations, per period, to calculate the rate-of-change for RCMA1 | [optional] [default to 10]
832
3643
  **roc2** | **Integer**| The number of observations, per period, to calculate the rate-of-change for RCMA2 | [optional] [default to 15]
833
- **roc3** | **Integer**| The number of observations, per period, to calculate the rate-of-change for RCMA2 | [optional] [default to 15]
834
- **roc4** | **Integer**| The number of observations, per period, to calculate the rate-of-change for RCMA3 | [optional] [default to 20]
835
- **roc5** | **Integer**| The number of observations, per period, to calculate the rate-of-change for RCMA4 | [optional] [default to 30]
3644
+ **roc3** | **Integer**| The number of observations, per period, to calculate the rate-of-change for RCMA3 | [optional] [default to 20]
3645
+ **roc4** | **Integer**| The number of observations, per period, to calculate the rate-of-change for RCMA4 | [optional] [default to 30]
836
3646
  **sma1** | **Integer**| The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA1 | [optional] [default to 10]
837
3647
  **sma2** | **Integer**| The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA2 | [optional] [default to 10]
838
3648
  **sma3** | **Integer**| The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA3 | [optional] [default to 10]
@@ -847,7 +3657,19 @@ Name | Type | Description | Notes
847
3657
 
848
3658
  [**ApiResponseSecurityKnowSureThing**](ApiResponseSecurityKnowSureThing.md)
849
3659
 
3660
+ [//]: # (END_OPERATION)
3661
+
3662
+
3663
+ [//]: # (START_OPERTATION)
3664
+
3665
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/macd)
3666
+
3667
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_macd)
3668
+
850
3669
  # **get_security_price_technicals_macd**
3670
+
3671
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_macd_v2)
3672
+
851
3673
  > ApiResponseSecurityMovingAverageConvergenceDivergence get_security_price_technicals_macd(identifier, opts)
852
3674
 
853
3675
  Moving Average Convergence Divergence
@@ -855,6 +3677,9 @@ Moving Average Convergence Divergence
855
3677
  Returns the Moving Average Convergence Divergence values of Stock Prices for the Security with the given `identifier`
856
3678
 
857
3679
  ### Example
3680
+
3681
+ [//]: # (START_CODE_EXAMPLE)
3682
+
858
3683
  ```ruby
859
3684
  # Load the gem
860
3685
  require 'intrinio-sdk'
@@ -866,7 +3691,7 @@ end
866
3691
 
867
3692
  technical_api = Intrinio::TechnicalApi.new
868
3693
 
869
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3694
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
870
3695
 
871
3696
  opts = {
872
3697
  fast_period: 12, # Integer | The number of observations, per period, to calculate the fast moving Exponential Moving Average for Moving Average Convergence Divergence
@@ -887,6 +3712,8 @@ rescue Intrinio::ApiError => e
887
3712
  end
888
3713
  ```
889
3714
 
3715
+ [//]: # (END_CODE_EXAMPLE)
3716
+
890
3717
  ### Parameters
891
3718
 
892
3719
  Name | Type | Description | Notes
@@ -905,7 +3732,19 @@ Name | Type | Description | Notes
905
3732
 
906
3733
  [**ApiResponseSecurityMovingAverageConvergenceDivergence**](ApiResponseSecurityMovingAverageConvergenceDivergence.md)
907
3734
 
3735
+ [//]: # (END_OPERATION)
3736
+
3737
+
3738
+ [//]: # (START_OPERTATION)
3739
+
3740
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/mfi)
3741
+
3742
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_mfi)
3743
+
908
3744
  # **get_security_price_technicals_mfi**
3745
+
3746
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_mfi_v2)
3747
+
909
3748
  > ApiResponseSecurityMoneyFlowIndex get_security_price_technicals_mfi(identifier, opts)
910
3749
 
911
3750
  Money Flow Index
@@ -913,6 +3752,9 @@ Money Flow Index
913
3752
  Returns the Money Flow Index values of Stock Prices for the Security with the given `identifier`
914
3753
 
915
3754
  ### Example
3755
+
3756
+ [//]: # (START_CODE_EXAMPLE)
3757
+
916
3758
  ```ruby
917
3759
  # Load the gem
918
3760
  require 'intrinio-sdk'
@@ -924,7 +3766,7 @@ end
924
3766
 
925
3767
  technical_api = Intrinio::TechnicalApi.new
926
3768
 
927
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3769
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
928
3770
 
929
3771
  opts = {
930
3772
  period: 14, # Integer | The number of observations, per period, to calculate Money Flow Index
@@ -942,6 +3784,8 @@ rescue Intrinio::ApiError => e
942
3784
  end
943
3785
  ```
944
3786
 
3787
+ [//]: # (END_CODE_EXAMPLE)
3788
+
945
3789
  ### Parameters
946
3790
 
947
3791
  Name | Type | Description | Notes
@@ -957,7 +3801,19 @@ Name | Type | Description | Notes
957
3801
 
958
3802
  [**ApiResponseSecurityMoneyFlowIndex**](ApiResponseSecurityMoneyFlowIndex.md)
959
3803
 
3804
+ [//]: # (END_OPERATION)
3805
+
3806
+
3807
+ [//]: # (START_OPERTATION)
3808
+
3809
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/mi)
3810
+
3811
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_mi)
3812
+
960
3813
  # **get_security_price_technicals_mi**
3814
+
3815
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_mi_v2)
3816
+
961
3817
  > ApiResponseSecurityMassIndex get_security_price_technicals_mi(identifier, opts)
962
3818
 
963
3819
  Mass Index
@@ -965,6 +3821,9 @@ Mass Index
965
3821
  Returns the Mass Index values of Stock Prices for the Security with the given `identifier`
966
3822
 
967
3823
  ### Example
3824
+
3825
+ [//]: # (START_CODE_EXAMPLE)
3826
+
968
3827
  ```ruby
969
3828
  # Load the gem
970
3829
  require 'intrinio-sdk'
@@ -976,7 +3835,7 @@ end
976
3835
 
977
3836
  technical_api = Intrinio::TechnicalApi.new
978
3837
 
979
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3838
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
980
3839
 
981
3840
  opts = {
982
3841
  ema_period: 9, # Integer | The number of observations, per period, to calculate the single Exponential Moving Average and the Double Exponential Moving Average for Mass Index
@@ -995,6 +3854,8 @@ rescue Intrinio::ApiError => e
995
3854
  end
996
3855
  ```
997
3856
 
3857
+ [//]: # (END_CODE_EXAMPLE)
3858
+
998
3859
  ### Parameters
999
3860
 
1000
3861
  Name | Type | Description | Notes
@@ -1011,7 +3872,19 @@ Name | Type | Description | Notes
1011
3872
 
1012
3873
  [**ApiResponseSecurityMassIndex**](ApiResponseSecurityMassIndex.md)
1013
3874
 
3875
+ [//]: # (END_OPERATION)
3876
+
3877
+
3878
+ [//]: # (START_OPERTATION)
3879
+
3880
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/nvi)
3881
+
3882
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_nvi)
3883
+
1014
3884
  # **get_security_price_technicals_nvi**
3885
+
3886
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_nvi_v2)
3887
+
1015
3888
  > ApiResponseSecurityNegativeVolumeIndex get_security_price_technicals_nvi(identifier, opts)
1016
3889
 
1017
3890
  Negative Volume Index
@@ -1019,6 +3892,9 @@ Negative Volume Index
1019
3892
  Returns the Negative Volume Index values of Stock Prices for the Security with the given `identifier`
1020
3893
 
1021
3894
  ### Example
3895
+
3896
+ [//]: # (START_CODE_EXAMPLE)
3897
+
1022
3898
  ```ruby
1023
3899
  # Load the gem
1024
3900
  require 'intrinio-sdk'
@@ -1030,7 +3906,7 @@ end
1030
3906
 
1031
3907
  technical_api = Intrinio::TechnicalApi.new
1032
3908
 
1033
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3909
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1034
3910
 
1035
3911
  opts = {
1036
3912
  start_date: "2018-01-01", # String | Return technical indicator values on or after the date
@@ -1047,6 +3923,8 @@ rescue Intrinio::ApiError => e
1047
3923
  end
1048
3924
  ```
1049
3925
 
3926
+ [//]: # (END_CODE_EXAMPLE)
3927
+
1050
3928
  ### Parameters
1051
3929
 
1052
3930
  Name | Type | Description | Notes
@@ -1061,7 +3939,19 @@ Name | Type | Description | Notes
1061
3939
 
1062
3940
  [**ApiResponseSecurityNegativeVolumeIndex**](ApiResponseSecurityNegativeVolumeIndex.md)
1063
3941
 
3942
+ [//]: # (END_OPERATION)
3943
+
3944
+
3945
+ [//]: # (START_OPERTATION)
3946
+
3947
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/obv)
3948
+
3949
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_obv)
3950
+
1064
3951
  # **get_security_price_technicals_obv**
3952
+
3953
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_obv_v2)
3954
+
1065
3955
  > ApiResponseSecurityOnBalanceVolume get_security_price_technicals_obv(identifier, opts)
1066
3956
 
1067
3957
  On-balance Volume
@@ -1069,6 +3959,9 @@ On-balance Volume
1069
3959
  Returns the On-balance Volume values of Stock Prices for the Security with the given `identifier`
1070
3960
 
1071
3961
  ### Example
3962
+
3963
+ [//]: # (START_CODE_EXAMPLE)
3964
+
1072
3965
  ```ruby
1073
3966
  # Load the gem
1074
3967
  require 'intrinio-sdk'
@@ -1080,7 +3973,7 @@ end
1080
3973
 
1081
3974
  technical_api = Intrinio::TechnicalApi.new
1082
3975
 
1083
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3976
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1084
3977
 
1085
3978
  opts = {
1086
3979
  start_date: "2018-01-01", # String | Return technical indicator values on or after the date
@@ -1097,6 +3990,8 @@ rescue Intrinio::ApiError => e
1097
3990
  end
1098
3991
  ```
1099
3992
 
3993
+ [//]: # (END_CODE_EXAMPLE)
3994
+
1100
3995
  ### Parameters
1101
3996
 
1102
3997
  Name | Type | Description | Notes
@@ -1111,7 +4006,19 @@ Name | Type | Description | Notes
1111
4006
 
1112
4007
  [**ApiResponseSecurityOnBalanceVolume**](ApiResponseSecurityOnBalanceVolume.md)
1113
4008
 
4009
+ [//]: # (END_OPERATION)
4010
+
4011
+
4012
+ [//]: # (START_OPERTATION)
4013
+
4014
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/obv_mean)
4015
+
4016
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_obv_mean)
4017
+
1114
4018
  # **get_security_price_technicals_obv_mean**
4019
+
4020
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_obv_mean_v2)
4021
+
1115
4022
  > ApiResponseSecurityOnBalanceVolumeMean get_security_price_technicals_obv_mean(identifier, opts)
1116
4023
 
1117
4024
  On-balance Volume Mean
@@ -1119,6 +4026,9 @@ On-balance Volume Mean
1119
4026
  Returns the On-balance Volume Mean values of Stock Prices for the Security with the given `identifier`
1120
4027
 
1121
4028
  ### Example
4029
+
4030
+ [//]: # (START_CODE_EXAMPLE)
4031
+
1122
4032
  ```ruby
1123
4033
  # Load the gem
1124
4034
  require 'intrinio-sdk'
@@ -1130,7 +4040,7 @@ end
1130
4040
 
1131
4041
  technical_api = Intrinio::TechnicalApi.new
1132
4042
 
1133
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
4043
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1134
4044
 
1135
4045
  opts = {
1136
4046
  period: 10, # Integer | The number of observations, per period, to calculate On-balance Volume Mean
@@ -1148,6 +4058,8 @@ rescue Intrinio::ApiError => e
1148
4058
  end
1149
4059
  ```
1150
4060
 
4061
+ [//]: # (END_CODE_EXAMPLE)
4062
+
1151
4063
  ### Parameters
1152
4064
 
1153
4065
  Name | Type | Description | Notes
@@ -1163,7 +4075,19 @@ Name | Type | Description | Notes
1163
4075
 
1164
4076
  [**ApiResponseSecurityOnBalanceVolumeMean**](ApiResponseSecurityOnBalanceVolumeMean.md)
1165
4077
 
4078
+ [//]: # (END_OPERATION)
4079
+
4080
+
4081
+ [//]: # (START_OPERTATION)
4082
+
4083
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/rsi)
4084
+
4085
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_rsi)
4086
+
1166
4087
  # **get_security_price_technicals_rsi**
4088
+
4089
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_rsi_v2)
4090
+
1167
4091
  > ApiResponseSecurityRelativeStrengthIndex get_security_price_technicals_rsi(identifier, opts)
1168
4092
 
1169
4093
  Relative Strength Index
@@ -1171,6 +4095,9 @@ Relative Strength Index
1171
4095
  Returns the Relative Strength Index values of Stock Prices for the Security with the given `identifier`
1172
4096
 
1173
4097
  ### Example
4098
+
4099
+ [//]: # (START_CODE_EXAMPLE)
4100
+
1174
4101
  ```ruby
1175
4102
  # Load the gem
1176
4103
  require 'intrinio-sdk'
@@ -1182,7 +4109,7 @@ end
1182
4109
 
1183
4110
  technical_api = Intrinio::TechnicalApi.new
1184
4111
 
1185
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
4112
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1186
4113
 
1187
4114
  opts = {
1188
4115
  period: 14, # Integer | The number of observations, per period, to calculate Relative Strength Index
@@ -1201,6 +4128,8 @@ rescue Intrinio::ApiError => e
1201
4128
  end
1202
4129
  ```
1203
4130
 
4131
+ [//]: # (END_CODE_EXAMPLE)
4132
+
1204
4133
  ### Parameters
1205
4134
 
1206
4135
  Name | Type | Description | Notes
@@ -1217,7 +4146,19 @@ Name | Type | Description | Notes
1217
4146
 
1218
4147
  [**ApiResponseSecurityRelativeStrengthIndex**](ApiResponseSecurityRelativeStrengthIndex.md)
1219
4148
 
4149
+ [//]: # (END_OPERATION)
4150
+
4151
+
4152
+ [//]: # (START_OPERTATION)
4153
+
4154
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/sma)
4155
+
4156
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_sma)
4157
+
1220
4158
  # **get_security_price_technicals_sma**
4159
+
4160
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_sma_v2)
4161
+
1221
4162
  > ApiResponseSecuritySimpleMovingAverage get_security_price_technicals_sma(identifier, opts)
1222
4163
 
1223
4164
  Simple Moving Average
@@ -1225,6 +4166,9 @@ Simple Moving Average
1225
4166
  Returns the Simple Moving Average values of Stock Prices for the Security with the given `identifier`
1226
4167
 
1227
4168
  ### Example
4169
+
4170
+ [//]: # (START_CODE_EXAMPLE)
4171
+
1228
4172
  ```ruby
1229
4173
  # Load the gem
1230
4174
  require 'intrinio-sdk'
@@ -1236,7 +4180,7 @@ end
1236
4180
 
1237
4181
  technical_api = Intrinio::TechnicalApi.new
1238
4182
 
1239
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
4183
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1240
4184
 
1241
4185
  opts = {
1242
4186
  period: 20, # Integer | The number of observations, per period, to calculate Simple Moving Average
@@ -1255,6 +4199,8 @@ rescue Intrinio::ApiError => e
1255
4199
  end
1256
4200
  ```
1257
4201
 
4202
+ [//]: # (END_CODE_EXAMPLE)
4203
+
1258
4204
  ### Parameters
1259
4205
 
1260
4206
  Name | Type | Description | Notes
@@ -1271,7 +4217,19 @@ Name | Type | Description | Notes
1271
4217
 
1272
4218
  [**ApiResponseSecuritySimpleMovingAverage**](ApiResponseSecuritySimpleMovingAverage.md)
1273
4219
 
4220
+ [//]: # (END_OPERATION)
4221
+
4222
+
4223
+ [//]: # (START_OPERTATION)
4224
+
4225
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/sr)
4226
+
4227
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_sr)
4228
+
1274
4229
  # **get_security_price_technicals_sr**
4230
+
4231
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_sr_v2)
4232
+
1275
4233
  > ApiResponseSecurityStochasticOscillator get_security_price_technicals_sr(identifier, opts)
1276
4234
 
1277
4235
  Stochastic Oscillator
@@ -1279,6 +4237,9 @@ Stochastic Oscillator
1279
4237
  Returns the Stochastic Oscillator values of Stock Prices for the Security with the given `identifier`
1280
4238
 
1281
4239
  ### Example
4240
+
4241
+ [//]: # (START_CODE_EXAMPLE)
4242
+
1282
4243
  ```ruby
1283
4244
  # Load the gem
1284
4245
  require 'intrinio-sdk'
@@ -1290,7 +4251,7 @@ end
1290
4251
 
1291
4252
  technical_api = Intrinio::TechnicalApi.new
1292
4253
 
1293
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
4254
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1294
4255
 
1295
4256
  opts = {
1296
4257
  period: 14, # Integer | The number of observations, per period, to calculate %K of Stochastic Oscillator
@@ -1309,6 +4270,8 @@ rescue Intrinio::ApiError => e
1309
4270
  end
1310
4271
  ```
1311
4272
 
4273
+ [//]: # (END_CODE_EXAMPLE)
4274
+
1312
4275
  ### Parameters
1313
4276
 
1314
4277
  Name | Type | Description | Notes
@@ -1325,7 +4288,19 @@ Name | Type | Description | Notes
1325
4288
 
1326
4289
  [**ApiResponseSecurityStochasticOscillator**](ApiResponseSecurityStochasticOscillator.md)
1327
4290
 
4291
+ [//]: # (END_OPERATION)
4292
+
4293
+
4294
+ [//]: # (START_OPERTATION)
4295
+
4296
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/trix)
4297
+
4298
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_trix)
4299
+
1328
4300
  # **get_security_price_technicals_trix**
4301
+
4302
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_trix_v2)
4303
+
1329
4304
  > ApiResponseSecurityTripleExponentialAverage get_security_price_technicals_trix(identifier, opts)
1330
4305
 
1331
4306
  Triple Exponential Average
@@ -1333,6 +4308,9 @@ Triple Exponential Average
1333
4308
  Returns the Simple Moving Average values of Stock Prices for the Security with the given `identifier`
1334
4309
 
1335
4310
  ### Example
4311
+
4312
+ [//]: # (START_CODE_EXAMPLE)
4313
+
1336
4314
  ```ruby
1337
4315
  # Load the gem
1338
4316
  require 'intrinio-sdk'
@@ -1344,7 +4322,7 @@ end
1344
4322
 
1345
4323
  technical_api = Intrinio::TechnicalApi.new
1346
4324
 
1347
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
4325
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1348
4326
 
1349
4327
  opts = {
1350
4328
  period: 15, # Integer | The number of observations, per period, to calculate Exponential Moving Average for Triple Exponential Average
@@ -1362,6 +4340,8 @@ rescue Intrinio::ApiError => e
1362
4340
  end
1363
4341
  ```
1364
4342
 
4343
+ [//]: # (END_CODE_EXAMPLE)
4344
+
1365
4345
  ### Parameters
1366
4346
 
1367
4347
  Name | Type | Description | Notes
@@ -1377,7 +4357,19 @@ Name | Type | Description | Notes
1377
4357
 
1378
4358
  [**ApiResponseSecurityTripleExponentialAverage**](ApiResponseSecurityTripleExponentialAverage.md)
1379
4359
 
4360
+ [//]: # (END_OPERATION)
4361
+
4362
+
4363
+ [//]: # (START_OPERTATION)
4364
+
4365
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/tsi)
4366
+
4367
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_tsi)
4368
+
1380
4369
  # **get_security_price_technicals_tsi**
4370
+
4371
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_tsi_v2)
4372
+
1381
4373
  > ApiResponseSecurityTrueStrengthIndex get_security_price_technicals_tsi(identifier, opts)
1382
4374
 
1383
4375
  True Strength Index
@@ -1385,6 +4377,9 @@ True Strength Index
1385
4377
  Returns the True Strength Index values of Stock Prices for the Security with the given `identifier`
1386
4378
 
1387
4379
  ### Example
4380
+
4381
+ [//]: # (START_CODE_EXAMPLE)
4382
+
1388
4383
  ```ruby
1389
4384
  # Load the gem
1390
4385
  require 'intrinio-sdk'
@@ -1396,7 +4391,7 @@ end
1396
4391
 
1397
4392
  technical_api = Intrinio::TechnicalApi.new
1398
4393
 
1399
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
4394
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1400
4395
 
1401
4396
  opts = {
1402
4397
  low_period: 13, # Integer | The number of observations, per period, to calculate low period Exponential Moving Average for smoothing in True Strength Index
@@ -1416,6 +4411,8 @@ rescue Intrinio::ApiError => e
1416
4411
  end
1417
4412
  ```
1418
4413
 
4414
+ [//]: # (END_CODE_EXAMPLE)
4415
+
1419
4416
  ### Parameters
1420
4417
 
1421
4418
  Name | Type | Description | Notes
@@ -1433,7 +4430,19 @@ Name | Type | Description | Notes
1433
4430
 
1434
4431
  [**ApiResponseSecurityTrueStrengthIndex**](ApiResponseSecurityTrueStrengthIndex.md)
1435
4432
 
4433
+ [//]: # (END_OPERATION)
4434
+
4435
+
4436
+ [//]: # (START_OPERTATION)
4437
+
4438
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/uo)
4439
+
4440
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_uo)
4441
+
1436
4442
  # **get_security_price_technicals_uo**
4443
+
4444
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_uo_v2)
4445
+
1437
4446
  > ApiResponseSecurityUltimateOscillator get_security_price_technicals_uo(identifier, opts)
1438
4447
 
1439
4448
  Ultimate Oscillator
@@ -1441,6 +4450,9 @@ Ultimate Oscillator
1441
4450
  Returns the Ultimate Oscillator values of Stock Prices for the Security with the given `identifier`
1442
4451
 
1443
4452
  ### Example
4453
+
4454
+ [//]: # (START_CODE_EXAMPLE)
4455
+
1444
4456
  ```ruby
1445
4457
  # Load the gem
1446
4458
  require 'intrinio-sdk'
@@ -1452,7 +4464,7 @@ end
1452
4464
 
1453
4465
  technical_api = Intrinio::TechnicalApi.new
1454
4466
 
1455
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
4467
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1456
4468
 
1457
4469
  opts = {
1458
4470
  short_period: 7, # Integer | The number of observations, per period, to calculate the short period for Ultimate Oscillator
@@ -1475,6 +4487,8 @@ rescue Intrinio::ApiError => e
1475
4487
  end
1476
4488
  ```
1477
4489
 
4490
+ [//]: # (END_CODE_EXAMPLE)
4491
+
1478
4492
  ### Parameters
1479
4493
 
1480
4494
  Name | Type | Description | Notes
@@ -1495,7 +4509,19 @@ Name | Type | Description | Notes
1495
4509
 
1496
4510
  [**ApiResponseSecurityUltimateOscillator**](ApiResponseSecurityUltimateOscillator.md)
1497
4511
 
4512
+ [//]: # (END_OPERATION)
4513
+
4514
+
4515
+ [//]: # (START_OPERTATION)
4516
+
4517
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/vi)
4518
+
4519
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_vi)
4520
+
1498
4521
  # **get_security_price_technicals_vi**
4522
+
4523
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_vi_v2)
4524
+
1499
4525
  > ApiResponseSecurityVortexIndicator get_security_price_technicals_vi(identifier, opts)
1500
4526
 
1501
4527
  Vortex Indicator
@@ -1503,6 +4529,9 @@ Vortex Indicator
1503
4529
  Returns the Vortex Indicator values of Stock Prices for the Security with the given `identifier`
1504
4530
 
1505
4531
  ### Example
4532
+
4533
+ [//]: # (START_CODE_EXAMPLE)
4534
+
1506
4535
  ```ruby
1507
4536
  # Load the gem
1508
4537
  require 'intrinio-sdk'
@@ -1514,7 +4543,7 @@ end
1514
4543
 
1515
4544
  technical_api = Intrinio::TechnicalApi.new
1516
4545
 
1517
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
4546
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1518
4547
 
1519
4548
  opts = {
1520
4549
  period: 14, # Integer | The number of observations, per period, to calculate Vortex Indicator
@@ -1532,6 +4561,8 @@ rescue Intrinio::ApiError => e
1532
4561
  end
1533
4562
  ```
1534
4563
 
4564
+ [//]: # (END_CODE_EXAMPLE)
4565
+
1535
4566
  ### Parameters
1536
4567
 
1537
4568
  Name | Type | Description | Notes
@@ -1547,7 +4578,19 @@ Name | Type | Description | Notes
1547
4578
 
1548
4579
  [**ApiResponseSecurityVortexIndicator**](ApiResponseSecurityVortexIndicator.md)
1549
4580
 
4581
+ [//]: # (END_OPERATION)
4582
+
4583
+
4584
+ [//]: # (START_OPERTATION)
4585
+
4586
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/vpt)
4587
+
4588
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_vpt)
4589
+
1550
4590
  # **get_security_price_technicals_vpt**
4591
+
4592
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_vpt_v2)
4593
+
1551
4594
  > ApiResponseSecurityVolumePriceTrend get_security_price_technicals_vpt(identifier, opts)
1552
4595
 
1553
4596
  Volume-price Trend
@@ -1555,6 +4598,9 @@ Volume-price Trend
1555
4598
  Returns the Volume-price Trend values of Stock Prices for the Security with the given `identifier`
1556
4599
 
1557
4600
  ### Example
4601
+
4602
+ [//]: # (START_CODE_EXAMPLE)
4603
+
1558
4604
  ```ruby
1559
4605
  # Load the gem
1560
4606
  require 'intrinio-sdk'
@@ -1566,7 +4612,7 @@ end
1566
4612
 
1567
4613
  technical_api = Intrinio::TechnicalApi.new
1568
4614
 
1569
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
4615
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1570
4616
 
1571
4617
  opts = {
1572
4618
  start_date: "2018-01-01", # String | Return technical indicator values on or after the date
@@ -1583,6 +4629,8 @@ rescue Intrinio::ApiError => e
1583
4629
  end
1584
4630
  ```
1585
4631
 
4632
+ [//]: # (END_CODE_EXAMPLE)
4633
+
1586
4634
  ### Parameters
1587
4635
 
1588
4636
  Name | Type | Description | Notes
@@ -1597,7 +4645,19 @@ Name | Type | Description | Notes
1597
4645
 
1598
4646
  [**ApiResponseSecurityVolumePriceTrend**](ApiResponseSecurityVolumePriceTrend.md)
1599
4647
 
4648
+ [//]: # (END_OPERATION)
4649
+
4650
+
4651
+ [//]: # (START_OPERTATION)
4652
+
4653
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/vwap)
4654
+
4655
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_vwap)
4656
+
1600
4657
  # **get_security_price_technicals_vwap**
4658
+
4659
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_vwap_v2)
4660
+
1601
4661
  > ApiResponseSecurityVolumeWeightedAveragePrice get_security_price_technicals_vwap(identifier, opts)
1602
4662
 
1603
4663
  Volume Weighted Average Price
@@ -1605,6 +4665,9 @@ Volume Weighted Average Price
1605
4665
  Returns the Volume Weighted Average Price values of Stock Prices for the Security with the given `identifier`
1606
4666
 
1607
4667
  ### Example
4668
+
4669
+ [//]: # (START_CODE_EXAMPLE)
4670
+
1608
4671
  ```ruby
1609
4672
  # Load the gem
1610
4673
  require 'intrinio-sdk'
@@ -1616,7 +4679,7 @@ end
1616
4679
 
1617
4680
  technical_api = Intrinio::TechnicalApi.new
1618
4681
 
1619
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
4682
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1620
4683
 
1621
4684
  opts = {
1622
4685
  start_date: "2018-01-01", # String | Return technical indicator values on or after the date
@@ -1633,6 +4696,8 @@ rescue Intrinio::ApiError => e
1633
4696
  end
1634
4697
  ```
1635
4698
 
4699
+ [//]: # (END_CODE_EXAMPLE)
4700
+
1636
4701
  ### Parameters
1637
4702
 
1638
4703
  Name | Type | Description | Notes
@@ -1647,7 +4712,19 @@ Name | Type | Description | Notes
1647
4712
 
1648
4713
  [**ApiResponseSecurityVolumeWeightedAveragePrice**](ApiResponseSecurityVolumeWeightedAveragePrice.md)
1649
4714
 
4715
+ [//]: # (END_OPERATION)
4716
+
4717
+
4718
+ [//]: # (START_OPERTATION)
4719
+
4720
+ [//]: # (ENDPOINT:/securities/{identifier}/prices/technicals/wr)
4721
+
4722
+ [//]: # (DOC_LINK:TechnicalApi.md#get_security_price_technicals_wr)
4723
+
1650
4724
  # **get_security_price_technicals_wr**
4725
+
4726
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_security_price_technicals_wr_v2)
4727
+
1651
4728
  > ApiResponseSecurityWilliamsR get_security_price_technicals_wr(identifier, opts)
1652
4729
 
1653
4730
  Williams %R
@@ -1655,6 +4732,9 @@ Williams %R
1655
4732
  Returns the Williams %R values of Stock Prices for the Security with the given `identifier`
1656
4733
 
1657
4734
  ### Example
4735
+
4736
+ [//]: # (START_CODE_EXAMPLE)
4737
+
1658
4738
  ```ruby
1659
4739
  # Load the gem
1660
4740
  require 'intrinio-sdk'
@@ -1666,7 +4746,7 @@ end
1666
4746
 
1667
4747
  technical_api = Intrinio::TechnicalApi.new
1668
4748
 
1669
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
4749
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1670
4750
 
1671
4751
  opts = {
1672
4752
  period: 14, # Integer | The number of observations, per period, to look-back when calculating Williams %R
@@ -1684,6 +4764,8 @@ rescue Intrinio::ApiError => e
1684
4764
  end
1685
4765
  ```
1686
4766
 
4767
+ [//]: # (END_CODE_EXAMPLE)
4768
+
1687
4769
  ### Parameters
1688
4770
 
1689
4771
  Name | Type | Description | Notes
@@ -1699,3 +4781,5 @@ Name | Type | Description | Notes
1699
4781
 
1700
4782
  [**ApiResponseSecurityWilliamsR**](ApiResponseSecurityWilliamsR.md)
1701
4783
 
4784
+ [//]: # (END_OPERATION)
4785
+