intrinio-sdk 2.2.0 → 2.3.0

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -10,12 +10,53 @@ Method | HTTP request | Description
10
10
  [**get_crypto_currencies**](CryptoApi.md#get_crypto_currencies) | **GET** /crypto/currencies | Crypto Currencies
11
11
  [**get_crypto_exchanges**](CryptoApi.md#get_crypto_exchanges) | **GET** /crypto/exchanges | Crypto Exchanges
12
12
  [**get_crypto_pairs**](CryptoApi.md#get_crypto_pairs) | **GET** /crypto/pairs | Crypto Pairs
13
+ [**get_crypto_price_technicals_adi**](CryptoApi.md#get_crypto_price_technicals_adi) | **GET** /crypto/prices/technicals/adi | Accumulation/Distribution Index
14
+ [**get_crypto_price_technicals_adtv**](CryptoApi.md#get_crypto_price_technicals_adtv) | **GET** /crypto/prices/technicals/adtv | Average Daily Trading Volume
15
+ [**get_crypto_price_technicals_adx**](CryptoApi.md#get_crypto_price_technicals_adx) | **GET** /crypto/prices/technicals/adx | Average Directional Index
16
+ [**get_crypto_price_technicals_ao**](CryptoApi.md#get_crypto_price_technicals_ao) | **GET** /crypto/prices/technicals/ao | Awesome Oscillator
17
+ [**get_crypto_price_technicals_atr**](CryptoApi.md#get_crypto_price_technicals_atr) | **GET** /crypto/prices/technicals/atr | Average True Range
18
+ [**get_crypto_price_technicals_bb**](CryptoApi.md#get_crypto_price_technicals_bb) | **GET** /crypto/prices/technicals/bb | Bollinger Bands
19
+ [**get_crypto_price_technicals_cci**](CryptoApi.md#get_crypto_price_technicals_cci) | **GET** /crypto/prices/technicals/cci | Commodity Channel Index
20
+ [**get_crypto_price_technicals_cmf**](CryptoApi.md#get_crypto_price_technicals_cmf) | **GET** /crypto/prices/technicals/cmf | Chaikin Money Flow
21
+ [**get_crypto_price_technicals_dc**](CryptoApi.md#get_crypto_price_technicals_dc) | **GET** /crypto/prices/technicals/dc | Donchian Channel
22
+ [**get_crypto_price_technicals_dpo**](CryptoApi.md#get_crypto_price_technicals_dpo) | **GET** /crypto/prices/technicals/dpo | Detrended Price Oscillator
23
+ [**get_crypto_price_technicals_eom**](CryptoApi.md#get_crypto_price_technicals_eom) | **GET** /crypto/prices/technicals/eom | Ease of Movement
24
+ [**get_crypto_price_technicals_fi**](CryptoApi.md#get_crypto_price_technicals_fi) | **GET** /crypto/prices/technicals/fi | Force Index
25
+ [**get_crypto_price_technicals_ichimoku**](CryptoApi.md#get_crypto_price_technicals_ichimoku) | **GET** /crypto/prices/technicals/ichimoku | Ichimoku Kinko Hyo
26
+ [**get_crypto_price_technicals_kc**](CryptoApi.md#get_crypto_price_technicals_kc) | **GET** /crypto/prices/technicals/kc | Keltner Channel
27
+ [**get_crypto_price_technicals_kst**](CryptoApi.md#get_crypto_price_technicals_kst) | **GET** /crypto/prices/technicals/kst | Know Sure Thing
28
+ [**get_crypto_price_technicals_macd**](CryptoApi.md#get_crypto_price_technicals_macd) | **GET** /crypto/prices/technicals/macd | Moving Average Convergence Divergence
29
+ [**get_crypto_price_technicals_mfi**](CryptoApi.md#get_crypto_price_technicals_mfi) | **GET** /crypto/prices/technicals/mfi | Money Flow Index
30
+ [**get_crypto_price_technicals_mi**](CryptoApi.md#get_crypto_price_technicals_mi) | **GET** /crypto/prices/technicals/mi | Mass Index
31
+ [**get_crypto_price_technicals_nvi**](CryptoApi.md#get_crypto_price_technicals_nvi) | **GET** /crypto/prices/technicals/nvi | Negative Volume Index
32
+ [**get_crypto_price_technicals_obv**](CryptoApi.md#get_crypto_price_technicals_obv) | **GET** /crypto/prices/technicals/obv | On-balance Volume
33
+ [**get_crypto_price_technicals_obv_mean**](CryptoApi.md#get_crypto_price_technicals_obv_mean) | **GET** /crypto/prices/technicals/obv_mean | On-balance Volume Mean
34
+ [**get_crypto_price_technicals_rsi**](CryptoApi.md#get_crypto_price_technicals_rsi) | **GET** /crypto/prices/technicals/rsi | Relative Strength Index
35
+ [**get_crypto_price_technicals_sma**](CryptoApi.md#get_crypto_price_technicals_sma) | **GET** /crypto/prices/technicals/sma | Simple Moving Average
36
+ [**get_crypto_price_technicals_sr**](CryptoApi.md#get_crypto_price_technicals_sr) | **GET** /crypto/prices/technicals/sr | Stochastic Oscillator
37
+ [**get_crypto_price_technicals_trix**](CryptoApi.md#get_crypto_price_technicals_trix) | **GET** /crypto/prices/technicals/trix | Triple Exponential Average
38
+ [**get_crypto_price_technicals_tsi**](CryptoApi.md#get_crypto_price_technicals_tsi) | **GET** /crypto/prices/technicals/tsi | True Strength Index
39
+ [**get_crypto_price_technicals_uo**](CryptoApi.md#get_crypto_price_technicals_uo) | **GET** /crypto/prices/technicals/uo | Ultimate Oscillator
40
+ [**get_crypto_price_technicals_vi**](CryptoApi.md#get_crypto_price_technicals_vi) | **GET** /crypto/prices/technicals/vi | Vortex Indicator
41
+ [**get_crypto_price_technicals_vpt**](CryptoApi.md#get_crypto_price_technicals_vpt) | **GET** /crypto/prices/technicals/vpt | Volume-price Trend
42
+ [**get_crypto_price_technicals_vwap**](CryptoApi.md#get_crypto_price_technicals_vwap) | **GET** /crypto/prices/technicals/vwap | Volume Weighted Average Price
43
+ [**get_crypto_price_technicals_wr**](CryptoApi.md#get_crypto_price_technicals_wr) | **GET** /crypto/prices/technicals/wr | Williams %R
13
44
  [**get_crypto_prices**](CryptoApi.md#get_crypto_prices) | **GET** /crypto/prices | Crypto Prices
14
45
  [**get_crypto_snapshot**](CryptoApi.md#get_crypto_snapshot) | **GET** /crypto/snapshot | Crypto Snapshot
15
46
  [**get_crypto_stats**](CryptoApi.md#get_crypto_stats) | **GET** /crypto/stats | Crypto Stats
16
47
 
17
48
 
49
+
50
+ [//]: # (START_OPERTATION)
51
+
52
+ [//]: # (ENDPOINT:/crypto/book/asks)
53
+
54
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_book_asks)
55
+
18
56
  # **get_crypto_book_asks**
57
+
58
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_book_asks_v2)
59
+
19
60
  > ApiResponseCryptoBookAsks get_crypto_book_asks(opts)
20
61
 
21
62
  Crypto Book Asks
@@ -23,6 +64,9 @@ Crypto Book Asks
23
64
  Returns the entire ask order book for a given Crypto Currency Pair and Crypto Exchange.
24
65
 
25
66
  ### Example
67
+
68
+ [//]: # (START_CODE_EXAMPLE)
69
+
26
70
  ```ruby
27
71
  # Load the gem
28
72
  require 'intrinio-sdk'
@@ -36,7 +80,7 @@ crypto_api = Intrinio::CryptoApi.new
36
80
 
37
81
  opts = {
38
82
  pair: "btcusd", # String | Return the order book asks for the given Crypto Currency Pair.
39
- exchange: "gemini", # String | Return the order book asks for a Crypto Currency on the given Crypto Exchange.
83
+ exchange: "binance", # String | Return the order book asks for a Crypto Currency on the given Crypto Exchange.
40
84
  currency: "BTC" # String | Return the order book asks for the given Crypto Currency.
41
85
  }
42
86
 
@@ -48,6 +92,8 @@ rescue Intrinio::ApiError => e
48
92
  end
49
93
  ```
50
94
 
95
+ [//]: # (END_CODE_EXAMPLE)
96
+
51
97
  ### Parameters
52
98
 
53
99
  Name | Type | Description | Notes
@@ -60,7 +106,19 @@ Name | Type | Description | Notes
60
106
 
61
107
  [**ApiResponseCryptoBookAsks**](ApiResponseCryptoBookAsks.md)
62
108
 
109
+ [//]: # (END_OPERATION)
110
+
111
+
112
+ [//]: # (START_OPERTATION)
113
+
114
+ [//]: # (ENDPOINT:/crypto/book/bids)
115
+
116
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_book_bids)
117
+
63
118
  # **get_crypto_book_bids**
119
+
120
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_book_bids_v2)
121
+
64
122
  > ApiResponseCryptoBookBids get_crypto_book_bids(opts)
65
123
 
66
124
  Crypto Book Bids
@@ -68,6 +126,9 @@ Crypto Book Bids
68
126
  Returns the entire bid order book for a given Crypto Currency Pair and Crypto Exchange.
69
127
 
70
128
  ### Example
129
+
130
+ [//]: # (START_CODE_EXAMPLE)
131
+
71
132
  ```ruby
72
133
  # Load the gem
73
134
  require 'intrinio-sdk'
@@ -81,7 +142,7 @@ crypto_api = Intrinio::CryptoApi.new
81
142
 
82
143
  opts = {
83
144
  pair: "btcusd", # String | Return the order book bids for the given Crypto Currency Pair.
84
- exchange: "gemini", # String | Return the order book bids for a Crypto Currency on the given Crypto Exchange.
145
+ exchange: "binance", # String | Return the order book bids for a Crypto Currency on the given Crypto Exchange.
85
146
  currency: "BTC" # String | Return the order book bids for the given Crypto Currency.
86
147
  }
87
148
 
@@ -93,6 +154,8 @@ rescue Intrinio::ApiError => e
93
154
  end
94
155
  ```
95
156
 
157
+ [//]: # (END_CODE_EXAMPLE)
158
+
96
159
  ### Parameters
97
160
 
98
161
  Name | Type | Description | Notes
@@ -105,7 +168,19 @@ Name | Type | Description | Notes
105
168
 
106
169
  [**ApiResponseCryptoBookBids**](ApiResponseCryptoBookBids.md)
107
170
 
171
+ [//]: # (END_OPERATION)
172
+
173
+
174
+ [//]: # (START_OPERTATION)
175
+
176
+ [//]: # (ENDPOINT:/crypto/book)
177
+
178
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_book_summary)
179
+
108
180
  # **get_crypto_book_summary**
181
+
182
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_book_summary_v2)
183
+
109
184
  > ApiResponseCryptoBook get_crypto_book_summary(opts)
110
185
 
111
186
  Crypto Book Summary
@@ -113,6 +188,9 @@ Crypto Book Summary
113
188
  Returns the order book summary (bid/ask prices and size) for a given Crypto Currency Pair and Crypto Exchange.
114
189
 
115
190
  ### Example
191
+
192
+ [//]: # (START_CODE_EXAMPLE)
193
+
116
194
  ```ruby
117
195
  # Load the gem
118
196
  require 'intrinio-sdk'
@@ -125,9 +203,9 @@ end
125
203
  crypto_api = Intrinio::CryptoApi.new
126
204
 
127
205
  opts = {
128
- levels: 50, # Integer | The number of prices/levels to return on each side. For example, the max of 50 levels will return up to 50 bid prices and 50 ask prices.
206
+ levels: nil, # Integer | The number of prices/levels to return on each side. For example, the max of 50 levels will return up to 50 bid prices and 50 ask prices.
129
207
  pair: "btcusd", # String | Return the order book summary for the given Crypto Currency Pair.
130
- exchange: "gemini", # String | Return the order book summary for a Crypto Currency on the given Crypto Exchange.
208
+ exchange: "binance", # String | Return the order book summary for a Crypto Currency on the given Crypto Exchange.
131
209
  currency: "BTC" # String | Return the order book summary for the given Crypto Currency.
132
210
  }
133
211
 
@@ -139,6 +217,8 @@ rescue Intrinio::ApiError => e
139
217
  end
140
218
  ```
141
219
 
220
+ [//]: # (END_CODE_EXAMPLE)
221
+
142
222
  ### Parameters
143
223
 
144
224
  Name | Type | Description | Notes
@@ -152,7 +232,19 @@ Name | Type | Description | Notes
152
232
 
153
233
  [**ApiResponseCryptoBook**](ApiResponseCryptoBook.md)
154
234
 
235
+ [//]: # (END_OPERATION)
236
+
237
+
238
+ [//]: # (START_OPERTATION)
239
+
240
+ [//]: # (ENDPOINT:/crypto/currencies)
241
+
242
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_currencies)
243
+
155
244
  # **get_crypto_currencies**
245
+
246
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_currencies_v2)
247
+
156
248
  > ApiResponseCryptoCurrencies get_crypto_currencies(opts)
157
249
 
158
250
  Crypto Currencies
@@ -160,6 +252,9 @@ Crypto Currencies
160
252
  Returns a list of Crypto Currencies for which prices are available.
161
253
 
162
254
  ### Example
255
+
256
+ [//]: # (START_CODE_EXAMPLE)
257
+
163
258
  ```ruby
164
259
  # Load the gem
165
260
  require 'intrinio-sdk'
@@ -172,7 +267,7 @@ end
172
267
  crypto_api = Intrinio::CryptoApi.new
173
268
 
174
269
  opts = {
175
- exchange: "gemini" # String | Returns Crypto Currencies traded on the given Crypto Exchange.
270
+ exchange: "binance" # String | Returns Crypto Currencies traded on the given Crypto Exchange.
176
271
  }
177
272
 
178
273
  begin
@@ -183,6 +278,8 @@ rescue Intrinio::ApiError => e
183
278
  end
184
279
  ```
185
280
 
281
+ [//]: # (END_CODE_EXAMPLE)
282
+
186
283
  ### Parameters
187
284
 
188
285
  Name | Type | Description | Notes
@@ -193,7 +290,19 @@ Name | Type | Description | Notes
193
290
 
194
291
  [**ApiResponseCryptoCurrencies**](ApiResponseCryptoCurrencies.md)
195
292
 
293
+ [//]: # (END_OPERATION)
294
+
295
+
296
+ [//]: # (START_OPERTATION)
297
+
298
+ [//]: # (ENDPOINT:/crypto/exchanges)
299
+
300
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_exchanges)
301
+
196
302
  # **get_crypto_exchanges**
303
+
304
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_exchanges_v2)
305
+
197
306
  > ApiResponseCryptoExchanges get_crypto_exchanges(opts)
198
307
 
199
308
  Crypto Exchanges
@@ -201,6 +310,9 @@ Crypto Exchanges
201
310
  Returns a list of Crypto Exchanges for which prices are available.
202
311
 
203
312
  ### Example
313
+
314
+ [//]: # (START_CODE_EXAMPLE)
315
+
204
316
  ```ruby
205
317
  # Load the gem
206
318
  require 'intrinio-sdk'
@@ -213,7 +325,7 @@ end
213
325
  crypto_api = Intrinio::CryptoApi.new
214
326
 
215
327
  opts = {
216
- pair: "btcusd" # String | Returns Crypto Currencies traded on the given Crypto Exchange.
328
+ pair: "btcusd" # String | Filter exchanges based on whether or not prices are available on the exchange for the crypto currency pair.
217
329
  }
218
330
 
219
331
  begin
@@ -224,17 +336,31 @@ rescue Intrinio::ApiError => e
224
336
  end
225
337
  ```
226
338
 
339
+ [//]: # (END_CODE_EXAMPLE)
340
+
227
341
  ### Parameters
228
342
 
229
343
  Name | Type | Description | Notes
230
344
  ------------- | ------------- | ------------- | -------------
231
- **pair** | **String**| Returns Crypto Currencies traded on the given Crypto Exchange. | [optional]
345
+ **pair** | **String**| Filter exchanges based on whether or not prices are available on the exchange for the crypto currency pair. | [optional]
232
346
 
233
347
  ### Return type
234
348
 
235
349
  [**ApiResponseCryptoExchanges**](ApiResponseCryptoExchanges.md)
236
350
 
351
+ [//]: # (END_OPERATION)
352
+
353
+
354
+ [//]: # (START_OPERTATION)
355
+
356
+ [//]: # (ENDPOINT:/crypto/pairs)
357
+
358
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_pairs)
359
+
237
360
  # **get_crypto_pairs**
361
+
362
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_pairs_v2)
363
+
238
364
  > ApiResponseCryptoPairs get_crypto_pairs(opts)
239
365
 
240
366
  Crypto Pairs
@@ -242,6 +368,9 @@ Crypto Pairs
242
368
  Returns a list of Crypto Currency Pairs for which data is available.
243
369
 
244
370
  ### Example
371
+
372
+ [//]: # (START_CODE_EXAMPLE)
373
+
245
374
  ```ruby
246
375
  # Load the gem
247
376
  require 'intrinio-sdk'
@@ -254,7 +383,7 @@ end
254
383
  crypto_api = Intrinio::CryptoApi.new
255
384
 
256
385
  opts = {
257
- exchange: "gemini", # String | Return pairs traded on the given Crypto Exchange.
386
+ exchange: "binance", # String | Return pairs traded on the given Crypto Exchange.
258
387
  currency: "BTC", # String | Return pairs with one side being the given Crypto Currency.
259
388
  page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
260
389
  next_page: nil # String | Gets the next page of data from a previous API call
@@ -268,6 +397,8 @@ rescue Intrinio::ApiError => e
268
397
  end
269
398
  ```
270
399
 
400
+ [//]: # (END_CODE_EXAMPLE)
401
+
271
402
  ### Parameters
272
403
 
273
404
  Name | Type | Description | Notes
@@ -281,14 +412,29 @@ Name | Type | Description | Notes
281
412
 
282
413
  [**ApiResponseCryptoPairs**](ApiResponseCryptoPairs.md)
283
414
 
284
- # **get_crypto_prices**
285
- > ApiResponseCryptoPrices get_crypto_prices(timeframe, opts)
415
+ [//]: # (END_OPERATION)
286
416
 
287
- Crypto Prices
288
417
 
289
- Returns a list of available Crypto Currency Prices.
418
+ [//]: # (START_OPERTATION)
419
+
420
+ [//]: # (ENDPOINT:/crypto/prices/technicals/adi)
421
+
422
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_adi)
423
+
424
+ # **get_crypto_price_technicals_adi**
425
+
426
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_adi_v2)
427
+
428
+ > ApiResponseCryptoAccumulationDistributionIndex get_crypto_price_technicals_adi(opts)
429
+
430
+ Accumulation/Distribution Index
431
+
432
+ Returns the Accumulation/Distribution Index values of Crypto Currency Prices for a Crypto Currency Pair
290
433
 
291
434
  ### Example
435
+
436
+ [//]: # (START_CODE_EXAMPLE)
437
+
292
438
  ```ruby
293
439
  # Load the gem
294
440
  require 'intrinio-sdk'
@@ -300,57 +446,153 @@ end
300
446
 
301
447
  crypto_api = Intrinio::CryptoApi.new
302
448
 
303
- timeframe = "h1" # String | The time interval for the prices.
449
+ opts = {
450
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
451
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
452
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
453
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
454
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
455
+ start_date: nil, # Date | Return technicals on or after this date.
456
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
457
+ end_date: nil, # Date | Return technicals on or before this date.
458
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
459
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
460
+ next_page: nil # String | Gets the next page of data from a previous API call
461
+ }
462
+
463
+ begin
464
+ result = crypto_api.get_crypto_price_technicals_adi(opts)
465
+ p result
466
+ rescue Intrinio::ApiError => e
467
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_adi: #{e}"
468
+ end
469
+ ```
470
+
471
+ [//]: # (END_CODE_EXAMPLE)
472
+
473
+ ### Parameters
474
+
475
+ Name | Type | Description | Notes
476
+ ------------- | ------------- | ------------- | -------------
477
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
478
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
479
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
480
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
481
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
482
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
483
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
484
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
485
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
486
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
487
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
488
+
489
+ ### Return type
490
+
491
+ [**ApiResponseCryptoAccumulationDistributionIndex**](ApiResponseCryptoAccumulationDistributionIndex.md)
492
+
493
+ [//]: # (END_OPERATION)
494
+
495
+
496
+ [//]: # (START_OPERTATION)
497
+
498
+ [//]: # (ENDPOINT:/crypto/prices/technicals/adtv)
499
+
500
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_adtv)
501
+
502
+ # **get_crypto_price_technicals_adtv**
503
+
504
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_adtv_v2)
505
+
506
+ > ApiResponseCryptoAverageDailyTradingVolume get_crypto_price_technicals_adtv(opts)
507
+
508
+ Average Daily Trading Volume
509
+
510
+ Returns the Average Daily Trading Volume values of Crypto Currency Prices for a Crypto Currency Pair
511
+
512
+ ### Example
513
+
514
+ [//]: # (START_CODE_EXAMPLE)
515
+
516
+ ```ruby
517
+ # Load the gem
518
+ require 'intrinio-sdk'
519
+
520
+ # Setup authorization
521
+ Intrinio.configure do |config|
522
+ config.api_key['api_key'] = 'YOUR API KEY'
523
+ end
524
+
525
+ crypto_api = Intrinio::CryptoApi.new
304
526
 
305
527
  opts = {
306
- pair: "btcusd", # String | Return prices for the given Crypto Currency Pair.
307
- exchange: "gemini", # String | Return prices for a Crypto Currency on the given Crypto Exchange.
308
- currency: "BTC", # String | Return prices for the given Crypto Currency.
309
- timezone: "UTC", # String | Return price date/times in this timezone, also interpret start/end date/time parameters in this timezone.
310
- start_date: "2018-01-01", # String | Return Crypto Prices on or after this date.
311
- start_time: "14:20:00", # String | Return Crypto Prices at or after this time (24-hour).
312
- end_date: "2019-01-01", # String | Return Crypto Prices on or before this date.
313
- end_time: "21:01:21", # String | Return Crypto Prices at or before this time (24-hour).
528
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
529
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
530
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
531
+ period: 22, # Integer | The number of observations, per period, to calculate Average Daily Trading Volume.
532
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
533
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
534
+ start_date: nil, # Date | Return technicals on or after this date.
535
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
536
+ end_date: nil, # Date | Return technicals on or before this date.
537
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
314
538
  page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
315
539
  next_page: nil # String | Gets the next page of data from a previous API call
316
540
  }
317
541
 
318
542
  begin
319
- result = crypto_api.get_crypto_prices(timeframe, opts)
543
+ result = crypto_api.get_crypto_price_technicals_adtv(opts)
320
544
  p result
321
545
  rescue Intrinio::ApiError => e
322
- puts "Exception when calling CryptoApi->get_crypto_prices: #{e}"
546
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_adtv: #{e}"
323
547
  end
324
548
  ```
325
549
 
550
+ [//]: # (END_CODE_EXAMPLE)
551
+
326
552
  ### Parameters
327
553
 
328
554
  Name | Type | Description | Notes
329
555
  ------------- | ------------- | ------------- | -------------
330
- **timeframe** | **String**| The time interval for the prices. |
331
- **pair** | **String**| Return prices for the given Crypto Currency Pair. | [optional]
332
- **exchange** | **String**| Return prices for a Crypto Currency on the given Crypto Exchange. | [optional]
333
- **currency** | **String**| Return prices for the given Crypto Currency. | [optional]
334
- **timezone** | **String**| Return price date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
335
- **start_date** | **String**| Return Crypto Prices on or after this date. | [optional]
336
- **start_time** | **String**| Return Crypto Prices at or after this time (24-hour). | [optional]
337
- **end_date** | **String**| Return Crypto Prices on or before this date. | [optional]
338
- **end_time** | **String**| Return Crypto Prices at or before this time (24-hour). | [optional]
556
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
557
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
558
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
559
+ **period** | **Integer**| The number of observations, per period, to calculate Average Daily Trading Volume. | [optional] [default to 22]
560
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
561
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
562
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
563
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
564
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
565
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
339
566
  **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
340
567
  **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
341
568
 
342
569
  ### Return type
343
570
 
344
- [**ApiResponseCryptoPrices**](ApiResponseCryptoPrices.md)
571
+ [**ApiResponseCryptoAverageDailyTradingVolume**](ApiResponseCryptoAverageDailyTradingVolume.md)
345
572
 
346
- # **get_crypto_snapshot**
347
- > ApiResponseCryptoSnapshot get_crypto_snapshot(opts)
573
+ [//]: # (END_OPERATION)
348
574
 
349
- Crypto Snapshot
350
575
 
351
- Returns a market snapshot over that last 24 hours for the given currency pair and exchange.
576
+ [//]: # (START_OPERTATION)
577
+
578
+ [//]: # (ENDPOINT:/crypto/prices/technicals/adx)
579
+
580
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_adx)
581
+
582
+ # **get_crypto_price_technicals_adx**
583
+
584
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_adx_v2)
585
+
586
+ > ApiResponseCryptoAverageDirectionalIndex get_crypto_price_technicals_adx(opts)
587
+
588
+ Average Directional Index
589
+
590
+ Returns the Average Directional Index values of Crypto Currency Prices for a Crypto Currency Pair
352
591
 
353
592
  ### Example
593
+
594
+ [//]: # (START_CODE_EXAMPLE)
595
+
354
596
  ```ruby
355
597
  # Load the gem
356
598
  require 'intrinio-sdk'
@@ -363,39 +605,74 @@ end
363
605
  crypto_api = Intrinio::CryptoApi.new
364
606
 
365
607
  opts = {
366
- pair: "btcusd", # String | Return the snapshot for the given Crypto Currency Pair.
367
- exchange: "gemini", # String | Return the snapshot for a Crypto Currency on the given Crypto Exchange.
368
- currency: "BTC" # String | Return the snapshot for the given Crypto Currency.
608
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
609
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
610
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
611
+ period: 22, # Integer | The number of observations, per period, to calculate Average Directional Index.
612
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
613
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
614
+ start_date: nil, # Date | Return technicals on or after this date.
615
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
616
+ end_date: nil, # Date | Return technicals on or before this date.
617
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
618
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
619
+ next_page: nil # String | Gets the next page of data from a previous API call
369
620
  }
370
621
 
371
622
  begin
372
- result = crypto_api.get_crypto_snapshot(opts)
623
+ result = crypto_api.get_crypto_price_technicals_adx(opts)
373
624
  p result
374
625
  rescue Intrinio::ApiError => e
375
- puts "Exception when calling CryptoApi->get_crypto_snapshot: #{e}"
626
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_adx: #{e}"
376
627
  end
377
628
  ```
378
629
 
630
+ [//]: # (END_CODE_EXAMPLE)
631
+
379
632
  ### Parameters
380
633
 
381
634
  Name | Type | Description | Notes
382
635
  ------------- | ------------- | ------------- | -------------
383
- **pair** | **String**| Return the snapshot for the given Crypto Currency Pair. | [optional]
384
- **exchange** | **String**| Return the snapshot for a Crypto Currency on the given Crypto Exchange. | [optional]
385
- **currency** | **String**| Return the snapshot for the given Crypto Currency. | [optional]
636
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
637
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
638
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
639
+ **period** | **Integer**| The number of observations, per period, to calculate Average Directional Index. | [optional] [default to 22]
640
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
641
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
642
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
643
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
644
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
645
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
646
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
647
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
386
648
 
387
649
  ### Return type
388
650
 
389
- [**ApiResponseCryptoSnapshot**](ApiResponseCryptoSnapshot.md)
651
+ [**ApiResponseCryptoAverageDirectionalIndex**](ApiResponseCryptoAverageDirectionalIndex.md)
390
652
 
391
- # **get_crypto_stats**
392
- > ApiResponseCryptoStats get_crypto_stats(opts)
653
+ [//]: # (END_OPERATION)
393
654
 
394
- Crypto Stats
395
655
 
396
- Returns available stats on Crypto Currencies.
656
+ [//]: # (START_OPERTATION)
657
+
658
+ [//]: # (ENDPOINT:/crypto/prices/technicals/ao)
659
+
660
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_ao)
661
+
662
+ # **get_crypto_price_technicals_ao**
663
+
664
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_ao_v2)
665
+
666
+ > ApiResponseCryptoAwesomeOscillator get_crypto_price_technicals_ao(opts)
667
+
668
+ Awesome Oscillator
669
+
670
+ Returns the Awesome Oscillator values of Crypto Currency Prices for a Crypto Currency Pair
397
671
 
398
672
  ### Example
673
+
674
+ [//]: # (START_CODE_EXAMPLE)
675
+
399
676
  ```ruby
400
677
  # Load the gem
401
678
  require 'intrinio-sdk'
@@ -408,26 +685,2461 @@ end
408
685
  crypto_api = Intrinio::CryptoApi.new
409
686
 
410
687
  opts = {
411
- exchange: "gemini", # String | Returns stats for Crypto Currencies that trade on the specified Crypto Exchange.
412
- currency: "BTC" # String | Returns stats for the specified Crypto Currency.
688
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
689
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
690
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
691
+ short_period: 5, # Integer | The number of observations, per period, to calculate short period Simple Moving Average of the Awesome Oscillator.
692
+ long_period: 34, # Integer | The number of observations, per period, to calculate long period Simple Moving Average of the Awesome Oscillator.
693
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
694
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
695
+ start_date: nil, # Date | Return technicals on or after this date.
696
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
697
+ end_date: nil, # Date | Return technicals on or before this date.
698
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
699
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
700
+ next_page: nil # String | Gets the next page of data from a previous API call
413
701
  }
414
702
 
415
703
  begin
416
- result = crypto_api.get_crypto_stats(opts)
704
+ result = crypto_api.get_crypto_price_technicals_ao(opts)
417
705
  p result
418
706
  rescue Intrinio::ApiError => e
419
- puts "Exception when calling CryptoApi->get_crypto_stats: #{e}"
707
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_ao: #{e}"
420
708
  end
421
709
  ```
422
710
 
711
+ [//]: # (END_CODE_EXAMPLE)
712
+
423
713
  ### Parameters
424
714
 
425
715
  Name | Type | Description | Notes
426
716
  ------------- | ------------- | ------------- | -------------
427
- **exchange** | **String**| Returns stats for Crypto Currencies that trade on the specified Crypto Exchange. | [optional]
428
- **currency** | **String**| Returns stats for the specified Crypto Currency. | [optional]
717
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
718
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
719
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
720
+ **short_period** | **Integer**| The number of observations, per period, to calculate short period Simple Moving Average of the Awesome Oscillator. | [optional] [default to 5]
721
+ **long_period** | **Integer**| The number of observations, per period, to calculate long period Simple Moving Average of the Awesome Oscillator. | [optional] [default to 34]
722
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
723
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
724
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
725
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
726
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
727
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
728
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
729
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
429
730
 
430
731
  ### Return type
431
732
 
432
- [**ApiResponseCryptoStats**](ApiResponseCryptoStats.md)
733
+ [**ApiResponseCryptoAwesomeOscillator**](ApiResponseCryptoAwesomeOscillator.md)
734
+
735
+ [//]: # (END_OPERATION)
736
+
737
+
738
+ [//]: # (START_OPERTATION)
739
+
740
+ [//]: # (ENDPOINT:/crypto/prices/technicals/atr)
741
+
742
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_atr)
743
+
744
+ # **get_crypto_price_technicals_atr**
745
+
746
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_atr_v2)
747
+
748
+ > ApiResponseCryptoAverageTrueRange get_crypto_price_technicals_atr(opts)
749
+
750
+ Average True Range
751
+
752
+ Returns the Average True Range values of Crypto Currency Prices for Crypto Currency Pair
753
+
754
+ ### Example
755
+
756
+ [//]: # (START_CODE_EXAMPLE)
757
+
758
+ ```ruby
759
+ # Load the gem
760
+ require 'intrinio-sdk'
761
+
762
+ # Setup authorization
763
+ Intrinio.configure do |config|
764
+ config.api_key['api_key'] = 'YOUR API KEY'
765
+ end
766
+
767
+ crypto_api = Intrinio::CryptoApi.new
768
+
769
+ opts = {
770
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
771
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
772
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
773
+ period: 22, # Integer | The number of observations, per period, to calculate Average True Range.
774
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
775
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
776
+ start_date: nil, # Date | Return technicals on or after this date.
777
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
778
+ end_date: nil, # Date | Return technicals on or before this date.
779
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
780
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
781
+ next_page: nil # String | Gets the next page of data from a previous API call
782
+ }
783
+
784
+ begin
785
+ result = crypto_api.get_crypto_price_technicals_atr(opts)
786
+ p result
787
+ rescue Intrinio::ApiError => e
788
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_atr: #{e}"
789
+ end
790
+ ```
791
+
792
+ [//]: # (END_CODE_EXAMPLE)
793
+
794
+ ### Parameters
795
+
796
+ Name | Type | Description | Notes
797
+ ------------- | ------------- | ------------- | -------------
798
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
799
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
800
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
801
+ **period** | **Integer**| The number of observations, per period, to calculate Average True Range. | [optional] [default to 22]
802
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
803
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
804
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
805
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
806
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
807
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
808
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
809
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
810
+
811
+ ### Return type
812
+
813
+ [**ApiResponseCryptoAverageTrueRange**](ApiResponseCryptoAverageTrueRange.md)
814
+
815
+ [//]: # (END_OPERATION)
816
+
817
+
818
+ [//]: # (START_OPERTATION)
819
+
820
+ [//]: # (ENDPOINT:/crypto/prices/technicals/bb)
821
+
822
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_bb)
823
+
824
+ # **get_crypto_price_technicals_bb**
825
+
826
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_bb_v2)
827
+
828
+ > ApiResponseCryptoBollingerBands get_crypto_price_technicals_bb(opts)
829
+
830
+ Bollinger Bands
831
+
832
+ Returns the Bollinger Bands values of Crypto Currency Prices for a Crypto Currency Pair
833
+
834
+ ### Example
835
+
836
+ [//]: # (START_CODE_EXAMPLE)
837
+
838
+ ```ruby
839
+ # Load the gem
840
+ require 'intrinio-sdk'
841
+
842
+ # Setup authorization
843
+ Intrinio.configure do |config|
844
+ config.api_key['api_key'] = 'YOUR API KEY'
845
+ end
846
+
847
+ crypto_api = Intrinio::CryptoApi.new
848
+
849
+ opts = {
850
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
851
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
852
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
853
+ period: 20, # Integer | The number of observations, per period, to calculate Bollinger Bands.
854
+ standard_deviations: 2.0, # Float | The number of standard deviations to calculate the upper and lower bands of the Bollinger Bands.
855
+ price_key: "close", # String | The Crypto Currency Price field to use when calculating Bollinger Bands.
856
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
857
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
858
+ start_date: nil, # Date | Return technicals on or after this date.
859
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
860
+ end_date: nil, # Date | Return technicals on or before this date.
861
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
862
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
863
+ next_page: nil # String | Gets the next page of data from a previous API call
864
+ }
865
+
866
+ begin
867
+ result = crypto_api.get_crypto_price_technicals_bb(opts)
868
+ p result
869
+ rescue Intrinio::ApiError => e
870
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_bb: #{e}"
871
+ end
872
+ ```
873
+
874
+ [//]: # (END_CODE_EXAMPLE)
875
+
876
+ ### Parameters
877
+
878
+ Name | Type | Description | Notes
879
+ ------------- | ------------- | ------------- | -------------
880
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
881
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
882
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
883
+ **period** | **Integer**| The number of observations, per period, to calculate Bollinger Bands. | [optional] [default to 20]
884
+ **standard_deviations** | **Float**| The number of standard deviations to calculate the upper and lower bands of the Bollinger Bands. | [optional] [default to 2.0]
885
+ **price_key** | **String**| The Crypto Currency Price field to use when calculating Bollinger Bands. | [optional] [default to close]
886
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
887
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
888
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
889
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
890
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
891
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
892
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
893
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
894
+
895
+ ### Return type
896
+
897
+ [**ApiResponseCryptoBollingerBands**](ApiResponseCryptoBollingerBands.md)
898
+
899
+ [//]: # (END_OPERATION)
900
+
901
+
902
+ [//]: # (START_OPERTATION)
903
+
904
+ [//]: # (ENDPOINT:/crypto/prices/technicals/cci)
905
+
906
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_cci)
907
+
908
+ # **get_crypto_price_technicals_cci**
909
+
910
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_cci_v2)
911
+
912
+ > ApiResponseCryptoCommodityChannelIndex get_crypto_price_technicals_cci(opts)
913
+
914
+ Commodity Channel Index
915
+
916
+ Returns the Commodity Channel Index values of Crypto Currency Prices for Crypto Currency Pair
917
+
918
+ ### Example
919
+
920
+ [//]: # (START_CODE_EXAMPLE)
921
+
922
+ ```ruby
923
+ # Load the gem
924
+ require 'intrinio-sdk'
925
+
926
+ # Setup authorization
927
+ Intrinio.configure do |config|
928
+ config.api_key['api_key'] = 'YOUR API KEY'
929
+ end
930
+
931
+ crypto_api = Intrinio::CryptoApi.new
932
+
933
+ opts = {
934
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
935
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
936
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
937
+ period: 20, # Integer | The number of observations, per period, to calculate Commodity Channel Index.
938
+ constant: 0.015, # Float | The number of observations, per period, to calculate Commodity Channel Index.
939
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
940
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
941
+ start_date: nil, # Date | Return technicals on or after this date.
942
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
943
+ end_date: nil, # Date | Return technicals on or before this date.
944
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
945
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
946
+ next_page: nil # String | Gets the next page of data from a previous API call
947
+ }
948
+
949
+ begin
950
+ result = crypto_api.get_crypto_price_technicals_cci(opts)
951
+ p result
952
+ rescue Intrinio::ApiError => e
953
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_cci: #{e}"
954
+ end
955
+ ```
956
+
957
+ [//]: # (END_CODE_EXAMPLE)
958
+
959
+ ### Parameters
960
+
961
+ Name | Type | Description | Notes
962
+ ------------- | ------------- | ------------- | -------------
963
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
964
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
965
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
966
+ **period** | **Integer**| The number of observations, per period, to calculate Commodity Channel Index. | [optional] [default to 20]
967
+ **constant** | **Float**| The number of observations, per period, to calculate Commodity Channel Index. | [optional] [default to 0.015]
968
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
969
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
970
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
971
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
972
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
973
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
974
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
975
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
976
+
977
+ ### Return type
978
+
979
+ [**ApiResponseCryptoCommodityChannelIndex**](ApiResponseCryptoCommodityChannelIndex.md)
980
+
981
+ [//]: # (END_OPERATION)
982
+
983
+
984
+ [//]: # (START_OPERTATION)
985
+
986
+ [//]: # (ENDPOINT:/crypto/prices/technicals/cmf)
987
+
988
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_cmf)
989
+
990
+ # **get_crypto_price_technicals_cmf**
991
+
992
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_cmf_v2)
993
+
994
+ > ApiResponseCryptoChaikinMoneyFlow get_crypto_price_technicals_cmf(opts)
995
+
996
+ Chaikin Money Flow
997
+
998
+ Returns the Chaikin Money Flow values of Crypto Currency Prices for a Crypto Currency Pair
999
+
1000
+ ### Example
1001
+
1002
+ [//]: # (START_CODE_EXAMPLE)
1003
+
1004
+ ```ruby
1005
+ # Load the gem
1006
+ require 'intrinio-sdk'
1007
+
1008
+ # Setup authorization
1009
+ Intrinio.configure do |config|
1010
+ config.api_key['api_key'] = 'YOUR API KEY'
1011
+ end
1012
+
1013
+ crypto_api = Intrinio::CryptoApi.new
1014
+
1015
+ opts = {
1016
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
1017
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
1018
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
1019
+ period: 20, # Integer | The number of observations, per period, to calculate Chaikin Money Flow.
1020
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
1021
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
1022
+ start_date: nil, # Date | Return technicals on or after this date.
1023
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
1024
+ end_date: nil, # Date | Return technicals on or before this date.
1025
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
1026
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
1027
+ next_page: nil # String | Gets the next page of data from a previous API call
1028
+ }
1029
+
1030
+ begin
1031
+ result = crypto_api.get_crypto_price_technicals_cmf(opts)
1032
+ p result
1033
+ rescue Intrinio::ApiError => e
1034
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_cmf: #{e}"
1035
+ end
1036
+ ```
1037
+
1038
+ [//]: # (END_CODE_EXAMPLE)
1039
+
1040
+ ### Parameters
1041
+
1042
+ Name | Type | Description | Notes
1043
+ ------------- | ------------- | ------------- | -------------
1044
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
1045
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
1046
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
1047
+ **period** | **Integer**| The number of observations, per period, to calculate Chaikin Money Flow. | [optional] [default to 20]
1048
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
1049
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
1050
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
1051
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
1052
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
1053
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
1054
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
1055
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
1056
+
1057
+ ### Return type
1058
+
1059
+ [**ApiResponseCryptoChaikinMoneyFlow**](ApiResponseCryptoChaikinMoneyFlow.md)
1060
+
1061
+ [//]: # (END_OPERATION)
1062
+
1063
+
1064
+ [//]: # (START_OPERTATION)
1065
+
1066
+ [//]: # (ENDPOINT:/crypto/prices/technicals/dc)
1067
+
1068
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_dc)
1069
+
1070
+ # **get_crypto_price_technicals_dc**
1071
+
1072
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_dc_v2)
1073
+
1074
+ > ApiResponseCryptoDonchianChannel get_crypto_price_technicals_dc(opts)
1075
+
1076
+ Donchian Channel
1077
+
1078
+ Returns the Donchian Channel values of Crypto Currency Prices for a Crypto Currency Pair
1079
+
1080
+ ### Example
1081
+
1082
+ [//]: # (START_CODE_EXAMPLE)
1083
+
1084
+ ```ruby
1085
+ # Load the gem
1086
+ require 'intrinio-sdk'
1087
+
1088
+ # Setup authorization
1089
+ Intrinio.configure do |config|
1090
+ config.api_key['api_key'] = 'YOUR API KEY'
1091
+ end
1092
+
1093
+ crypto_api = Intrinio::CryptoApi.new
1094
+
1095
+ opts = {
1096
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
1097
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
1098
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
1099
+ period: 20, # Integer | The number of observations, per period, to calculate Donchian Channel.
1100
+ price_key: "close", # String | The Crypto Currency Price field to use when calculating Donchian Channel.
1101
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
1102
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
1103
+ start_date: nil, # Date | Return technicals on or after this date.
1104
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
1105
+ end_date: nil, # Date | Return technicals on or before this date.
1106
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
1107
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
1108
+ next_page: nil # String | Gets the next page of data from a previous API call
1109
+ }
1110
+
1111
+ begin
1112
+ result = crypto_api.get_crypto_price_technicals_dc(opts)
1113
+ p result
1114
+ rescue Intrinio::ApiError => e
1115
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_dc: #{e}"
1116
+ end
1117
+ ```
1118
+
1119
+ [//]: # (END_CODE_EXAMPLE)
1120
+
1121
+ ### Parameters
1122
+
1123
+ Name | Type | Description | Notes
1124
+ ------------- | ------------- | ------------- | -------------
1125
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
1126
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
1127
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
1128
+ **period** | **Integer**| The number of observations, per period, to calculate Donchian Channel. | [optional] [default to 20]
1129
+ **price_key** | **String**| The Crypto Currency Price field to use when calculating Donchian Channel. | [optional] [default to close]
1130
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
1131
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
1132
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
1133
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
1134
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
1135
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
1136
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
1137
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
1138
+
1139
+ ### Return type
1140
+
1141
+ [**ApiResponseCryptoDonchianChannel**](ApiResponseCryptoDonchianChannel.md)
1142
+
1143
+ [//]: # (END_OPERATION)
1144
+
1145
+
1146
+ [//]: # (START_OPERTATION)
1147
+
1148
+ [//]: # (ENDPOINT:/crypto/prices/technicals/dpo)
1149
+
1150
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_dpo)
1151
+
1152
+ # **get_crypto_price_technicals_dpo**
1153
+
1154
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_dpo_v2)
1155
+
1156
+ > ApiResponseCryptoDetrendedPriceOscillator get_crypto_price_technicals_dpo(opts)
1157
+
1158
+ Detrended Price Oscillator
1159
+
1160
+ Returns the Detrended Price Oscillator values of Crypto Currency Prices for a Crypto Currency Pair
1161
+
1162
+ ### Example
1163
+
1164
+ [//]: # (START_CODE_EXAMPLE)
1165
+
1166
+ ```ruby
1167
+ # Load the gem
1168
+ require 'intrinio-sdk'
1169
+
1170
+ # Setup authorization
1171
+ Intrinio.configure do |config|
1172
+ config.api_key['api_key'] = 'YOUR API KEY'
1173
+ end
1174
+
1175
+ crypto_api = Intrinio::CryptoApi.new
1176
+
1177
+ opts = {
1178
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
1179
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
1180
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
1181
+ period: 20, # Integer | The number of observations, per period, to calculate Detrended Price Oscillator.
1182
+ price_key: "close", # String | The Crypto Currency Price field to use when calculating Detrended Price Oscillator.
1183
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
1184
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
1185
+ start_date: nil, # Date | Return technicals on or after this date.
1186
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
1187
+ end_date: nil, # Date | Return technicals on or before this date.
1188
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
1189
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
1190
+ next_page: nil # String | Gets the next page of data from a previous API call
1191
+ }
1192
+
1193
+ begin
1194
+ result = crypto_api.get_crypto_price_technicals_dpo(opts)
1195
+ p result
1196
+ rescue Intrinio::ApiError => e
1197
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_dpo: #{e}"
1198
+ end
1199
+ ```
1200
+
1201
+ [//]: # (END_CODE_EXAMPLE)
1202
+
1203
+ ### Parameters
1204
+
1205
+ Name | Type | Description | Notes
1206
+ ------------- | ------------- | ------------- | -------------
1207
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
1208
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
1209
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
1210
+ **period** | **Integer**| The number of observations, per period, to calculate Detrended Price Oscillator. | [optional] [default to 20]
1211
+ **price_key** | **String**| The Crypto Currency Price field to use when calculating Detrended Price Oscillator. | [optional] [default to close]
1212
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
1213
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
1214
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
1215
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
1216
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
1217
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
1218
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
1219
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
1220
+
1221
+ ### Return type
1222
+
1223
+ [**ApiResponseCryptoDetrendedPriceOscillator**](ApiResponseCryptoDetrendedPriceOscillator.md)
1224
+
1225
+ [//]: # (END_OPERATION)
1226
+
1227
+
1228
+ [//]: # (START_OPERTATION)
1229
+
1230
+ [//]: # (ENDPOINT:/crypto/prices/technicals/eom)
1231
+
1232
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_eom)
1233
+
1234
+ # **get_crypto_price_technicals_eom**
1235
+
1236
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_eom_v2)
1237
+
1238
+ > ApiResponseCryptoEaseOfMovement get_crypto_price_technicals_eom(opts)
1239
+
1240
+ Ease of Movement
1241
+
1242
+ Returns the Ease of Movement values of Crypto Currency Prices for a Crypto Currency Pair
1243
+
1244
+ ### Example
1245
+
1246
+ [//]: # (START_CODE_EXAMPLE)
1247
+
1248
+ ```ruby
1249
+ # Load the gem
1250
+ require 'intrinio-sdk'
1251
+
1252
+ # Setup authorization
1253
+ Intrinio.configure do |config|
1254
+ config.api_key['api_key'] = 'YOUR API KEY'
1255
+ end
1256
+
1257
+ crypto_api = Intrinio::CryptoApi.new
1258
+
1259
+ opts = {
1260
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
1261
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
1262
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
1263
+ period: 20, # Integer | The number of observations, per period, to calculate Ease of Movement.
1264
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
1265
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
1266
+ start_date: nil, # Date | Return technicals on or after this date.
1267
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
1268
+ end_date: nil, # Date | Return technicals on or before this date.
1269
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
1270
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
1271
+ next_page: nil # String | Gets the next page of data from a previous API call
1272
+ }
1273
+
1274
+ begin
1275
+ result = crypto_api.get_crypto_price_technicals_eom(opts)
1276
+ p result
1277
+ rescue Intrinio::ApiError => e
1278
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_eom: #{e}"
1279
+ end
1280
+ ```
1281
+
1282
+ [//]: # (END_CODE_EXAMPLE)
1283
+
1284
+ ### Parameters
1285
+
1286
+ Name | Type | Description | Notes
1287
+ ------------- | ------------- | ------------- | -------------
1288
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
1289
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
1290
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
1291
+ **period** | **Integer**| The number of observations, per period, to calculate Ease of Movement. | [optional] [default to 20]
1292
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
1293
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
1294
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
1295
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
1296
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
1297
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
1298
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
1299
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
1300
+
1301
+ ### Return type
1302
+
1303
+ [**ApiResponseCryptoEaseOfMovement**](ApiResponseCryptoEaseOfMovement.md)
1304
+
1305
+ [//]: # (END_OPERATION)
1306
+
1307
+
1308
+ [//]: # (START_OPERTATION)
1309
+
1310
+ [//]: # (ENDPOINT:/crypto/prices/technicals/fi)
1311
+
1312
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_fi)
1313
+
1314
+ # **get_crypto_price_technicals_fi**
1315
+
1316
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_fi_v2)
1317
+
1318
+ > ApiResponseCryptoForceIndex get_crypto_price_technicals_fi(opts)
1319
+
1320
+ Force Index
1321
+
1322
+ Returns the Force Index values of Crypto Currency Prices for a Crypto Currency Pair
1323
+
1324
+ ### Example
1325
+
1326
+ [//]: # (START_CODE_EXAMPLE)
1327
+
1328
+ ```ruby
1329
+ # Load the gem
1330
+ require 'intrinio-sdk'
1331
+
1332
+ # Setup authorization
1333
+ Intrinio.configure do |config|
1334
+ config.api_key['api_key'] = 'YOUR API KEY'
1335
+ end
1336
+
1337
+ crypto_api = Intrinio::CryptoApi.new
1338
+
1339
+ opts = {
1340
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
1341
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
1342
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
1343
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
1344
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
1345
+ start_date: nil, # Date | Return technicals on or after this date.
1346
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
1347
+ end_date: nil, # Date | Return technicals on or before this date.
1348
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
1349
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
1350
+ next_page: nil # String | Gets the next page of data from a previous API call
1351
+ }
1352
+
1353
+ begin
1354
+ result = crypto_api.get_crypto_price_technicals_fi(opts)
1355
+ p result
1356
+ rescue Intrinio::ApiError => e
1357
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_fi: #{e}"
1358
+ end
1359
+ ```
1360
+
1361
+ [//]: # (END_CODE_EXAMPLE)
1362
+
1363
+ ### Parameters
1364
+
1365
+ Name | Type | Description | Notes
1366
+ ------------- | ------------- | ------------- | -------------
1367
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
1368
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
1369
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
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
+ [**ApiResponseCryptoForceIndex**](ApiResponseCryptoForceIndex.md)
1382
+
1383
+ [//]: # (END_OPERATION)
1384
+
1385
+
1386
+ [//]: # (START_OPERTATION)
1387
+
1388
+ [//]: # (ENDPOINT:/crypto/prices/technicals/ichimoku)
1389
+
1390
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_ichimoku)
1391
+
1392
+ # **get_crypto_price_technicals_ichimoku**
1393
+
1394
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_ichimoku_v2)
1395
+
1396
+ > ApiResponseCryptoIchimokuKinkoHyo get_crypto_price_technicals_ichimoku(opts)
1397
+
1398
+ Ichimoku Kinko Hyo
1399
+
1400
+ Returns the Ichimoku Kinko Hyo 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
+ crypto_api = Intrinio::CryptoApi.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
+ low_period: 9, # Integer | The number of observations, per period, to calculate Tenkan Sen (Conversion Line) of Ichimoku Kinko Hyo.
1422
+ 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.
1423
+ high_period: 52, # Integer | The number of observations, per period, to calculate Senkou Span B (Leading Span B) of Ichimoku Kinko Hyo.
1424
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
1425
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
1426
+ start_date: nil, # Date | Return technicals on or after this date.
1427
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
1428
+ end_date: nil, # Date | Return technicals on or before this date.
1429
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
1430
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
1431
+ next_page: nil # String | Gets the next page of data from a previous API call
1432
+ }
1433
+
1434
+ begin
1435
+ result = crypto_api.get_crypto_price_technicals_ichimoku(opts)
1436
+ p result
1437
+ rescue Intrinio::ApiError => e
1438
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_ichimoku: #{e}"
1439
+ end
1440
+ ```
1441
+
1442
+ [//]: # (END_CODE_EXAMPLE)
1443
+
1444
+ ### Parameters
1445
+
1446
+ Name | Type | Description | Notes
1447
+ ------------- | ------------- | ------------- | -------------
1448
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
1449
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
1450
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
1451
+ **low_period** | **Integer**| The number of observations, per period, to calculate Tenkan Sen (Conversion Line) of Ichimoku Kinko Hyo. | [optional] [default to 9]
1452
+ **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]
1453
+ **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]
1454
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
1455
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
1456
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
1457
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
1458
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
1459
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
1460
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
1461
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
1462
+
1463
+ ### Return type
1464
+
1465
+ [**ApiResponseCryptoIchimokuKinkoHyo**](ApiResponseCryptoIchimokuKinkoHyo.md)
1466
+
1467
+ [//]: # (END_OPERATION)
1468
+
1469
+
1470
+ [//]: # (START_OPERTATION)
1471
+
1472
+ [//]: # (ENDPOINT:/crypto/prices/technicals/kc)
1473
+
1474
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_kc)
1475
+
1476
+ # **get_crypto_price_technicals_kc**
1477
+
1478
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_kc_v2)
1479
+
1480
+ > ApiResponseCryptoKeltnerChannel get_crypto_price_technicals_kc(opts)
1481
+
1482
+ Keltner Channel
1483
+
1484
+ Returns the Keltner Channel values of Crypto Currency Prices for a Crypto Currency Pair
1485
+
1486
+ ### Example
1487
+
1488
+ [//]: # (START_CODE_EXAMPLE)
1489
+
1490
+ ```ruby
1491
+ # Load the gem
1492
+ require 'intrinio-sdk'
1493
+
1494
+ # Setup authorization
1495
+ Intrinio.configure do |config|
1496
+ config.api_key['api_key'] = 'YOUR API KEY'
1497
+ end
1498
+
1499
+ crypto_api = Intrinio::CryptoApi.new
1500
+
1501
+ opts = {
1502
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
1503
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
1504
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
1505
+ period: 10, # Integer | The number of observations, per period, to calculate Kelter Channel.
1506
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
1507
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
1508
+ start_date: nil, # Date | Return technicals on or after this date.
1509
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
1510
+ end_date: nil, # Date | Return technicals on or before this date.
1511
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
1512
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
1513
+ next_page: nil # String | Gets the next page of data from a previous API call
1514
+ }
1515
+
1516
+ begin
1517
+ result = crypto_api.get_crypto_price_technicals_kc(opts)
1518
+ p result
1519
+ rescue Intrinio::ApiError => e
1520
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_kc: #{e}"
1521
+ end
1522
+ ```
1523
+
1524
+ [//]: # (END_CODE_EXAMPLE)
1525
+
1526
+ ### Parameters
1527
+
1528
+ Name | Type | Description | Notes
1529
+ ------------- | ------------- | ------------- | -------------
1530
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
1531
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
1532
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
1533
+ **period** | **Integer**| The number of observations, per period, to calculate Kelter Channel. | [optional] [default to 10]
1534
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
1535
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
1536
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
1537
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
1538
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
1539
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
1540
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
1541
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
1542
+
1543
+ ### Return type
1544
+
1545
+ [**ApiResponseCryptoKeltnerChannel**](ApiResponseCryptoKeltnerChannel.md)
1546
+
1547
+ [//]: # (END_OPERATION)
1548
+
1549
+
1550
+ [//]: # (START_OPERTATION)
1551
+
1552
+ [//]: # (ENDPOINT:/crypto/prices/technicals/kst)
1553
+
1554
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_kst)
1555
+
1556
+ # **get_crypto_price_technicals_kst**
1557
+
1558
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_kst_v2)
1559
+
1560
+ > ApiResponseCryptoKnowSureThing get_crypto_price_technicals_kst(opts)
1561
+
1562
+ Know Sure Thing
1563
+
1564
+ Returns the Know Sure Thing values of Crypto Currency Prices for a Crypto Currency Pair
1565
+
1566
+ ### Example
1567
+
1568
+ [//]: # (START_CODE_EXAMPLE)
1569
+
1570
+ ```ruby
1571
+ # Load the gem
1572
+ require 'intrinio-sdk'
1573
+
1574
+ # Setup authorization
1575
+ Intrinio.configure do |config|
1576
+ config.api_key['api_key'] = 'YOUR API KEY'
1577
+ end
1578
+
1579
+ crypto_api = Intrinio::CryptoApi.new
1580
+
1581
+ opts = {
1582
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
1583
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
1584
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
1585
+ roc1: 10, # Integer | The number of observations, per period, to calculate the rate-of-change for RCMA1.
1586
+ roc2: 15, # Integer | The number of observations, per period, to calculate the rate-of-change for RCMA2.
1587
+ roc3: 20, # Integer | The number of observations, per period, to calculate the rate-of-change for RCMA3.
1588
+ roc4: 30, # Integer | The number of observations, per period, to calculate the rate-of-change for RCMA4.
1589
+ sma1: 10, # Integer | The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA1.
1590
+ sma2: 10, # Integer | The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA2.
1591
+ sma3: 10, # Integer | The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA3.
1592
+ sma4: 15, # Integer | The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA4.
1593
+ price_key: "close", # String | The Crypto Currency Price field to use when calculating Know Sure Thing.
1594
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
1595
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
1596
+ start_date: nil, # Date | Return technicals on or after this date.
1597
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
1598
+ end_date: nil, # Date | Return technicals on or before this date.
1599
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
1600
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
1601
+ next_page: nil # String | Gets the next page of data from a previous API call
1602
+ }
1603
+
1604
+ begin
1605
+ result = crypto_api.get_crypto_price_technicals_kst(opts)
1606
+ p result
1607
+ rescue Intrinio::ApiError => e
1608
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_kst: #{e}"
1609
+ end
1610
+ ```
1611
+
1612
+ [//]: # (END_CODE_EXAMPLE)
1613
+
1614
+ ### Parameters
1615
+
1616
+ Name | Type | Description | Notes
1617
+ ------------- | ------------- | ------------- | -------------
1618
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
1619
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
1620
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
1621
+ **roc1** | **Integer**| The number of observations, per period, to calculate the rate-of-change for RCMA1. | [optional] [default to 10]
1622
+ **roc2** | **Integer**| The number of observations, per period, to calculate the rate-of-change for RCMA2. | [optional] [default to 15]
1623
+ **roc3** | **Integer**| The number of observations, per period, to calculate the rate-of-change for RCMA3. | [optional] [default to 20]
1624
+ **roc4** | **Integer**| The number of observations, per period, to calculate the rate-of-change for RCMA4. | [optional] [default to 30]
1625
+ **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]
1626
+ **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]
1627
+ **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]
1628
+ **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]
1629
+ **price_key** | **String**| The Crypto Currency Price field to use when calculating Know Sure Thing. | [optional] [default to close]
1630
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
1631
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
1632
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
1633
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
1634
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
1635
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
1636
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
1637
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
1638
+
1639
+ ### Return type
1640
+
1641
+ [**ApiResponseCryptoKnowSureThing**](ApiResponseCryptoKnowSureThing.md)
1642
+
1643
+ [//]: # (END_OPERATION)
1644
+
1645
+
1646
+ [//]: # (START_OPERTATION)
1647
+
1648
+ [//]: # (ENDPOINT:/crypto/prices/technicals/macd)
1649
+
1650
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_macd)
1651
+
1652
+ # **get_crypto_price_technicals_macd**
1653
+
1654
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_macd_v2)
1655
+
1656
+ > ApiResponseCryptoMovingAverageConvergenceDivergence get_crypto_price_technicals_macd(opts)
1657
+
1658
+ Moving Average Convergence Divergence
1659
+
1660
+ Returns the Moving Average Convergence Divergence values of Crypto Currency Prices for a Crypto Currency Pair
1661
+
1662
+ ### Example
1663
+
1664
+ [//]: # (START_CODE_EXAMPLE)
1665
+
1666
+ ```ruby
1667
+ # Load the gem
1668
+ require 'intrinio-sdk'
1669
+
1670
+ # Setup authorization
1671
+ Intrinio.configure do |config|
1672
+ config.api_key['api_key'] = 'YOUR API KEY'
1673
+ end
1674
+
1675
+ crypto_api = Intrinio::CryptoApi.new
1676
+
1677
+ opts = {
1678
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
1679
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
1680
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
1681
+ fast_period: 12, # Integer | The number of observations, per period, to calculate the fast moving Exponential Moving Average for Moving Average Convergence Divergence.
1682
+ slow_period: 26, # Integer | The number of observations, per period, to calculate the slow moving Exponential Moving Average for Moving Average Convergence Divergence.
1683
+ signal_period: 9, # Integer | The number of observations, per period, to calculate the signal line for Moving Average Convergence Divergence.
1684
+ price_key: "close", # String | The Crypto Currency Price field to use when calculating Moving Average Convergence Divergence.
1685
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
1686
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
1687
+ start_date: nil, # Date | Return technicals on or after this date.
1688
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
1689
+ end_date: nil, # Date | Return technicals on or before this date.
1690
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
1691
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
1692
+ next_page: nil # String | Gets the next page of data from a previous API call
1693
+ }
1694
+
1695
+ begin
1696
+ result = crypto_api.get_crypto_price_technicals_macd(opts)
1697
+ p result
1698
+ rescue Intrinio::ApiError => e
1699
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_macd: #{e}"
1700
+ end
1701
+ ```
1702
+
1703
+ [//]: # (END_CODE_EXAMPLE)
1704
+
1705
+ ### Parameters
1706
+
1707
+ Name | Type | Description | Notes
1708
+ ------------- | ------------- | ------------- | -------------
1709
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
1710
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
1711
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
1712
+ **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]
1713
+ **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]
1714
+ **signal_period** | **Integer**| The number of observations, per period, to calculate the signal line for Moving Average Convergence Divergence. | [optional] [default to 9]
1715
+ **price_key** | **String**| The Crypto Currency Price field to use when calculating Moving Average Convergence Divergence. | [optional] [default to close]
1716
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
1717
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
1718
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
1719
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
1720
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
1721
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
1722
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
1723
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
1724
+
1725
+ ### Return type
1726
+
1727
+ [**ApiResponseCryptoMovingAverageConvergenceDivergence**](ApiResponseCryptoMovingAverageConvergenceDivergence.md)
1728
+
1729
+ [//]: # (END_OPERATION)
1730
+
1731
+
1732
+ [//]: # (START_OPERTATION)
1733
+
1734
+ [//]: # (ENDPOINT:/crypto/prices/technicals/mfi)
1735
+
1736
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_mfi)
1737
+
1738
+ # **get_crypto_price_technicals_mfi**
1739
+
1740
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_mfi_v2)
1741
+
1742
+ > ApiResponseCryptoMoneyFlowIndex get_crypto_price_technicals_mfi(opts)
1743
+
1744
+ Money Flow Index
1745
+
1746
+ Returns the Money Flow Index values of Crypto Currency Prices for a Crypto Currency Pair
1747
+
1748
+ ### Example
1749
+
1750
+ [//]: # (START_CODE_EXAMPLE)
1751
+
1752
+ ```ruby
1753
+ # Load the gem
1754
+ require 'intrinio-sdk'
1755
+
1756
+ # Setup authorization
1757
+ Intrinio.configure do |config|
1758
+ config.api_key['api_key'] = 'YOUR API KEY'
1759
+ end
1760
+
1761
+ crypto_api = Intrinio::CryptoApi.new
1762
+
1763
+ opts = {
1764
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
1765
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
1766
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
1767
+ period: 14, # Integer | The number of observations, per period, to calculate Money Flow Index.
1768
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
1769
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
1770
+ start_date: nil, # Date | Return technicals on or after this date.
1771
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
1772
+ end_date: nil, # Date | Return technicals on or before this date.
1773
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
1774
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
1775
+ next_page: nil # String | Gets the next page of data from a previous API call
1776
+ }
1777
+
1778
+ begin
1779
+ result = crypto_api.get_crypto_price_technicals_mfi(opts)
1780
+ p result
1781
+ rescue Intrinio::ApiError => e
1782
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_mfi: #{e}"
1783
+ end
1784
+ ```
1785
+
1786
+ [//]: # (END_CODE_EXAMPLE)
1787
+
1788
+ ### Parameters
1789
+
1790
+ Name | Type | Description | Notes
1791
+ ------------- | ------------- | ------------- | -------------
1792
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
1793
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
1794
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
1795
+ **period** | **Integer**| The number of observations, per period, to calculate Money Flow Index. | [optional] [default to 14]
1796
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
1797
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
1798
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
1799
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
1800
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
1801
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
1802
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
1803
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
1804
+
1805
+ ### Return type
1806
+
1807
+ [**ApiResponseCryptoMoneyFlowIndex**](ApiResponseCryptoMoneyFlowIndex.md)
1808
+
1809
+ [//]: # (END_OPERATION)
1810
+
1811
+
1812
+ [//]: # (START_OPERTATION)
1813
+
1814
+ [//]: # (ENDPOINT:/crypto/prices/technicals/mi)
1815
+
1816
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_mi)
1817
+
1818
+ # **get_crypto_price_technicals_mi**
1819
+
1820
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_mi_v2)
1821
+
1822
+ > ApiResponseCryptoMassIndex get_crypto_price_technicals_mi(opts)
1823
+
1824
+ Mass Index
1825
+
1826
+ Returns the Mass Index values of Crypto Currency Prices for a Crypto Currency Pair
1827
+
1828
+ ### Example
1829
+
1830
+ [//]: # (START_CODE_EXAMPLE)
1831
+
1832
+ ```ruby
1833
+ # Load the gem
1834
+ require 'intrinio-sdk'
1835
+
1836
+ # Setup authorization
1837
+ Intrinio.configure do |config|
1838
+ config.api_key['api_key'] = 'YOUR API KEY'
1839
+ end
1840
+
1841
+ crypto_api = Intrinio::CryptoApi.new
1842
+
1843
+ opts = {
1844
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
1845
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
1846
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
1847
+ 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.
1848
+ sum_period: 25, # Integer | The number of observations, per period, to calculate the sum of the Exponetinal Moving Average Ratios for Mass Index.
1849
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
1850
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
1851
+ start_date: nil, # Date | Return technicals on or after this date.
1852
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
1853
+ end_date: nil, # Date | Return technicals on or before this date.
1854
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
1855
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
1856
+ next_page: nil # String | Gets the next page of data from a previous API call
1857
+ }
1858
+
1859
+ begin
1860
+ result = crypto_api.get_crypto_price_technicals_mi(opts)
1861
+ p result
1862
+ rescue Intrinio::ApiError => e
1863
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_mi: #{e}"
1864
+ end
1865
+ ```
1866
+
1867
+ [//]: # (END_CODE_EXAMPLE)
1868
+
1869
+ ### Parameters
1870
+
1871
+ Name | Type | Description | Notes
1872
+ ------------- | ------------- | ------------- | -------------
1873
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
1874
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
1875
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
1876
+ **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]
1877
+ **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]
1878
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
1879
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
1880
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
1881
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
1882
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
1883
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
1884
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
1885
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
1886
+
1887
+ ### Return type
1888
+
1889
+ [**ApiResponseCryptoMassIndex**](ApiResponseCryptoMassIndex.md)
1890
+
1891
+ [//]: # (END_OPERATION)
1892
+
1893
+
1894
+ [//]: # (START_OPERTATION)
1895
+
1896
+ [//]: # (ENDPOINT:/crypto/prices/technicals/nvi)
1897
+
1898
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_nvi)
1899
+
1900
+ # **get_crypto_price_technicals_nvi**
1901
+
1902
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_nvi_v2)
1903
+
1904
+ > ApiResponseCryptoNegativeVolumeIndex get_crypto_price_technicals_nvi(opts)
1905
+
1906
+ Negative Volume Index
1907
+
1908
+ Returns the Negative Volume Index values of Crypto Currency Prices for a Crypto Currency Pair
1909
+
1910
+ ### Example
1911
+
1912
+ [//]: # (START_CODE_EXAMPLE)
1913
+
1914
+ ```ruby
1915
+ # Load the gem
1916
+ require 'intrinio-sdk'
1917
+
1918
+ # Setup authorization
1919
+ Intrinio.configure do |config|
1920
+ config.api_key['api_key'] = 'YOUR API KEY'
1921
+ end
1922
+
1923
+ crypto_api = Intrinio::CryptoApi.new
1924
+
1925
+ opts = {
1926
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
1927
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
1928
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
1929
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
1930
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
1931
+ start_date: nil, # Date | Return technicals on or after this date.
1932
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
1933
+ end_date: nil, # Date | Return technicals on or before this date.
1934
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
1935
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
1936
+ next_page: nil # String | Gets the next page of data from a previous API call
1937
+ }
1938
+
1939
+ begin
1940
+ result = crypto_api.get_crypto_price_technicals_nvi(opts)
1941
+ p result
1942
+ rescue Intrinio::ApiError => e
1943
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_nvi: #{e}"
1944
+ end
1945
+ ```
1946
+
1947
+ [//]: # (END_CODE_EXAMPLE)
1948
+
1949
+ ### Parameters
1950
+
1951
+ Name | Type | Description | Notes
1952
+ ------------- | ------------- | ------------- | -------------
1953
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
1954
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
1955
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
1956
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
1957
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
1958
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
1959
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
1960
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
1961
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
1962
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
1963
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
1964
+
1965
+ ### Return type
1966
+
1967
+ [**ApiResponseCryptoNegativeVolumeIndex**](ApiResponseCryptoNegativeVolumeIndex.md)
1968
+
1969
+ [//]: # (END_OPERATION)
1970
+
1971
+
1972
+ [//]: # (START_OPERTATION)
1973
+
1974
+ [//]: # (ENDPOINT:/crypto/prices/technicals/obv)
1975
+
1976
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_obv)
1977
+
1978
+ # **get_crypto_price_technicals_obv**
1979
+
1980
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_obv_v2)
1981
+
1982
+ > ApiResponseCryptoOnBalanceVolume get_crypto_price_technicals_obv(opts)
1983
+
1984
+ On-balance Volume
1985
+
1986
+ Returns the On-balance Volume values of Crypto Currency Prices for a Crypto Currency Pair
1987
+
1988
+ ### Example
1989
+
1990
+ [//]: # (START_CODE_EXAMPLE)
1991
+
1992
+ ```ruby
1993
+ # Load the gem
1994
+ require 'intrinio-sdk'
1995
+
1996
+ # Setup authorization
1997
+ Intrinio.configure do |config|
1998
+ config.api_key['api_key'] = 'YOUR API KEY'
1999
+ end
2000
+
2001
+ crypto_api = Intrinio::CryptoApi.new
2002
+
2003
+ opts = {
2004
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
2005
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
2006
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
2007
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
2008
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
2009
+ start_date: nil, # Date | Return technicals on or after this date.
2010
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
2011
+ end_date: nil, # Date | Return technicals on or before this date.
2012
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
2013
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
2014
+ next_page: nil # String | Gets the next page of data from a previous API call
2015
+ }
2016
+
2017
+ begin
2018
+ result = crypto_api.get_crypto_price_technicals_obv(opts)
2019
+ p result
2020
+ rescue Intrinio::ApiError => e
2021
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_obv: #{e}"
2022
+ end
2023
+ ```
2024
+
2025
+ [//]: # (END_CODE_EXAMPLE)
2026
+
2027
+ ### Parameters
2028
+
2029
+ Name | Type | Description | Notes
2030
+ ------------- | ------------- | ------------- | -------------
2031
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
2032
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
2033
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
2034
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
2035
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
2036
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
2037
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
2038
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
2039
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
2040
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
2041
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
2042
+
2043
+ ### Return type
2044
+
2045
+ [**ApiResponseCryptoOnBalanceVolume**](ApiResponseCryptoOnBalanceVolume.md)
2046
+
2047
+ [//]: # (END_OPERATION)
2048
+
2049
+
2050
+ [//]: # (START_OPERTATION)
2051
+
2052
+ [//]: # (ENDPOINT:/crypto/prices/technicals/obv_mean)
2053
+
2054
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_obv_mean)
2055
+
2056
+ # **get_crypto_price_technicals_obv_mean**
2057
+
2058
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_obv_mean_v2)
2059
+
2060
+ > ApiResponseCryptoOnBalanceVolumeMean get_crypto_price_technicals_obv_mean(opts)
2061
+
2062
+ On-balance Volume Mean
2063
+
2064
+ Returns the On-balance Volume Mean values of Crypto Currency Prices for a Crypto Currency Pair
2065
+
2066
+ ### Example
2067
+
2068
+ [//]: # (START_CODE_EXAMPLE)
2069
+
2070
+ ```ruby
2071
+ # Load the gem
2072
+ require 'intrinio-sdk'
2073
+
2074
+ # Setup authorization
2075
+ Intrinio.configure do |config|
2076
+ config.api_key['api_key'] = 'YOUR API KEY'
2077
+ end
2078
+
2079
+ crypto_api = Intrinio::CryptoApi.new
2080
+
2081
+ opts = {
2082
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
2083
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
2084
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
2085
+ period: 10, # Integer | The number of observations, per period, to calculate On-balance Volume Mean.
2086
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
2087
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
2088
+ start_date: nil, # Date | Return technicals on or after this date.
2089
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
2090
+ end_date: nil, # Date | Return technicals on or before this date.
2091
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
2092
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
2093
+ next_page: nil # String | Gets the next page of data from a previous API call
2094
+ }
2095
+
2096
+ begin
2097
+ result = crypto_api.get_crypto_price_technicals_obv_mean(opts)
2098
+ p result
2099
+ rescue Intrinio::ApiError => e
2100
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_obv_mean: #{e}"
2101
+ end
2102
+ ```
2103
+
2104
+ [//]: # (END_CODE_EXAMPLE)
2105
+
2106
+ ### Parameters
2107
+
2108
+ Name | Type | Description | Notes
2109
+ ------------- | ------------- | ------------- | -------------
2110
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
2111
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
2112
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
2113
+ **period** | **Integer**| The number of observations, per period, to calculate On-balance Volume Mean. | [optional] [default to 10]
2114
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
2115
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
2116
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
2117
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
2118
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
2119
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
2120
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
2121
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
2122
+
2123
+ ### Return type
2124
+
2125
+ [**ApiResponseCryptoOnBalanceVolumeMean**](ApiResponseCryptoOnBalanceVolumeMean.md)
2126
+
2127
+ [//]: # (END_OPERATION)
2128
+
2129
+
2130
+ [//]: # (START_OPERTATION)
2131
+
2132
+ [//]: # (ENDPOINT:/crypto/prices/technicals/rsi)
2133
+
2134
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_rsi)
2135
+
2136
+ # **get_crypto_price_technicals_rsi**
2137
+
2138
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_rsi_v2)
2139
+
2140
+ > ApiResponseCryptoRelativeStrengthIndex get_crypto_price_technicals_rsi(opts)
2141
+
2142
+ Relative Strength Index
2143
+
2144
+ Returns the Relative Strength Index values of Crypto Currency Prices for a Crypto Currency Pair
2145
+
2146
+ ### Example
2147
+
2148
+ [//]: # (START_CODE_EXAMPLE)
2149
+
2150
+ ```ruby
2151
+ # Load the gem
2152
+ require 'intrinio-sdk'
2153
+
2154
+ # Setup authorization
2155
+ Intrinio.configure do |config|
2156
+ config.api_key['api_key'] = 'YOUR API KEY'
2157
+ end
2158
+
2159
+ crypto_api = Intrinio::CryptoApi.new
2160
+
2161
+ opts = {
2162
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
2163
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
2164
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
2165
+ period: 14, # Integer | The number of observations, per period, to calculate Relative Strength Index.
2166
+ price_key: "close", # String | The Crypto Currency Price field to use when calculating Relative Strength Index.
2167
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
2168
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
2169
+ start_date: nil, # Date | Return technicals on or after this date.
2170
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
2171
+ end_date: nil, # Date | Return technicals on or before this date.
2172
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
2173
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
2174
+ next_page: nil # String | Gets the next page of data from a previous API call
2175
+ }
2176
+
2177
+ begin
2178
+ result = crypto_api.get_crypto_price_technicals_rsi(opts)
2179
+ p result
2180
+ rescue Intrinio::ApiError => e
2181
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_rsi: #{e}"
2182
+ end
2183
+ ```
2184
+
2185
+ [//]: # (END_CODE_EXAMPLE)
2186
+
2187
+ ### Parameters
2188
+
2189
+ Name | Type | Description | Notes
2190
+ ------------- | ------------- | ------------- | -------------
2191
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
2192
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
2193
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
2194
+ **period** | **Integer**| The number of observations, per period, to calculate Relative Strength Index. | [optional] [default to 14]
2195
+ **price_key** | **String**| The Crypto Currency Price field to use when calculating Relative Strength Index. | [optional] [default to close]
2196
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
2197
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
2198
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
2199
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
2200
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
2201
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
2202
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
2203
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
2204
+
2205
+ ### Return type
2206
+
2207
+ [**ApiResponseCryptoRelativeStrengthIndex**](ApiResponseCryptoRelativeStrengthIndex.md)
2208
+
2209
+ [//]: # (END_OPERATION)
2210
+
2211
+
2212
+ [//]: # (START_OPERTATION)
2213
+
2214
+ [//]: # (ENDPOINT:/crypto/prices/technicals/sma)
2215
+
2216
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_sma)
2217
+
2218
+ # **get_crypto_price_technicals_sma**
2219
+
2220
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_sma_v2)
2221
+
2222
+ > ApiResponseCryptoSimpleMovingAverage get_crypto_price_technicals_sma(opts)
2223
+
2224
+ Simple Moving Average
2225
+
2226
+ Returns the Simple Moving Average values of Crypto Currency Prices for a Crypto Currency Pair
2227
+
2228
+ ### Example
2229
+
2230
+ [//]: # (START_CODE_EXAMPLE)
2231
+
2232
+ ```ruby
2233
+ # Load the gem
2234
+ require 'intrinio-sdk'
2235
+
2236
+ # Setup authorization
2237
+ Intrinio.configure do |config|
2238
+ config.api_key['api_key'] = 'YOUR API KEY'
2239
+ end
2240
+
2241
+ crypto_api = Intrinio::CryptoApi.new
2242
+
2243
+ opts = {
2244
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
2245
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
2246
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
2247
+ period: 20, # Integer | The number of observations, per period, to calculate Simple Moving Average.
2248
+ price_key: "close", # String | The Crypto Currency Price field to use when calculating Simple Moving Average.
2249
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
2250
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
2251
+ start_date: nil, # Date | Return technicals on or after this date.
2252
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
2253
+ end_date: nil, # Date | Return technicals on or before this date.
2254
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
2255
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
2256
+ next_page: nil # String | Gets the next page of data from a previous API call
2257
+ }
2258
+
2259
+ begin
2260
+ result = crypto_api.get_crypto_price_technicals_sma(opts)
2261
+ p result
2262
+ rescue Intrinio::ApiError => e
2263
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_sma: #{e}"
2264
+ end
2265
+ ```
2266
+
2267
+ [//]: # (END_CODE_EXAMPLE)
2268
+
2269
+ ### Parameters
2270
+
2271
+ Name | Type | Description | Notes
2272
+ ------------- | ------------- | ------------- | -------------
2273
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
2274
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
2275
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
2276
+ **period** | **Integer**| The number of observations, per period, to calculate Simple Moving Average. | [optional] [default to 20]
2277
+ **price_key** | **String**| The Crypto Currency Price field to use when calculating Simple Moving Average. | [optional] [default to close]
2278
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
2279
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
2280
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
2281
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
2282
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
2283
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
2284
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
2285
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
2286
+
2287
+ ### Return type
2288
+
2289
+ [**ApiResponseCryptoSimpleMovingAverage**](ApiResponseCryptoSimpleMovingAverage.md)
2290
+
2291
+ [//]: # (END_OPERATION)
2292
+
2293
+
2294
+ [//]: # (START_OPERTATION)
2295
+
2296
+ [//]: # (ENDPOINT:/crypto/prices/technicals/sr)
2297
+
2298
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_sr)
2299
+
2300
+ # **get_crypto_price_technicals_sr**
2301
+
2302
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_sr_v2)
2303
+
2304
+ > ApiResponseCryptoStochasticOscillator get_crypto_price_technicals_sr(opts)
2305
+
2306
+ Stochastic Oscillator
2307
+
2308
+ Returns the Stochastic Oscillator values of Crypto Currency Prices for a Crypto Currency Pair
2309
+
2310
+ ### Example
2311
+
2312
+ [//]: # (START_CODE_EXAMPLE)
2313
+
2314
+ ```ruby
2315
+ # Load the gem
2316
+ require 'intrinio-sdk'
2317
+
2318
+ # Setup authorization
2319
+ Intrinio.configure do |config|
2320
+ config.api_key['api_key'] = 'YOUR API KEY'
2321
+ end
2322
+
2323
+ crypto_api = Intrinio::CryptoApi.new
2324
+
2325
+ opts = {
2326
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
2327
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
2328
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
2329
+ period: 14, # Integer | The number of observations, per period, to calculate %K of Stochastic Oscillator.
2330
+ 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.
2331
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
2332
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
2333
+ start_date: nil, # Date | Return technicals on or after this date.
2334
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
2335
+ end_date: nil, # Date | Return technicals on or before this date.
2336
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
2337
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
2338
+ next_page: nil # String | Gets the next page of data from a previous API call
2339
+ }
2340
+
2341
+ begin
2342
+ result = crypto_api.get_crypto_price_technicals_sr(opts)
2343
+ p result
2344
+ rescue Intrinio::ApiError => e
2345
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_sr: #{e}"
2346
+ end
2347
+ ```
2348
+
2349
+ [//]: # (END_CODE_EXAMPLE)
2350
+
2351
+ ### Parameters
2352
+
2353
+ Name | Type | Description | Notes
2354
+ ------------- | ------------- | ------------- | -------------
2355
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
2356
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
2357
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
2358
+ **period** | **Integer**| The number of observations, per period, to calculate %K of Stochastic Oscillator. | [optional] [default to 14]
2359
+ **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]
2360
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
2361
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
2362
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
2363
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
2364
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
2365
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
2366
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
2367
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
2368
+
2369
+ ### Return type
2370
+
2371
+ [**ApiResponseCryptoStochasticOscillator**](ApiResponseCryptoStochasticOscillator.md)
2372
+
2373
+ [//]: # (END_OPERATION)
2374
+
2375
+
2376
+ [//]: # (START_OPERTATION)
2377
+
2378
+ [//]: # (ENDPOINT:/crypto/prices/technicals/trix)
2379
+
2380
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_trix)
2381
+
2382
+ # **get_crypto_price_technicals_trix**
2383
+
2384
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_trix_v2)
2385
+
2386
+ > ApiResponseCryptoTripleExponentialAverage get_crypto_price_technicals_trix(opts)
2387
+
2388
+ Triple Exponential Average
2389
+
2390
+ Returns the Simple Moving Average values of Crypto Currency Prices for a Crypto Currency Pair
2391
+
2392
+ ### Example
2393
+
2394
+ [//]: # (START_CODE_EXAMPLE)
2395
+
2396
+ ```ruby
2397
+ # Load the gem
2398
+ require 'intrinio-sdk'
2399
+
2400
+ # Setup authorization
2401
+ Intrinio.configure do |config|
2402
+ config.api_key['api_key'] = 'YOUR API KEY'
2403
+ end
2404
+
2405
+ crypto_api = Intrinio::CryptoApi.new
2406
+
2407
+ opts = {
2408
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
2409
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
2410
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
2411
+ period: 15, # Integer | The number of observations, per period, to calculate Exponential Moving Average for Triple Exponential Average.
2412
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
2413
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
2414
+ start_date: nil, # Date | Return technicals on or after this date.
2415
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
2416
+ end_date: nil, # Date | Return technicals on or before this date.
2417
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
2418
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
2419
+ next_page: nil # String | Gets the next page of data from a previous API call
2420
+ }
2421
+
2422
+ begin
2423
+ result = crypto_api.get_crypto_price_technicals_trix(opts)
2424
+ p result
2425
+ rescue Intrinio::ApiError => e
2426
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_trix: #{e}"
2427
+ end
2428
+ ```
2429
+
2430
+ [//]: # (END_CODE_EXAMPLE)
2431
+
2432
+ ### Parameters
2433
+
2434
+ Name | Type | Description | Notes
2435
+ ------------- | ------------- | ------------- | -------------
2436
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
2437
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
2438
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
2439
+ **period** | **Integer**| The number of observations, per period, to calculate Exponential Moving Average for Triple Exponential Average. | [optional] [default to 15]
2440
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
2441
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
2442
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
2443
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
2444
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
2445
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
2446
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
2447
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
2448
+
2449
+ ### Return type
2450
+
2451
+ [**ApiResponseCryptoTripleExponentialAverage**](ApiResponseCryptoTripleExponentialAverage.md)
2452
+
2453
+ [//]: # (END_OPERATION)
2454
+
2455
+
2456
+ [//]: # (START_OPERTATION)
2457
+
2458
+ [//]: # (ENDPOINT:/crypto/prices/technicals/tsi)
2459
+
2460
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_tsi)
2461
+
2462
+ # **get_crypto_price_technicals_tsi**
2463
+
2464
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_tsi_v2)
2465
+
2466
+ > ApiResponseCryptoTrueStrengthIndex get_crypto_price_technicals_tsi(opts)
2467
+
2468
+ True Strength Index
2469
+
2470
+ Returns the True Strength Index values of Crypto Currency Prices for a Crypto Currency Pair
2471
+
2472
+ ### Example
2473
+
2474
+ [//]: # (START_CODE_EXAMPLE)
2475
+
2476
+ ```ruby
2477
+ # Load the gem
2478
+ require 'intrinio-sdk'
2479
+
2480
+ # Setup authorization
2481
+ Intrinio.configure do |config|
2482
+ config.api_key['api_key'] = 'YOUR API KEY'
2483
+ end
2484
+
2485
+ crypto_api = Intrinio::CryptoApi.new
2486
+
2487
+ opts = {
2488
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
2489
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
2490
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
2491
+ low_period: 13, # Integer | The number of observations, per period, to calculate low period Exponential Moving Average for smoothing in True Strength Index.
2492
+ high_period: 25, # Integer | The number of observations, per period, to calculate high period Exponential Moving Average for smoothing in True Strength Index.
2493
+ price_key: "close", # String | The Crypto Currency Price field to use when calculating True Strength Index.
2494
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
2495
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
2496
+ start_date: nil, # Date | Return technicals on or after this date.
2497
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
2498
+ end_date: nil, # Date | Return technicals on or before this date.
2499
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
2500
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
2501
+ next_page: nil # String | Gets the next page of data from a previous API call
2502
+ }
2503
+
2504
+ begin
2505
+ result = crypto_api.get_crypto_price_technicals_tsi(opts)
2506
+ p result
2507
+ rescue Intrinio::ApiError => e
2508
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_tsi: #{e}"
2509
+ end
2510
+ ```
2511
+
2512
+ [//]: # (END_CODE_EXAMPLE)
2513
+
2514
+ ### Parameters
2515
+
2516
+ Name | Type | Description | Notes
2517
+ ------------- | ------------- | ------------- | -------------
2518
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
2519
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
2520
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
2521
+ **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]
2522
+ **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]
2523
+ **price_key** | **String**| The Crypto Currency Price field to use when calculating True Strength Index. | [optional] [default to close]
2524
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
2525
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
2526
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
2527
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
2528
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
2529
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
2530
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
2531
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
2532
+
2533
+ ### Return type
2534
+
2535
+ [**ApiResponseCryptoTrueStrengthIndex**](ApiResponseCryptoTrueStrengthIndex.md)
2536
+
2537
+ [//]: # (END_OPERATION)
2538
+
2539
+
2540
+ [//]: # (START_OPERTATION)
2541
+
2542
+ [//]: # (ENDPOINT:/crypto/prices/technicals/uo)
2543
+
2544
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_uo)
2545
+
2546
+ # **get_crypto_price_technicals_uo**
2547
+
2548
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_uo_v2)
2549
+
2550
+ > ApiResponseCryptoUltimateOscillator get_crypto_price_technicals_uo(opts)
2551
+
2552
+ Ultimate Oscillator
2553
+
2554
+ Returns the Ultimate Oscillator values of Crypto Currency Prices for a Crypto Currency Pair
2555
+
2556
+ ### Example
2557
+
2558
+ [//]: # (START_CODE_EXAMPLE)
2559
+
2560
+ ```ruby
2561
+ # Load the gem
2562
+ require 'intrinio-sdk'
2563
+
2564
+ # Setup authorization
2565
+ Intrinio.configure do |config|
2566
+ config.api_key['api_key'] = 'YOUR API KEY'
2567
+ end
2568
+
2569
+ crypto_api = Intrinio::CryptoApi.new
2570
+
2571
+ opts = {
2572
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
2573
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
2574
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
2575
+ short_period: 7, # Integer | The number of observations, per period, to calculate the short period for Ultimate Oscillator.
2576
+ medium_period: 14, # Integer | The number of observations, per period, to calculate the medium period for Ultimate Oscillator.
2577
+ long_period: 28, # Integer | The number of observations, per period, to calculate the long period for Ultimate Oscillator.
2578
+ short_weight: 4.0, # Float | The weight of short Buying Pressure average for Ultimate Oscillator.
2579
+ medium_weight: 2.0, # Float | The weight of medium Buying Pressure average for Ultimate Oscillator.
2580
+ long_weight: 1.0, # Float | The weight of long Buying Pressure average for Ultimate Oscillator.
2581
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
2582
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
2583
+ start_date: nil, # Date | Return technicals on or after this date.
2584
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
2585
+ end_date: nil, # Date | Return technicals on or before this date.
2586
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
2587
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
2588
+ next_page: nil # String | Gets the next page of data from a previous API call
2589
+ }
2590
+
2591
+ begin
2592
+ result = crypto_api.get_crypto_price_technicals_uo(opts)
2593
+ p result
2594
+ rescue Intrinio::ApiError => e
2595
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_uo: #{e}"
2596
+ end
2597
+ ```
2598
+
2599
+ [//]: # (END_CODE_EXAMPLE)
2600
+
2601
+ ### Parameters
2602
+
2603
+ Name | Type | Description | Notes
2604
+ ------------- | ------------- | ------------- | -------------
2605
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
2606
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
2607
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
2608
+ **short_period** | **Integer**| The number of observations, per period, to calculate the short period for Ultimate Oscillator. | [optional] [default to 7]
2609
+ **medium_period** | **Integer**| The number of observations, per period, to calculate the medium period for Ultimate Oscillator. | [optional] [default to 14]
2610
+ **long_period** | **Integer**| The number of observations, per period, to calculate the long period for Ultimate Oscillator. | [optional] [default to 28]
2611
+ **short_weight** | **Float**| The weight of short Buying Pressure average for Ultimate Oscillator. | [optional] [default to 4.0]
2612
+ **medium_weight** | **Float**| The weight of medium Buying Pressure average for Ultimate Oscillator. | [optional] [default to 2.0]
2613
+ **long_weight** | **Float**| The weight of long Buying Pressure average for Ultimate Oscillator. | [optional] [default to 1.0]
2614
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
2615
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
2616
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
2617
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
2618
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
2619
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
2620
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
2621
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
2622
+
2623
+ ### Return type
2624
+
2625
+ [**ApiResponseCryptoUltimateOscillator**](ApiResponseCryptoUltimateOscillator.md)
2626
+
2627
+ [//]: # (END_OPERATION)
2628
+
2629
+
2630
+ [//]: # (START_OPERTATION)
2631
+
2632
+ [//]: # (ENDPOINT:/crypto/prices/technicals/vi)
2633
+
2634
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_vi)
2635
+
2636
+ # **get_crypto_price_technicals_vi**
2637
+
2638
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_vi_v2)
2639
+
2640
+ > ApiResponseCryptoVortexIndicator get_crypto_price_technicals_vi(opts)
2641
+
2642
+ Vortex Indicator
2643
+
2644
+ Returns the Vortex Indicator values of Crypto Currency Prices for a Crypto Currency Pair
2645
+
2646
+ ### Example
2647
+
2648
+ [//]: # (START_CODE_EXAMPLE)
2649
+
2650
+ ```ruby
2651
+ # Load the gem
2652
+ require 'intrinio-sdk'
2653
+
2654
+ # Setup authorization
2655
+ Intrinio.configure do |config|
2656
+ config.api_key['api_key'] = 'YOUR API KEY'
2657
+ end
2658
+
2659
+ crypto_api = Intrinio::CryptoApi.new
2660
+
2661
+ opts = {
2662
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
2663
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
2664
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
2665
+ period: 14, # Integer | The number of observations, per period, to calculate Vortex Indicator.
2666
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
2667
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
2668
+ start_date: nil, # Date | Return technicals on or after this date.
2669
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
2670
+ end_date: nil, # Date | Return technicals on or before this date.
2671
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
2672
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
2673
+ next_page: nil # String | Gets the next page of data from a previous API call
2674
+ }
2675
+
2676
+ begin
2677
+ result = crypto_api.get_crypto_price_technicals_vi(opts)
2678
+ p result
2679
+ rescue Intrinio::ApiError => e
2680
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_vi: #{e}"
2681
+ end
2682
+ ```
2683
+
2684
+ [//]: # (END_CODE_EXAMPLE)
2685
+
2686
+ ### Parameters
2687
+
2688
+ Name | Type | Description | Notes
2689
+ ------------- | ------------- | ------------- | -------------
2690
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
2691
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
2692
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
2693
+ **period** | **Integer**| The number of observations, per period, to calculate Vortex Indicator. | [optional] [default to 14]
2694
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
2695
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
2696
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
2697
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
2698
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
2699
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
2700
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
2701
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
2702
+
2703
+ ### Return type
2704
+
2705
+ [**ApiResponseCryptoVortexIndicator**](ApiResponseCryptoVortexIndicator.md)
2706
+
2707
+ [//]: # (END_OPERATION)
2708
+
2709
+
2710
+ [//]: # (START_OPERTATION)
2711
+
2712
+ [//]: # (ENDPOINT:/crypto/prices/technicals/vpt)
2713
+
2714
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_vpt)
2715
+
2716
+ # **get_crypto_price_technicals_vpt**
2717
+
2718
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_vpt_v2)
2719
+
2720
+ > ApiResponseCryptoVolumePriceTrend get_crypto_price_technicals_vpt(opts)
2721
+
2722
+ Volume-price Trend
2723
+
2724
+ Returns the Volume-price Trend values of Crypto Currency Prices for a Crypto Currency Pair
2725
+
2726
+ ### Example
2727
+
2728
+ [//]: # (START_CODE_EXAMPLE)
2729
+
2730
+ ```ruby
2731
+ # Load the gem
2732
+ require 'intrinio-sdk'
2733
+
2734
+ # Setup authorization
2735
+ Intrinio.configure do |config|
2736
+ config.api_key['api_key'] = 'YOUR API KEY'
2737
+ end
2738
+
2739
+ crypto_api = Intrinio::CryptoApi.new
2740
+
2741
+ opts = {
2742
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
2743
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
2744
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
2745
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
2746
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
2747
+ start_date: nil, # Date | Return technicals on or after this date.
2748
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
2749
+ end_date: nil, # Date | Return technicals on or before this date.
2750
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
2751
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
2752
+ next_page: nil # String | Gets the next page of data from a previous API call
2753
+ }
2754
+
2755
+ begin
2756
+ result = crypto_api.get_crypto_price_technicals_vpt(opts)
2757
+ p result
2758
+ rescue Intrinio::ApiError => e
2759
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_vpt: #{e}"
2760
+ end
2761
+ ```
2762
+
2763
+ [//]: # (END_CODE_EXAMPLE)
2764
+
2765
+ ### Parameters
2766
+
2767
+ Name | Type | Description | Notes
2768
+ ------------- | ------------- | ------------- | -------------
2769
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
2770
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
2771
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
2772
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
2773
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
2774
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
2775
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
2776
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
2777
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
2778
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
2779
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
2780
+
2781
+ ### Return type
2782
+
2783
+ [**ApiResponseCryptoVolumePriceTrend**](ApiResponseCryptoVolumePriceTrend.md)
2784
+
2785
+ [//]: # (END_OPERATION)
2786
+
2787
+
2788
+ [//]: # (START_OPERTATION)
2789
+
2790
+ [//]: # (ENDPOINT:/crypto/prices/technicals/vwap)
2791
+
2792
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_vwap)
2793
+
2794
+ # **get_crypto_price_technicals_vwap**
2795
+
2796
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_vwap_v2)
2797
+
2798
+ > ApiResponseCryptoVolumeWeightedAveragePrice get_crypto_price_technicals_vwap(opts)
2799
+
2800
+ Volume Weighted Average Price
2801
+
2802
+ Returns the Volume Weighted Average Price values of Crypto Currency Prices for a Crypto Currency Pair
2803
+
2804
+ ### Example
2805
+
2806
+ [//]: # (START_CODE_EXAMPLE)
2807
+
2808
+ ```ruby
2809
+ # Load the gem
2810
+ require 'intrinio-sdk'
2811
+
2812
+ # Setup authorization
2813
+ Intrinio.configure do |config|
2814
+ config.api_key['api_key'] = 'YOUR API KEY'
2815
+ end
2816
+
2817
+ crypto_api = Intrinio::CryptoApi.new
2818
+
2819
+ opts = {
2820
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
2821
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
2822
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
2823
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
2824
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
2825
+ start_date: nil, # Date | Return technicals on or after this date.
2826
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
2827
+ end_date: nil, # Date | Return technicals on or before this date.
2828
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
2829
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
2830
+ next_page: nil # String | Gets the next page of data from a previous API call
2831
+ }
2832
+
2833
+ begin
2834
+ result = crypto_api.get_crypto_price_technicals_vwap(opts)
2835
+ p result
2836
+ rescue Intrinio::ApiError => e
2837
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_vwap: #{e}"
2838
+ end
2839
+ ```
2840
+
2841
+ [//]: # (END_CODE_EXAMPLE)
2842
+
2843
+ ### Parameters
2844
+
2845
+ Name | Type | Description | Notes
2846
+ ------------- | ------------- | ------------- | -------------
2847
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
2848
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
2849
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
2850
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
2851
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
2852
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
2853
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
2854
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
2855
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
2856
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
2857
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
2858
+
2859
+ ### Return type
2860
+
2861
+ [**ApiResponseCryptoVolumeWeightedAveragePrice**](ApiResponseCryptoVolumeWeightedAveragePrice.md)
2862
+
2863
+ [//]: # (END_OPERATION)
2864
+
2865
+
2866
+ [//]: # (START_OPERTATION)
2867
+
2868
+ [//]: # (ENDPOINT:/crypto/prices/technicals/wr)
2869
+
2870
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_price_technicals_wr)
2871
+
2872
+ # **get_crypto_price_technicals_wr**
2873
+
2874
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_price_technicals_wr_v2)
2875
+
2876
+ > ApiResponseCryptoWilliamsR get_crypto_price_technicals_wr(opts)
2877
+
2878
+ Williams %R
2879
+
2880
+ Returns the Williams %R values of Crypto Currency Prices for a Crypto Currency Pair
2881
+
2882
+ ### Example
2883
+
2884
+ [//]: # (START_CODE_EXAMPLE)
2885
+
2886
+ ```ruby
2887
+ # Load the gem
2888
+ require 'intrinio-sdk'
2889
+
2890
+ # Setup authorization
2891
+ Intrinio.configure do |config|
2892
+ config.api_key['api_key'] = 'YOUR API KEY'
2893
+ end
2894
+
2895
+ crypto_api = Intrinio::CryptoApi.new
2896
+
2897
+ opts = {
2898
+ pair: "btcusd", # String | Return technicals for the given Crypto Currency Pair.
2899
+ exchange: "binance", # String | Return technicals for a Crypto Currency on the given Crypto Exchange.
2900
+ currency: "BTC", # String | Return technicals for the given Crypto Currency.
2901
+ period: 14, # Integer | The number of observations, per period, to look-back when calculating Williams %R.
2902
+ timeframe: "d1", # String | The time interval for the prices when calculating technicals.
2903
+ timezone: "UTC", # String | Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
2904
+ start_date: nil, # Date | Return technicals on or after this date.
2905
+ start_time: nil, # String | Return technicals at or after this time (24-hour).
2906
+ end_date: nil, # Date | Return technicals on or before this date.
2907
+ end_time: nil, # String | Return technicals at or before this time (24-hour).
2908
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
2909
+ next_page: nil # String | Gets the next page of data from a previous API call
2910
+ }
2911
+
2912
+ begin
2913
+ result = crypto_api.get_crypto_price_technicals_wr(opts)
2914
+ p result
2915
+ rescue Intrinio::ApiError => e
2916
+ puts "Exception when calling CryptoApi->get_crypto_price_technicals_wr: #{e}"
2917
+ end
2918
+ ```
2919
+
2920
+ [//]: # (END_CODE_EXAMPLE)
2921
+
2922
+ ### Parameters
2923
+
2924
+ Name | Type | Description | Notes
2925
+ ------------- | ------------- | ------------- | -------------
2926
+ **pair** | **String**| Return technicals for the given Crypto Currency Pair. | [optional]
2927
+ **exchange** | **String**| Return technicals for a Crypto Currency on the given Crypto Exchange. | [optional]
2928
+ **currency** | **String**| Return technicals for the given Crypto Currency. | [optional]
2929
+ **period** | **Integer**| The number of observations, per period, to look-back when calculating Williams %R. | [optional] [default to 14]
2930
+ **timeframe** | **String**| The time interval for the prices when calculating technicals. | [optional] [default to d1]
2931
+ **timezone** | **String**| Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
2932
+ **start_date** | **Date**| Return technicals on or after this date. | [optional]
2933
+ **start_time** | **String**| Return technicals at or after this time (24-hour). | [optional]
2934
+ **end_date** | **Date**| Return technicals on or before this date. | [optional]
2935
+ **end_time** | **String**| Return technicals at or before this time (24-hour). | [optional]
2936
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
2937
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
2938
+
2939
+ ### Return type
2940
+
2941
+ [**ApiResponseCryptoWilliamsR**](ApiResponseCryptoWilliamsR.md)
2942
+
2943
+ [//]: # (END_OPERATION)
2944
+
2945
+
2946
+ [//]: # (START_OPERTATION)
2947
+
2948
+ [//]: # (ENDPOINT:/crypto/prices)
2949
+
2950
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_prices)
2951
+
2952
+ # **get_crypto_prices**
2953
+
2954
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_prices_v2)
2955
+
2956
+ > ApiResponseCryptoPrices get_crypto_prices(timeframe, opts)
2957
+
2958
+ Crypto Prices
2959
+
2960
+ Returns a list of available Crypto Currency Prices.
2961
+
2962
+ ### Example
2963
+
2964
+ [//]: # (START_CODE_EXAMPLE)
2965
+
2966
+ ```ruby
2967
+ # Load the gem
2968
+ require 'intrinio-sdk'
2969
+
2970
+ # Setup authorization
2971
+ Intrinio.configure do |config|
2972
+ config.api_key['api_key'] = 'YOUR API KEY'
2973
+ end
2974
+
2975
+ crypto_api = Intrinio::CryptoApi.new
2976
+
2977
+ timeframe = "d1" # String | The time interval for the prices.
2978
+
2979
+ opts = {
2980
+ pair: "btcusd", # String | Return prices for the given Crypto Currency Pair.
2981
+ exchange: "binance", # String | Return prices for a Crypto Currency on the given Crypto Exchange.
2982
+ currency: "BTC", # String | Return prices for the given Crypto Currency.
2983
+ timezone: "UTC", # String | Return price date/times in this timezone, also interpret start/end date/time parameters in this timezone.
2984
+ start_date: nil, # Date | Return Crypto Prices on or after this date.
2985
+ start_time: nil, # String | Return Crypto Prices at or after this time (24-hour).
2986
+ end_date: nil, # Date | Return Crypto Prices on or before this date.
2987
+ end_time: nil, # String | Return Crypto Prices at or before this time (24-hour).
2988
+ page_size: 100, # Integer | An integer greater than or equal to 1 for specifying the number of results on each page.
2989
+ next_page: nil # String | Gets the next page of data from a previous API call
2990
+ }
2991
+
2992
+ begin
2993
+ result = crypto_api.get_crypto_prices(timeframe, opts)
2994
+ p result
2995
+ rescue Intrinio::ApiError => e
2996
+ puts "Exception when calling CryptoApi->get_crypto_prices: #{e}"
2997
+ end
2998
+ ```
2999
+
3000
+ [//]: # (END_CODE_EXAMPLE)
3001
+
3002
+ ### Parameters
3003
+
3004
+ Name | Type | Description | Notes
3005
+ ------------- | ------------- | ------------- | -------------
3006
+ **timeframe** | **String**| The time interval for the prices. | [default to d1]
3007
+ **pair** | **String**| Return prices for the given Crypto Currency Pair. | [optional]
3008
+ **exchange** | **String**| Return prices for a Crypto Currency on the given Crypto Exchange. | [optional]
3009
+ **currency** | **String**| Return prices for the given Crypto Currency. | [optional]
3010
+ **timezone** | **String**| Return price date/times in this timezone, also interpret start/end date/time parameters in this timezone. | [optional] [default to UTC]
3011
+ **start_date** | **Date**| Return Crypto Prices on or after this date. | [optional]
3012
+ **start_time** | **String**| Return Crypto Prices at or after this time (24-hour). | [optional]
3013
+ **end_date** | **Date**| Return Crypto Prices on or before this date. | [optional]
3014
+ **end_time** | **String**| Return Crypto Prices at or before this time (24-hour). | [optional]
3015
+ **page_size** | **Integer**| An integer greater than or equal to 1 for specifying the number of results on each page. | [optional] [default to 100]
3016
+ **next_page** | **String**| Gets the next page of data from a previous API call | [optional]
3017
+
3018
+ ### Return type
3019
+
3020
+ [**ApiResponseCryptoPrices**](ApiResponseCryptoPrices.md)
3021
+
3022
+ [//]: # (END_OPERATION)
3023
+
3024
+
3025
+ [//]: # (START_OPERTATION)
3026
+
3027
+ [//]: # (ENDPOINT:/crypto/snapshot)
3028
+
3029
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_snapshot)
3030
+
3031
+ # **get_crypto_snapshot**
3032
+
3033
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_snapshot_v2)
3034
+
3035
+ > ApiResponseCryptoSnapshot get_crypto_snapshot(opts)
3036
+
3037
+ Crypto Snapshot
3038
+
3039
+ Returns a market snapshot over that last 24 hours for the given currency pair and exchange.
3040
+
3041
+ ### Example
3042
+
3043
+ [//]: # (START_CODE_EXAMPLE)
3044
+
3045
+ ```ruby
3046
+ # Load the gem
3047
+ require 'intrinio-sdk'
3048
+
3049
+ # Setup authorization
3050
+ Intrinio.configure do |config|
3051
+ config.api_key['api_key'] = 'YOUR API KEY'
3052
+ end
3053
+
3054
+ crypto_api = Intrinio::CryptoApi.new
3055
+
3056
+ opts = {
3057
+ pair: "btcusd", # String | Return the snapshot for the given Crypto Currency Pair.
3058
+ exchange: "binance", # String | Return the snapshot for a Crypto Currency on the given Crypto Exchange.
3059
+ currency: "BTC" # String | Return the snapshot for the given Crypto Currency.
3060
+ }
3061
+
3062
+ begin
3063
+ result = crypto_api.get_crypto_snapshot(opts)
3064
+ p result
3065
+ rescue Intrinio::ApiError => e
3066
+ puts "Exception when calling CryptoApi->get_crypto_snapshot: #{e}"
3067
+ end
3068
+ ```
3069
+
3070
+ [//]: # (END_CODE_EXAMPLE)
3071
+
3072
+ ### Parameters
3073
+
3074
+ Name | Type | Description | Notes
3075
+ ------------- | ------------- | ------------- | -------------
3076
+ **pair** | **String**| Return the snapshot for the given Crypto Currency Pair. | [optional]
3077
+ **exchange** | **String**| Return the snapshot for a Crypto Currency on the given Crypto Exchange. | [optional]
3078
+ **currency** | **String**| Return the snapshot for the given Crypto Currency. | [optional]
3079
+
3080
+ ### Return type
3081
+
3082
+ [**ApiResponseCryptoSnapshot**](ApiResponseCryptoSnapshot.md)
3083
+
3084
+ [//]: # (END_OPERATION)
3085
+
3086
+
3087
+ [//]: # (START_OPERTATION)
3088
+
3089
+ [//]: # (ENDPOINT:/crypto/stats)
3090
+
3091
+ [//]: # (DOC_LINK:CryptoApi.md#get_crypto_stats)
3092
+
3093
+ # **get_crypto_stats**
3094
+
3095
+ [**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/api_v2/get_crypto_stats_v2)
3096
+
3097
+ > ApiResponseCryptoStats get_crypto_stats(opts)
3098
+
3099
+ Crypto Stats
3100
+
3101
+ Returns available stats on Crypto Currencies.
3102
+
3103
+ ### Example
3104
+
3105
+ [//]: # (START_CODE_EXAMPLE)
3106
+
3107
+ ```ruby
3108
+ # Load the gem
3109
+ require 'intrinio-sdk'
3110
+
3111
+ # Setup authorization
3112
+ Intrinio.configure do |config|
3113
+ config.api_key['api_key'] = 'YOUR API KEY'
3114
+ end
3115
+
3116
+ crypto_api = Intrinio::CryptoApi.new
3117
+
3118
+ opts = {
3119
+ exchange: "binance", # String | Returns stats for Crypto Currencies that trade on the specified Crypto Exchange.
3120
+ currency: "BTC" # String | Returns stats for the specified Crypto Currency.
3121
+ }
3122
+
3123
+ begin
3124
+ result = crypto_api.get_crypto_stats(opts)
3125
+ p result
3126
+ rescue Intrinio::ApiError => e
3127
+ puts "Exception when calling CryptoApi->get_crypto_stats: #{e}"
3128
+ end
3129
+ ```
3130
+
3131
+ [//]: # (END_CODE_EXAMPLE)
3132
+
3133
+ ### Parameters
3134
+
3135
+ Name | Type | Description | Notes
3136
+ ------------- | ------------- | ------------- | -------------
3137
+ **exchange** | **String**| Returns stats for Crypto Currencies that trade on the specified Crypto Exchange. | [optional]
3138
+ **currency** | **String**| Returns stats for the specified Crypto Currency. | [optional]
3139
+
3140
+ ### Return type
3141
+
3142
+ [**ApiResponseCryptoStats**](ApiResponseCryptoStats.md)
3143
+
3144
+ [//]: # (END_OPERATION)
433
3145