intrinio-sdk 2.2.0 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (548) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +116 -2
  3. data/docs/ApiResponseCryptoAccumulationDistributionIndex.md +13 -0
  4. data/docs/ApiResponseCryptoAverageDailyTradingVolume.md +13 -0
  5. data/docs/ApiResponseCryptoAverageDirectionalIndex.md +13 -0
  6. data/docs/ApiResponseCryptoAverageTrueRange.md +13 -0
  7. data/docs/ApiResponseCryptoAwesomeOscillator.md +13 -0
  8. data/docs/ApiResponseCryptoBollingerBands.md +13 -0
  9. data/docs/ApiResponseCryptoChaikinMoneyFlow.md +13 -0
  10. data/docs/ApiResponseCryptoCommodityChannelIndex.md +13 -0
  11. data/docs/ApiResponseCryptoDetrendedPriceOscillator.md +13 -0
  12. data/docs/ApiResponseCryptoDonchianChannel.md +13 -0
  13. data/docs/ApiResponseCryptoEaseOfMovement.md +13 -0
  14. data/docs/ApiResponseCryptoForceIndex.md +13 -0
  15. data/docs/ApiResponseCryptoIchimokuKinkoHyo.md +13 -0
  16. data/docs/ApiResponseCryptoKeltnerChannel.md +13 -0
  17. data/docs/ApiResponseCryptoKnowSureThing.md +13 -0
  18. data/docs/ApiResponseCryptoMassIndex.md +13 -0
  19. data/docs/ApiResponseCryptoMoneyFlowIndex.md +13 -0
  20. data/docs/ApiResponseCryptoMovingAverageConvergenceDivergence.md +13 -0
  21. data/docs/ApiResponseCryptoNegativeVolumeIndex.md +13 -0
  22. data/docs/ApiResponseCryptoOnBalanceVolume.md +13 -0
  23. data/docs/ApiResponseCryptoOnBalanceVolumeMean.md +13 -0
  24. data/docs/ApiResponseCryptoRelativeStrengthIndex.md +13 -0
  25. data/docs/ApiResponseCryptoSimpleMovingAverage.md +13 -0
  26. data/docs/ApiResponseCryptoStochasticOscillator.md +13 -0
  27. data/docs/ApiResponseCryptoTripleExponentialAverage.md +13 -0
  28. data/docs/ApiResponseCryptoTrueStrengthIndex.md +13 -0
  29. data/docs/ApiResponseCryptoUltimateOscillator.md +13 -0
  30. data/docs/ApiResponseCryptoVolumePriceTrend.md +13 -0
  31. data/docs/ApiResponseCryptoVolumeWeightedAveragePrice.md +13 -0
  32. data/docs/ApiResponseCryptoVortexIndicator.md +13 -0
  33. data/docs/ApiResponseCryptoWilliamsR.md +13 -0
  34. data/docs/ApiResponseOptionsChain.md +1 -1
  35. data/docs/ApiResponseSecurityZacksAnalystRatings.md +10 -0
  36. data/docs/ApiResponseSecurityZacksAnalystRatingsSnapshot.md +9 -0
  37. data/docs/ApiResponseSecurityZacksEPSSurprises.md +10 -0
  38. data/docs/ApiResponseSecurityZacksSalesSurprises.md +10 -0
  39. data/docs/ApiResponseZacksAnalystRatings.md +9 -0
  40. data/docs/ApiResponseZacksEPSSurprises.md +9 -0
  41. data/docs/ApiResponseZacksSalesSurprises.md +9 -0
  42. data/docs/Company.md +4 -0
  43. data/docs/CompanyApi.md +240 -36
  44. data/docs/CryptoApi.md +2769 -57
  45. data/docs/CryptoPrice.md +1 -1
  46. data/docs/DataPointApi.md +44 -10
  47. data/docs/DataTagApi.md +55 -4
  48. data/docs/FilingApi.md +128 -9
  49. data/docs/ForexApi.md +57 -6
  50. data/docs/Fundamental.md +1 -1
  51. data/docs/FundamentalsApi.md +68 -0
  52. data/docs/HistoricalDataApi.md +25 -8
  53. data/docs/IndexApi.md +331 -25
  54. data/docs/MunicipalityApi.md +51 -0
  55. data/docs/OptionsApi.md +74 -6
  56. data/docs/SecurityApi.md +1108 -78
  57. data/docs/StockExchangeApi.md +117 -15
  58. data/docs/TechnicalApi.md +3121 -37
  59. data/docs/ZacksAnalystRating.md +17 -0
  60. data/docs/ZacksAnalystRatingSnapshot.md +18 -0
  61. data/docs/ZacksAnalystRatingSummary.md +16 -0
  62. data/docs/ZacksApi.md +281 -0
  63. data/docs/ZacksEPSSurprise.md +24 -0
  64. data/docs/ZacksEPSSurpriseSummary.md +23 -0
  65. data/docs/ZacksSalesSurprise.md +24 -0
  66. data/docs/ZacksSalesSurpriseSummary.md +25 -0
  67. data/intrinio-sdk.gemspec +1 -1
  68. data/lib/intrinio-sdk.rb +47 -1
  69. data/lib/intrinio-sdk/api/company_api.rb +33 -33
  70. data/lib/intrinio-sdk/api/crypto_api.rb +3108 -8
  71. data/lib/intrinio-sdk/api/data_point_api.rb +13 -13
  72. data/lib/intrinio-sdk/api/data_tag_api.rb +5 -5
  73. data/lib/intrinio-sdk/api/filing_api.rb +9 -9
  74. data/lib/intrinio-sdk/api/forex_api.rb +7 -6
  75. data/lib/intrinio-sdk/api/fundamentals_api.rb +1 -1
  76. data/lib/intrinio-sdk/api/historical_data_api.rb +9 -9
  77. data/lib/intrinio-sdk/api/index_api.rb +23 -23
  78. data/lib/intrinio-sdk/api/municipality_api.rb +1 -1
  79. data/lib/intrinio-sdk/api/options_api.rb +7 -7
  80. data/lib/intrinio-sdk/api/security_api.rb +393 -42
  81. data/lib/intrinio-sdk/api/stock_exchange_api.rb +11 -11
  82. data/lib/intrinio-sdk/api/technical_api.rb +3108 -12
  83. data/lib/intrinio-sdk/api/zacks_api.rb +393 -0
  84. data/lib/intrinio-sdk/api_client.rb +1 -1
  85. data/lib/intrinio-sdk/api_error.rb +1 -1
  86. data/lib/intrinio-sdk/configuration.rb +1 -1
  87. data/lib/intrinio-sdk/models/accumulation_distribution_index_technical_value.rb +1 -1
  88. data/lib/intrinio-sdk/models/api_response_companies.rb +1 -1
  89. data/lib/intrinio-sdk/models/api_response_companies_search.rb +1 -1
  90. data/lib/intrinio-sdk/models/api_response_company_filings.rb +1 -1
  91. data/lib/intrinio-sdk/models/api_response_company_fundamentals.rb +1 -1
  92. data/lib/intrinio-sdk/models/api_response_company_historical_data.rb +1 -1
  93. data/lib/intrinio-sdk/models/api_response_company_news.rb +1 -1
  94. data/lib/intrinio-sdk/models/api_response_company_securities.rb +1 -1
  95. data/lib/intrinio-sdk/models/api_response_crypto_accumulation_distribution_index.rb +238 -0
  96. data/lib/intrinio-sdk/models/api_response_crypto_average_daily_trading_volume.rb +238 -0
  97. data/lib/intrinio-sdk/models/api_response_crypto_average_directional_index.rb +238 -0
  98. data/lib/intrinio-sdk/models/api_response_crypto_average_true_range.rb +238 -0
  99. data/lib/intrinio-sdk/models/api_response_crypto_awesome_oscillator.rb +238 -0
  100. data/lib/intrinio-sdk/models/api_response_crypto_bollinger_bands.rb +238 -0
  101. data/lib/intrinio-sdk/models/api_response_crypto_book.rb +1 -1
  102. data/lib/intrinio-sdk/models/api_response_crypto_book_asks.rb +1 -1
  103. data/lib/intrinio-sdk/models/api_response_crypto_book_bids.rb +1 -1
  104. data/lib/intrinio-sdk/models/api_response_crypto_chaikin_money_flow.rb +238 -0
  105. data/lib/intrinio-sdk/models/api_response_crypto_commodity_channel_index.rb +238 -0
  106. data/lib/intrinio-sdk/models/api_response_crypto_currencies.rb +1 -1
  107. data/lib/intrinio-sdk/models/api_response_crypto_detrended_price_oscillator.rb +238 -0
  108. data/lib/intrinio-sdk/models/api_response_crypto_donchian_channel.rb +238 -0
  109. data/lib/intrinio-sdk/models/api_response_crypto_ease_of_movement.rb +238 -0
  110. data/lib/intrinio-sdk/models/api_response_crypto_exchanges.rb +1 -1
  111. data/lib/intrinio-sdk/models/api_response_crypto_force_index.rb +238 -0
  112. data/lib/intrinio-sdk/models/api_response_crypto_ichimoku_kinko_hyo.rb +238 -0
  113. data/lib/intrinio-sdk/models/api_response_crypto_keltner_channel.rb +238 -0
  114. data/lib/intrinio-sdk/models/api_response_crypto_know_sure_thing.rb +238 -0
  115. data/lib/intrinio-sdk/models/api_response_crypto_mass_index.rb +238 -0
  116. data/lib/intrinio-sdk/models/api_response_crypto_money_flow_index.rb +238 -0
  117. data/lib/intrinio-sdk/models/api_response_crypto_moving_average_convergence_divergence.rb +238 -0
  118. data/lib/intrinio-sdk/models/api_response_crypto_negative_volume_index.rb +238 -0
  119. data/lib/intrinio-sdk/models/api_response_crypto_on_balance_volume.rb +238 -0
  120. data/lib/intrinio-sdk/models/api_response_crypto_on_balance_volume_mean.rb +238 -0
  121. data/lib/intrinio-sdk/models/api_response_crypto_pairs.rb +1 -1
  122. data/lib/intrinio-sdk/models/api_response_crypto_prices.rb +1 -1
  123. data/lib/intrinio-sdk/models/api_response_crypto_relative_strength_index.rb +238 -0
  124. data/lib/intrinio-sdk/models/api_response_crypto_simple_moving_average.rb +238 -0
  125. data/lib/intrinio-sdk/models/api_response_crypto_snapshot.rb +1 -1
  126. data/lib/intrinio-sdk/models/api_response_crypto_stats.rb +1 -1
  127. data/lib/intrinio-sdk/models/api_response_crypto_stochastic_oscillator.rb +238 -0
  128. data/lib/intrinio-sdk/models/api_response_crypto_triple_exponential_average.rb +238 -0
  129. data/lib/intrinio-sdk/models/api_response_crypto_true_strength_index.rb +238 -0
  130. data/lib/intrinio-sdk/models/api_response_crypto_ultimate_oscillator.rb +238 -0
  131. data/lib/intrinio-sdk/models/api_response_crypto_volume_price_trend.rb +238 -0
  132. data/lib/intrinio-sdk/models/api_response_crypto_volume_weighted_average_price.rb +238 -0
  133. data/lib/intrinio-sdk/models/api_response_crypto_vortex_indicator.rb +238 -0
  134. data/lib/intrinio-sdk/models/api_response_crypto_williams_r.rb +238 -0
  135. data/lib/intrinio-sdk/models/api_response_data_tags.rb +1 -1
  136. data/lib/intrinio-sdk/models/api_response_data_tags_search.rb +1 -1
  137. data/lib/intrinio-sdk/models/api_response_economic_index_historical_data.rb +1 -1
  138. data/lib/intrinio-sdk/models/api_response_economic_indices.rb +1 -1
  139. data/lib/intrinio-sdk/models/api_response_economic_indices_search.rb +1 -1
  140. data/lib/intrinio-sdk/models/api_response_filing_notes.rb +1 -1
  141. data/lib/intrinio-sdk/models/api_response_filing_notes_search.rb +1 -1
  142. data/lib/intrinio-sdk/models/api_response_filings.rb +1 -1
  143. data/lib/intrinio-sdk/models/api_response_forex_currencies.rb +1 -1
  144. data/lib/intrinio-sdk/models/api_response_forex_pairs.rb +1 -1
  145. data/lib/intrinio-sdk/models/api_response_forex_prices.rb +1 -1
  146. data/lib/intrinio-sdk/models/api_response_historical_data.rb +1 -1
  147. data/lib/intrinio-sdk/models/api_response_municipalities.rb +1 -1
  148. data/lib/intrinio-sdk/models/api_response_municipalitiy_financials.rb +1 -1
  149. data/lib/intrinio-sdk/models/api_response_news.rb +1 -1
  150. data/lib/intrinio-sdk/models/api_response_option_prices.rb +1 -1
  151. data/lib/intrinio-sdk/models/api_response_options.rb +1 -1
  152. data/lib/intrinio-sdk/models/api_response_options_chain.rb +9 -9
  153. data/lib/intrinio-sdk/models/api_response_options_expirations.rb +1 -1
  154. data/lib/intrinio-sdk/models/api_response_reported_financials.rb +1 -1
  155. data/lib/intrinio-sdk/models/api_response_securities.rb +1 -1
  156. data/lib/intrinio-sdk/models/api_response_securities_search.rb +1 -1
  157. data/lib/intrinio-sdk/models/api_response_security_accumulation_distribution_index.rb +1 -1
  158. data/lib/intrinio-sdk/models/api_response_security_average_daily_trading_volume.rb +1 -1
  159. data/lib/intrinio-sdk/models/api_response_security_average_directional_index.rb +1 -1
  160. data/lib/intrinio-sdk/models/api_response_security_average_true_range.rb +1 -1
  161. data/lib/intrinio-sdk/models/api_response_security_awesome_oscillator.rb +1 -1
  162. data/lib/intrinio-sdk/models/api_response_security_bollinger_bands.rb +1 -1
  163. data/lib/intrinio-sdk/models/api_response_security_chaikin_money_flow.rb +1 -1
  164. data/lib/intrinio-sdk/models/api_response_security_commodity_channel_index.rb +1 -1
  165. data/lib/intrinio-sdk/models/api_response_security_detrended_price_oscillator.rb +1 -1
  166. data/lib/intrinio-sdk/models/api_response_security_donchian_channel.rb +1 -1
  167. data/lib/intrinio-sdk/models/api_response_security_ease_of_movement.rb +1 -1
  168. data/lib/intrinio-sdk/models/api_response_security_force_index.rb +1 -1
  169. data/lib/intrinio-sdk/models/api_response_security_historical_data.rb +1 -1
  170. data/lib/intrinio-sdk/models/api_response_security_ichimoku_kinko_hyo.rb +1 -1
  171. data/lib/intrinio-sdk/models/api_response_security_intraday_prices.rb +1 -1
  172. data/lib/intrinio-sdk/models/api_response_security_keltner_channel.rb +1 -1
  173. data/lib/intrinio-sdk/models/api_response_security_know_sure_thing.rb +1 -1
  174. data/lib/intrinio-sdk/models/api_response_security_mass_index.rb +1 -1
  175. data/lib/intrinio-sdk/models/api_response_security_money_flow_index.rb +1 -1
  176. data/lib/intrinio-sdk/models/api_response_security_moving_average_convergence_divergence.rb +1 -1
  177. data/lib/intrinio-sdk/models/api_response_security_negative_volume_index.rb +1 -1
  178. data/lib/intrinio-sdk/models/api_response_security_on_balance_volume.rb +1 -1
  179. data/lib/intrinio-sdk/models/api_response_security_on_balance_volume_mean.rb +1 -1
  180. data/lib/intrinio-sdk/models/api_response_security_relative_strength_index.rb +1 -1
  181. data/lib/intrinio-sdk/models/api_response_security_simple_moving_average.rb +1 -1
  182. data/lib/intrinio-sdk/models/api_response_security_stochastic_oscillator.rb +1 -1
  183. data/lib/intrinio-sdk/models/api_response_security_stock_price_adjustments.rb +1 -1
  184. data/lib/intrinio-sdk/models/api_response_security_stock_prices.rb +1 -1
  185. data/lib/intrinio-sdk/models/api_response_security_triple_exponential_average.rb +1 -1
  186. data/lib/intrinio-sdk/models/api_response_security_true_strength_index.rb +1 -1
  187. data/lib/intrinio-sdk/models/api_response_security_ultimate_oscillator.rb +1 -1
  188. data/lib/intrinio-sdk/models/api_response_security_volume_price_trend.rb +1 -1
  189. data/lib/intrinio-sdk/models/api_response_security_volume_weighted_average_price.rb +1 -1
  190. data/lib/intrinio-sdk/models/api_response_security_vortex_indicator.rb +1 -1
  191. data/lib/intrinio-sdk/models/api_response_security_williams_r.rb +1 -1
  192. data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings.rb +210 -0
  193. data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings_snapshot.rb +200 -0
  194. data/lib/intrinio-sdk/models/api_response_security_zacks_eps_surprises.rb +210 -0
  195. data/lib/intrinio-sdk/models/api_response_security_zacks_sales_surprises.rb +210 -0
  196. data/lib/intrinio-sdk/models/api_response_sic_index_historical_data.rb +1 -1
  197. data/lib/intrinio-sdk/models/api_response_sic_indices.rb +1 -1
  198. data/lib/intrinio-sdk/models/api_response_sic_indices_search.rb +1 -1
  199. data/lib/intrinio-sdk/models/api_response_standardized_financials.rb +1 -1
  200. data/lib/intrinio-sdk/models/api_response_stock_exchange_realtime_stock_prices.rb +1 -1
  201. data/lib/intrinio-sdk/models/api_response_stock_exchange_securities.rb +1 -1
  202. data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_price_adjustments.rb +1 -1
  203. data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_prices.rb +1 -1
  204. data/lib/intrinio-sdk/models/api_response_stock_exchanges.rb +1 -1
  205. data/lib/intrinio-sdk/models/api_response_stock_market_index_historical_data.rb +1 -1
  206. data/lib/intrinio-sdk/models/api_response_stock_market_indices.rb +1 -1
  207. data/lib/intrinio-sdk/models/api_response_stock_market_indices_search.rb +1 -1
  208. data/lib/intrinio-sdk/models/api_response_zacks_analyst_ratings.rb +200 -0
  209. data/lib/intrinio-sdk/models/api_response_zacks_eps_surprises.rb +201 -0
  210. data/lib/intrinio-sdk/models/api_response_zacks_sales_surprises.rb +201 -0
  211. data/lib/intrinio-sdk/models/average_daily_trading_volume_technical_value.rb +1 -1
  212. data/lib/intrinio-sdk/models/average_directional_index_technical_value.rb +1 -1
  213. data/lib/intrinio-sdk/models/average_true_range_technical_value.rb +1 -1
  214. data/lib/intrinio-sdk/models/awesome_oscillator_technical_value.rb +1 -1
  215. data/lib/intrinio-sdk/models/bollinger_bands_technical_value.rb +1 -1
  216. data/lib/intrinio-sdk/models/chaikin_money_flow_technical_value.rb +1 -1
  217. data/lib/intrinio-sdk/models/commodity_channel_index_technical_value.rb +1 -1
  218. data/lib/intrinio-sdk/models/company.rb +45 -5
  219. data/lib/intrinio-sdk/models/company_filing.rb +1 -1
  220. data/lib/intrinio-sdk/models/company_news.rb +1 -1
  221. data/lib/intrinio-sdk/models/company_news_summary.rb +1 -1
  222. data/lib/intrinio-sdk/models/company_summary.rb +1 -1
  223. data/lib/intrinio-sdk/models/crypto_ask.rb +1 -1
  224. data/lib/intrinio-sdk/models/crypto_bid.rb +1 -1
  225. data/lib/intrinio-sdk/models/crypto_book_entry.rb +1 -1
  226. data/lib/intrinio-sdk/models/crypto_currency.rb +1 -1
  227. data/lib/intrinio-sdk/models/crypto_exchange.rb +1 -1
  228. data/lib/intrinio-sdk/models/crypto_exchange_summary.rb +1 -1
  229. data/lib/intrinio-sdk/models/crypto_pair.rb +1 -1
  230. data/lib/intrinio-sdk/models/crypto_pair_summary.rb +1 -1
  231. data/lib/intrinio-sdk/models/crypto_price.rb +2 -2
  232. data/lib/intrinio-sdk/models/crypto_snapshot.rb +1 -1
  233. data/lib/intrinio-sdk/models/crypto_stat.rb +1 -1
  234. data/lib/intrinio-sdk/models/data_tag.rb +1 -1
  235. data/lib/intrinio-sdk/models/data_tag_summary.rb +1 -1
  236. data/lib/intrinio-sdk/models/detrended_price_oscillator_technical_value.rb +1 -1
  237. data/lib/intrinio-sdk/models/dividend_record.rb +1 -1
  238. data/lib/intrinio-sdk/models/donchian_channel_technical_value.rb +1 -1
  239. data/lib/intrinio-sdk/models/earnings_record.rb +1 -1
  240. data/lib/intrinio-sdk/models/ease_of_movement_technical_value.rb +1 -1
  241. data/lib/intrinio-sdk/models/economic_index.rb +1 -1
  242. data/lib/intrinio-sdk/models/economic_index_summary.rb +1 -1
  243. data/lib/intrinio-sdk/models/filing.rb +1 -1
  244. data/lib/intrinio-sdk/models/filing_note.rb +1 -1
  245. data/lib/intrinio-sdk/models/filing_note_filing.rb +1 -1
  246. data/lib/intrinio-sdk/models/filing_note_summary.rb +1 -1
  247. data/lib/intrinio-sdk/models/filing_summary.rb +1 -1
  248. data/lib/intrinio-sdk/models/force_index_technical_value.rb +1 -1
  249. data/lib/intrinio-sdk/models/forex_currency.rb +1 -1
  250. data/lib/intrinio-sdk/models/forex_pair.rb +1 -1
  251. data/lib/intrinio-sdk/models/forex_price.rb +1 -1
  252. data/lib/intrinio-sdk/models/fundamental.rb +2 -2
  253. data/lib/intrinio-sdk/models/fundamental_summary.rb +1 -1
  254. data/lib/intrinio-sdk/models/historical_data.rb +1 -1
  255. data/lib/intrinio-sdk/models/ichimoku_kinko_hyo_technical_value.rb +1 -1
  256. data/lib/intrinio-sdk/models/intraday_stock_price.rb +1 -1
  257. data/lib/intrinio-sdk/models/keltner_channel_technical_value.rb +1 -1
  258. data/lib/intrinio-sdk/models/know_sure_thing_technical_value.rb +1 -1
  259. data/lib/intrinio-sdk/models/mass_index_technical_value.rb +1 -1
  260. data/lib/intrinio-sdk/models/money_flow_index_technical_value.rb +1 -1
  261. data/lib/intrinio-sdk/models/moving_average_convergence_divergence_technical_value.rb +1 -1
  262. data/lib/intrinio-sdk/models/municipality.rb +1 -1
  263. data/lib/intrinio-sdk/models/municipality_financial.rb +1 -1
  264. data/lib/intrinio-sdk/models/negative_volume_index_technical_value.rb +1 -1
  265. data/lib/intrinio-sdk/models/on_balance_volume_mean_technical_value.rb +1 -1
  266. data/lib/intrinio-sdk/models/on_balance_volume_technical_value.rb +1 -1
  267. data/lib/intrinio-sdk/models/option.rb +1 -1
  268. data/lib/intrinio-sdk/models/option_chain.rb +1 -1
  269. data/lib/intrinio-sdk/models/option_price.rb +1 -1
  270. data/lib/intrinio-sdk/models/realtime_stock_price.rb +1 -1
  271. data/lib/intrinio-sdk/models/realtime_stock_price_security.rb +1 -1
  272. data/lib/intrinio-sdk/models/relative_strength_index_technical_value.rb +1 -1
  273. data/lib/intrinio-sdk/models/reported_financial.rb +1 -1
  274. data/lib/intrinio-sdk/models/reported_financial_dimension.rb +1 -1
  275. data/lib/intrinio-sdk/models/reported_tag.rb +1 -1
  276. data/lib/intrinio-sdk/models/security.rb +1 -1
  277. data/lib/intrinio-sdk/models/security_screen_clause.rb +1 -1
  278. data/lib/intrinio-sdk/models/security_screen_group.rb +1 -1
  279. data/lib/intrinio-sdk/models/security_screen_result.rb +1 -1
  280. data/lib/intrinio-sdk/models/security_screen_result_data.rb +1 -1
  281. data/lib/intrinio-sdk/models/security_summary.rb +1 -1
  282. data/lib/intrinio-sdk/models/sic_index.rb +1 -1
  283. data/lib/intrinio-sdk/models/simple_moving_average_technical_value.rb +1 -1
  284. data/lib/intrinio-sdk/models/standardized_financial.rb +1 -1
  285. data/lib/intrinio-sdk/models/stochastic_oscillator_technical_value.rb +1 -1
  286. data/lib/intrinio-sdk/models/stock_exchange.rb +1 -1
  287. data/lib/intrinio-sdk/models/stock_market_index.rb +1 -1
  288. data/lib/intrinio-sdk/models/stock_market_index_summary.rb +1 -1
  289. data/lib/intrinio-sdk/models/stock_price.rb +1 -1
  290. data/lib/intrinio-sdk/models/stock_price_adjustment.rb +1 -1
  291. data/lib/intrinio-sdk/models/stock_price_adjustment_summary.rb +1 -1
  292. data/lib/intrinio-sdk/models/stock_price_summary.rb +1 -1
  293. data/lib/intrinio-sdk/models/technical_indicator.rb +1 -1
  294. data/lib/intrinio-sdk/models/triple_exponential_average_technical_value.rb +1 -1
  295. data/lib/intrinio-sdk/models/true_strength_index_technical_value.rb +1 -1
  296. data/lib/intrinio-sdk/models/ultimate_oscillator_technical_value.rb +1 -1
  297. data/lib/intrinio-sdk/models/volume_price_trend_technical_value.rb +1 -1
  298. data/lib/intrinio-sdk/models/volume_weighted_average_price_value.rb +1 -1
  299. data/lib/intrinio-sdk/models/vortex_indicator_technical_value.rb +1 -1
  300. data/lib/intrinio-sdk/models/williams_r_technical_value.rb +1 -1
  301. data/lib/intrinio-sdk/models/zacks_analyst_rating.rb +279 -0
  302. data/lib/intrinio-sdk/models/zacks_analyst_rating_snapshot.rb +289 -0
  303. data/lib/intrinio-sdk/models/zacks_analyst_rating_summary.rb +269 -0
  304. data/lib/intrinio-sdk/models/zacks_eps_surprise.rb +349 -0
  305. data/lib/intrinio-sdk/models/zacks_eps_surprise_summary.rb +339 -0
  306. data/lib/intrinio-sdk/models/zacks_sales_surprise.rb +349 -0
  307. data/lib/intrinio-sdk/models/zacks_sales_surprise_summary.rb +359 -0
  308. data/lib/intrinio-sdk/version.rb +2 -2
  309. data/spec/api/company_api_spec.rb +17 -17
  310. data/spec/api/crypto_api_spec.rb +741 -4
  311. data/spec/api/data_point_api_spec.rb +7 -7
  312. data/spec/api/data_tag_api_spec.rb +3 -3
  313. data/spec/api/filing_api_spec.rb +5 -5
  314. data/spec/api/forex_api_spec.rb +3 -3
  315. data/spec/api/fundamentals_api_spec.rb +1 -1
  316. data/spec/api/historical_data_api_spec.rb +5 -5
  317. data/spec/api/index_api_spec.rb +12 -12
  318. data/spec/api/municipality_api_spec.rb +1 -1
  319. data/spec/api/options_api_spec.rb +4 -4
  320. data/spec/api/security_api_spec.rb +88 -19
  321. data/spec/api/stock_exchange_api_spec.rb +6 -6
  322. data/spec/api/technical_api_spec.rb +740 -4
  323. data/spec/api/zacks_api_spec.rb +119 -0
  324. data/spec/api_client_spec.rb +1 -1
  325. data/spec/configuration_spec.rb +1 -1
  326. data/spec/models/accumulation_distribution_index_technical_value_spec.rb +1 -1
  327. data/spec/models/api_response_companies_search_spec.rb +1 -1
  328. data/spec/models/api_response_companies_spec.rb +1 -1
  329. data/spec/models/api_response_company_filings_spec.rb +1 -1
  330. data/spec/models/api_response_company_fundamentals_spec.rb +1 -1
  331. data/spec/models/api_response_company_historical_data_spec.rb +1 -1
  332. data/spec/models/api_response_company_news_spec.rb +1 -1
  333. data/spec/models/api_response_company_securities_spec.rb +1 -1
  334. data/spec/models/api_response_crypto_accumulation_distribution_index_spec.rb +72 -0
  335. data/spec/models/api_response_crypto_average_daily_trading_volume_spec.rb +72 -0
  336. data/spec/models/api_response_crypto_average_directional_index_spec.rb +72 -0
  337. data/spec/models/api_response_crypto_average_true_range_spec.rb +72 -0
  338. data/spec/models/api_response_crypto_awesome_oscillator_spec.rb +72 -0
  339. data/spec/models/api_response_crypto_bollinger_bands_spec.rb +72 -0
  340. data/spec/models/api_response_crypto_book_asks_spec.rb +1 -1
  341. data/spec/models/api_response_crypto_book_bids_spec.rb +1 -1
  342. data/spec/models/api_response_crypto_book_spec.rb +1 -1
  343. data/spec/models/api_response_crypto_chaikin_money_flow_spec.rb +72 -0
  344. data/spec/models/api_response_crypto_commodity_channel_index_spec.rb +72 -0
  345. data/spec/models/api_response_crypto_currencies_spec.rb +1 -1
  346. data/spec/models/api_response_crypto_detrended_price_oscillator_spec.rb +72 -0
  347. data/spec/models/api_response_crypto_donchian_channel_spec.rb +72 -0
  348. data/spec/models/api_response_crypto_ease_of_movement_spec.rb +72 -0
  349. data/spec/models/api_response_crypto_exchanges_spec.rb +1 -1
  350. data/spec/models/api_response_crypto_force_index_spec.rb +72 -0
  351. data/spec/models/api_response_crypto_ichimoku_kinko_hyo_spec.rb +72 -0
  352. data/spec/models/api_response_crypto_keltner_channel_spec.rb +72 -0
  353. data/spec/models/api_response_crypto_know_sure_thing_spec.rb +72 -0
  354. data/spec/models/api_response_crypto_mass_index_spec.rb +72 -0
  355. data/spec/models/api_response_crypto_money_flow_index_spec.rb +72 -0
  356. data/spec/models/api_response_crypto_moving_average_convergence_divergence_spec.rb +72 -0
  357. data/spec/models/api_response_crypto_negative_volume_index_spec.rb +72 -0
  358. data/spec/models/api_response_crypto_on_balance_volume_mean_spec.rb +72 -0
  359. data/spec/models/api_response_crypto_on_balance_volume_spec.rb +72 -0
  360. data/spec/models/api_response_crypto_pairs_spec.rb +1 -1
  361. data/spec/models/api_response_crypto_prices_spec.rb +1 -1
  362. data/spec/models/api_response_crypto_relative_strength_index_spec.rb +72 -0
  363. data/spec/models/api_response_crypto_simple_moving_average_spec.rb +72 -0
  364. data/spec/models/api_response_crypto_snapshot_spec.rb +1 -1
  365. data/spec/models/api_response_crypto_stats_spec.rb +1 -1
  366. data/spec/models/api_response_crypto_stochastic_oscillator_spec.rb +72 -0
  367. data/spec/models/api_response_crypto_triple_exponential_average_spec.rb +72 -0
  368. data/spec/models/api_response_crypto_true_strength_index_spec.rb +72 -0
  369. data/spec/models/api_response_crypto_ultimate_oscillator_spec.rb +72 -0
  370. data/spec/models/api_response_crypto_volume_price_trend_spec.rb +72 -0
  371. data/spec/models/api_response_crypto_volume_weighted_average_price_spec.rb +72 -0
  372. data/spec/models/api_response_crypto_vortex_indicator_spec.rb +72 -0
  373. data/spec/models/api_response_crypto_williams_r_spec.rb +72 -0
  374. data/spec/models/api_response_data_tags_search_spec.rb +1 -1
  375. data/spec/models/api_response_data_tags_spec.rb +1 -1
  376. data/spec/models/api_response_economic_index_historical_data_spec.rb +1 -1
  377. data/spec/models/api_response_economic_indices_search_spec.rb +1 -1
  378. data/spec/models/api_response_economic_indices_spec.rb +1 -1
  379. data/spec/models/api_response_filing_notes_search_spec.rb +1 -1
  380. data/spec/models/api_response_filing_notes_spec.rb +1 -1
  381. data/spec/models/api_response_filings_spec.rb +1 -1
  382. data/spec/models/api_response_forex_currencies_spec.rb +1 -1
  383. data/spec/models/api_response_forex_pairs_spec.rb +1 -1
  384. data/spec/models/api_response_forex_prices_spec.rb +1 -1
  385. data/spec/models/api_response_historical_data_spec.rb +1 -1
  386. data/spec/models/api_response_municipalities_spec.rb +1 -1
  387. data/spec/models/api_response_municipalitiy_financials_spec.rb +1 -1
  388. data/spec/models/api_response_news_spec.rb +1 -1
  389. data/spec/models/api_response_option_prices_spec.rb +1 -1
  390. data/spec/models/api_response_options_chain_spec.rb +2 -2
  391. data/spec/models/api_response_options_expirations_spec.rb +1 -1
  392. data/spec/models/api_response_options_spec.rb +1 -1
  393. data/spec/models/api_response_reported_financials_spec.rb +1 -1
  394. data/spec/models/api_response_securities_search_spec.rb +1 -1
  395. data/spec/models/api_response_securities_spec.rb +1 -1
  396. data/spec/models/api_response_security_accumulation_distribution_index_spec.rb +1 -1
  397. data/spec/models/api_response_security_average_daily_trading_volume_spec.rb +1 -1
  398. data/spec/models/api_response_security_average_directional_index_spec.rb +1 -1
  399. data/spec/models/api_response_security_average_true_range_spec.rb +1 -1
  400. data/spec/models/api_response_security_awesome_oscillator_spec.rb +1 -1
  401. data/spec/models/api_response_security_bollinger_bands_spec.rb +1 -1
  402. data/spec/models/api_response_security_chaikin_money_flow_spec.rb +1 -1
  403. data/spec/models/api_response_security_commodity_channel_index_spec.rb +1 -1
  404. data/spec/models/api_response_security_detrended_price_oscillator_spec.rb +1 -1
  405. data/spec/models/api_response_security_donchian_channel_spec.rb +1 -1
  406. data/spec/models/api_response_security_ease_of_movement_spec.rb +1 -1
  407. data/spec/models/api_response_security_force_index_spec.rb +1 -1
  408. data/spec/models/api_response_security_historical_data_spec.rb +1 -1
  409. data/spec/models/api_response_security_ichimoku_kinko_hyo_spec.rb +1 -1
  410. data/spec/models/api_response_security_intraday_prices_spec.rb +1 -1
  411. data/spec/models/api_response_security_keltner_channel_spec.rb +1 -1
  412. data/spec/models/api_response_security_know_sure_thing_spec.rb +1 -1
  413. data/spec/models/api_response_security_mass_index_spec.rb +1 -1
  414. data/spec/models/api_response_security_money_flow_index_spec.rb +1 -1
  415. data/spec/models/api_response_security_moving_average_convergence_divergence_spec.rb +1 -1
  416. data/spec/models/api_response_security_negative_volume_index_spec.rb +1 -1
  417. data/spec/models/api_response_security_on_balance_volume_mean_spec.rb +1 -1
  418. data/spec/models/api_response_security_on_balance_volume_spec.rb +1 -1
  419. data/spec/models/api_response_security_relative_strength_index_spec.rb +1 -1
  420. data/spec/models/api_response_security_simple_moving_average_spec.rb +1 -1
  421. data/spec/models/api_response_security_stochastic_oscillator_spec.rb +1 -1
  422. data/spec/models/api_response_security_stock_price_adjustments_spec.rb +1 -1
  423. data/spec/models/api_response_security_stock_prices_spec.rb +1 -1
  424. data/spec/models/api_response_security_triple_exponential_average_spec.rb +1 -1
  425. data/spec/models/api_response_security_true_strength_index_spec.rb +1 -1
  426. data/spec/models/api_response_security_ultimate_oscillator_spec.rb +1 -1
  427. data/spec/models/api_response_security_volume_price_trend_spec.rb +1 -1
  428. data/spec/models/api_response_security_volume_weighted_average_price_spec.rb +1 -1
  429. data/spec/models/api_response_security_vortex_indicator_spec.rb +1 -1
  430. data/spec/models/api_response_security_williams_r_spec.rb +1 -1
  431. data/spec/models/api_response_security_zacks_analyst_ratings_snapshot_spec.rb +48 -0
  432. data/spec/models/api_response_security_zacks_analyst_ratings_spec.rb +54 -0
  433. data/spec/models/api_response_security_zacks_eps_surprises_spec.rb +54 -0
  434. data/spec/models/api_response_security_zacks_sales_surprises_spec.rb +54 -0
  435. data/spec/models/api_response_sic_index_historical_data_spec.rb +1 -1
  436. data/spec/models/api_response_sic_indices_search_spec.rb +1 -1
  437. data/spec/models/api_response_sic_indices_spec.rb +1 -1
  438. data/spec/models/api_response_standardized_financials_spec.rb +1 -1
  439. data/spec/models/api_response_stock_exchange_realtime_stock_prices_spec.rb +1 -1
  440. data/spec/models/api_response_stock_exchange_securities_spec.rb +1 -1
  441. data/spec/models/api_response_stock_exchange_stock_price_adjustments_spec.rb +1 -1
  442. data/spec/models/api_response_stock_exchange_stock_prices_spec.rb +1 -1
  443. data/spec/models/api_response_stock_exchanges_spec.rb +1 -1
  444. data/spec/models/api_response_stock_market_index_historical_data_spec.rb +1 -1
  445. data/spec/models/api_response_stock_market_indices_search_spec.rb +1 -1
  446. data/spec/models/api_response_stock_market_indices_spec.rb +1 -1
  447. data/spec/models/api_response_zacks_analyst_ratings_spec.rb +48 -0
  448. data/spec/models/api_response_zacks_eps_surprises_spec.rb +48 -0
  449. data/spec/models/api_response_zacks_sales_surprises_spec.rb +48 -0
  450. data/spec/models/average_daily_trading_volume_technical_value_spec.rb +1 -1
  451. data/spec/models/average_directional_index_technical_value_spec.rb +1 -1
  452. data/spec/models/average_true_range_technical_value_spec.rb +1 -1
  453. data/spec/models/awesome_oscillator_technical_value_spec.rb +1 -1
  454. data/spec/models/bollinger_bands_technical_value_spec.rb +1 -1
  455. data/spec/models/chaikin_money_flow_technical_value_spec.rb +1 -1
  456. data/spec/models/commodity_channel_index_technical_value_spec.rb +1 -1
  457. data/spec/models/company_filing_spec.rb +1 -1
  458. data/spec/models/company_news_spec.rb +1 -1
  459. data/spec/models/company_news_summary_spec.rb +1 -1
  460. data/spec/models/company_spec.rb +25 -1
  461. data/spec/models/company_summary_spec.rb +1 -1
  462. data/spec/models/crypto_ask_spec.rb +1 -1
  463. data/spec/models/crypto_bid_spec.rb +1 -1
  464. data/spec/models/crypto_book_entry_spec.rb +1 -1
  465. data/spec/models/crypto_currency_spec.rb +1 -1
  466. data/spec/models/crypto_exchange_spec.rb +1 -1
  467. data/spec/models/crypto_exchange_summary_spec.rb +1 -1
  468. data/spec/models/crypto_pair_spec.rb +1 -1
  469. data/spec/models/crypto_pair_summary_spec.rb +1 -1
  470. data/spec/models/crypto_price_spec.rb +1 -1
  471. data/spec/models/crypto_snapshot_spec.rb +1 -1
  472. data/spec/models/crypto_stat_spec.rb +1 -1
  473. data/spec/models/data_tag_spec.rb +1 -1
  474. data/spec/models/data_tag_summary_spec.rb +1 -1
  475. data/spec/models/detrended_price_oscillator_technical_value_spec.rb +1 -1
  476. data/spec/models/dividend_record_spec.rb +1 -1
  477. data/spec/models/donchian_channel_technical_value_spec.rb +1 -1
  478. data/spec/models/earnings_record_spec.rb +1 -1
  479. data/spec/models/ease_of_movement_technical_value_spec.rb +1 -1
  480. data/spec/models/economic_index_spec.rb +1 -1
  481. data/spec/models/economic_index_summary_spec.rb +1 -1
  482. data/spec/models/filing_note_filing_spec.rb +1 -1
  483. data/spec/models/filing_note_spec.rb +1 -1
  484. data/spec/models/filing_note_summary_spec.rb +1 -1
  485. data/spec/models/filing_spec.rb +1 -1
  486. data/spec/models/filing_summary_spec.rb +1 -1
  487. data/spec/models/force_index_technical_value_spec.rb +1 -1
  488. data/spec/models/forex_currency_spec.rb +1 -1
  489. data/spec/models/forex_pair_spec.rb +1 -1
  490. data/spec/models/forex_price_spec.rb +1 -1
  491. data/spec/models/fundamental_spec.rb +1 -1
  492. data/spec/models/fundamental_summary_spec.rb +1 -1
  493. data/spec/models/historical_data_spec.rb +1 -1
  494. data/spec/models/ichimoku_kinko_hyo_technical_value_spec.rb +1 -1
  495. data/spec/models/intraday_stock_price_spec.rb +1 -1
  496. data/spec/models/keltner_channel_technical_value_spec.rb +1 -1
  497. data/spec/models/know_sure_thing_technical_value_spec.rb +1 -1
  498. data/spec/models/mass_index_technical_value_spec.rb +1 -1
  499. data/spec/models/money_flow_index_technical_value_spec.rb +1 -1
  500. data/spec/models/moving_average_convergence_divergence_technical_value_spec.rb +1 -1
  501. data/spec/models/municipality_financial_spec.rb +1 -1
  502. data/spec/models/municipality_spec.rb +1 -1
  503. data/spec/models/negative_volume_index_technical_value_spec.rb +1 -1
  504. data/spec/models/on_balance_volume_mean_technical_value_spec.rb +1 -1
  505. data/spec/models/on_balance_volume_technical_value_spec.rb +1 -1
  506. data/spec/models/option_chain_spec.rb +1 -1
  507. data/spec/models/option_price_spec.rb +1 -1
  508. data/spec/models/option_spec.rb +1 -1
  509. data/spec/models/realtime_stock_price_security_spec.rb +1 -1
  510. data/spec/models/realtime_stock_price_spec.rb +1 -1
  511. data/spec/models/relative_strength_index_technical_value_spec.rb +1 -1
  512. data/spec/models/reported_financial_dimension_spec.rb +1 -1
  513. data/spec/models/reported_financial_spec.rb +1 -1
  514. data/spec/models/reported_tag_spec.rb +1 -1
  515. data/spec/models/security_screen_clause_spec.rb +1 -1
  516. data/spec/models/security_screen_group_spec.rb +1 -1
  517. data/spec/models/security_screen_result_data_spec.rb +1 -1
  518. data/spec/models/security_screen_result_spec.rb +1 -1
  519. data/spec/models/security_spec.rb +1 -1
  520. data/spec/models/security_summary_spec.rb +1 -1
  521. data/spec/models/sic_index_spec.rb +1 -1
  522. data/spec/models/simple_moving_average_technical_value_spec.rb +1 -1
  523. data/spec/models/standardized_financial_spec.rb +1 -1
  524. data/spec/models/stochastic_oscillator_technical_value_spec.rb +1 -1
  525. data/spec/models/stock_exchange_spec.rb +1 -1
  526. data/spec/models/stock_market_index_spec.rb +1 -1
  527. data/spec/models/stock_market_index_summary_spec.rb +1 -1
  528. data/spec/models/stock_price_adjustment_spec.rb +1 -1
  529. data/spec/models/stock_price_adjustment_summary_spec.rb +1 -1
  530. data/spec/models/stock_price_spec.rb +1 -1
  531. data/spec/models/stock_price_summary_spec.rb +1 -1
  532. data/spec/models/technical_indicator_spec.rb +1 -1
  533. data/spec/models/triple_exponential_average_technical_value_spec.rb +1 -1
  534. data/spec/models/true_strength_index_technical_value_spec.rb +1 -1
  535. data/spec/models/ultimate_oscillator_technical_value_spec.rb +1 -1
  536. data/spec/models/volume_price_trend_technical_value_spec.rb +1 -1
  537. data/spec/models/volume_weighted_average_price_value_spec.rb +1 -1
  538. data/spec/models/vortex_indicator_technical_value_spec.rb +1 -1
  539. data/spec/models/williams_r_technical_value_spec.rb +1 -1
  540. data/spec/models/zacks_analyst_rating_snapshot_spec.rb +102 -0
  541. data/spec/models/zacks_analyst_rating_spec.rb +96 -0
  542. data/spec/models/zacks_analyst_rating_summary_spec.rb +90 -0
  543. data/spec/models/zacks_eps_surprise_spec.rb +138 -0
  544. data/spec/models/zacks_eps_surprise_summary_spec.rb +132 -0
  545. data/spec/models/zacks_sales_surprise_spec.rb +138 -0
  546. data/spec/models/zacks_sales_surprise_summary_spec.rb +144 -0
  547. data/spec/spec_helper.rb +1 -1
  548. metadata +186 -2
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
5
 
6
- OpenAPI spec version: 2.5.0
6
+ OpenAPI spec version: 2.6.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.3.0-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module Intrinio
14
- VERSION = "2.2.0"
14
+ VERSION = "2.3.0"
15
15
  end
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.6.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -42,7 +42,7 @@ describe 'CompanyApi' do
42
42
  # @option opts [String] :sector Industry sector
43
43
  # @option opts [String] :industry_category Industry category
44
44
  # @option opts [String] :industry_group Industry group
45
- # @option opts [Float] :page_size The number of results to return
45
+ # @option opts [Integer] :page_size The number of results to return
46
46
  # @option opts [String] :next_page Gets the next page of data from a previous API call
47
47
  # @return [ApiResponseCompanies]
48
48
  describe 'get_all_companies test' do
@@ -55,7 +55,7 @@ describe 'CompanyApi' do
55
55
  # All News
56
56
  # Returns all News for all Companies
57
57
  # @param [Hash] opts the optional parameters
58
- # @option opts [Float] :page_size The number of results to return
58
+ # @option opts [Integer] :page_size The number of results to return
59
59
  # @option opts [String] :next_page Gets the next page of data from a previous API call
60
60
  # @return [ApiResponseNews]
61
61
  describe 'get_all_company_news test' do
@@ -78,9 +78,9 @@ describe 'CompanyApi' do
78
78
 
79
79
  # unit tests for get_company_data_point_number
80
80
  # Data Point (Number) for Company
81
- # $$v2_company_data_point_number_description$$
82
- # @param identifier $$v2_company_data_point_identifier_description$$
83
- # @param tag $$v2_company_data_point_item_description$$
81
+ # Returns a numeric value for the given `tag` for the Company with the given `identifier`
82
+ # @param identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
83
+ # @param tag An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
84
84
  # @param [Hash] opts the optional parameters
85
85
  # @return [Float]
86
86
  describe 'get_company_data_point_number test' do
@@ -91,9 +91,9 @@ describe 'CompanyApi' do
91
91
 
92
92
  # unit tests for get_company_data_point_text
93
93
  # Data Point (Text) for Company
94
- # $$v2_company_data_point_text_description$$
95
- # @param identifier $$v2_company_data_point_identifier_description$$
96
- # @param tag $$v2_company_data_point_item_description$$
94
+ # Returns a text value for the given `tag` for the Company with the given `identifier`
95
+ # @param identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
96
+ # @param tag An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
97
97
  # @param [Hash] opts the optional parameters
98
98
  # @return [String]
99
99
  describe 'get_company_data_point_text test' do
@@ -107,7 +107,7 @@ describe 'CompanyApi' do
107
107
  # Returns a complete list of SEC filings for the Company with the given `identifier`
108
108
  # @param identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
109
109
  # @param [Hash] opts the optional parameters
110
- # @option opts [Float] :page_size The number of results to return
110
+ # @option opts [Integer] :page_size The number of results to return
111
111
  # @option opts [String] :next_page Gets the next page of data from a previous API call
112
112
  # @return [ApiResponseCompanyFilings]
113
113
  describe 'get_company_filings test' do
@@ -129,7 +129,7 @@ describe 'CompanyApi' do
129
129
  # @option opts [String] :type Only of the given type
130
130
  # @option opts [Date] :start_date Only on or after the given date
131
131
  # @option opts [Date] :end_date Only on or before the given date
132
- # @option opts [Float] :page_size The number of results to return
132
+ # @option opts [Integer] :page_size The number of results to return
133
133
  # @option opts [String] :next_page Gets the next page of data from a previous API call
134
134
  # @return [ApiResponseCompanyFundamentals]
135
135
  describe 'get_company_fundamentals test' do
@@ -140,16 +140,16 @@ describe 'CompanyApi' do
140
140
 
141
141
  # unit tests for get_company_historical_data
142
142
  # Historical Data for Company
143
- # $$v2_company_historical_data_description$$
144
- # @param identifier $$v2_company_historical_data_identifier_description$$
145
- # @param tag $$v2_company_historical_data_item_description$$
143
+ # Returns historical values for the given `tag` and the Company with the given `identifier`
144
+ # @param identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
145
+ # @param tag An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
146
146
  # @param [Hash] opts the optional parameters
147
147
  # @option opts [String] :frequency Return historical data in the given frequency
148
148
  # @option opts [String] :type Filter by type, when applicable
149
149
  # @option opts [Date] :start_date Get historical data on or after this date
150
150
  # @option opts [Date] :end_date Get historical data on or before this date
151
151
  # @option opts [String] :sort_order Sort by date `asc` or `desc`
152
- # @option opts [Float] :page_size The number of results to return
152
+ # @option opts [Integer] :page_size The number of results to return
153
153
  # @option opts [String] :next_page Gets the next page of data from a previous API call
154
154
  # @return [ApiResponseCompanyHistoricalData]
155
155
  describe 'get_company_historical_data test' do
@@ -163,7 +163,7 @@ describe 'CompanyApi' do
163
163
  # Returns news for the Company with the given `identifier`
164
164
  # @param identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
165
165
  # @param [Hash] opts the optional parameters
166
- # @option opts [Float] :page_size The number of results to return
166
+ # @option opts [Integer] :page_size The number of results to return
167
167
  # @option opts [String] :next_page Gets the next page of data from a previous API call
168
168
  # @return [ApiResponseCompanyNews]
169
169
  describe 'get_company_news test' do
@@ -205,7 +205,7 @@ describe 'CompanyApi' do
205
205
  # Searches for Companies matching the text `query`
206
206
  # @param query Search parameters
207
207
  # @param [Hash] opts the optional parameters
208
- # @option opts [Float] :page_size The number of results to return
208
+ # @option opts [Integer] :page_size The number of results to return
209
209
  # @return [ApiResponseCompaniesSearch]
210
210
  describe 'search_companies test' do
211
211
  it "should work" do
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.6.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -91,7 +91,7 @@ describe 'CryptoApi' do
91
91
  # Crypto Exchanges
92
92
  # Returns a list of Crypto Exchanges for which prices are available.
93
93
  # @param [Hash] opts the optional parameters
94
- # @option opts [String] :pair Returns Crypto Currencies traded on the given Crypto Exchange.
94
+ # @option opts [String] :pair Filter exchanges based on whether or not prices are available on the exchange for the crypto currency pair.
95
95
  # @return [ApiResponseCryptoExchanges]
96
96
  describe 'get_crypto_exchanges test' do
97
97
  it "should work" do
@@ -114,6 +114,743 @@ describe 'CryptoApi' do
114
114
  end
115
115
  end
116
116
 
117
+ # unit tests for get_crypto_price_technicals_adi
118
+ # Accumulation/Distribution Index
119
+ # Returns the Accumulation/Distribution Index values of Crypto Currency Prices for a Crypto Currency Pair
120
+ # @param [Hash] opts the optional parameters
121
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
122
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
123
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
124
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
125
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
126
+ # @option opts [Date] :start_date Return technicals on or after this date.
127
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
128
+ # @option opts [Date] :end_date Return technicals on or before this date.
129
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
130
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
131
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
132
+ # @return [ApiResponseCryptoAccumulationDistributionIndex]
133
+ describe 'get_crypto_price_technicals_adi test' do
134
+ it "should work" do
135
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
136
+ end
137
+ end
138
+
139
+ # unit tests for get_crypto_price_technicals_adtv
140
+ # Average Daily Trading Volume
141
+ # Returns the Average Daily Trading Volume values of Crypto Currency Prices for a Crypto Currency Pair
142
+ # @param [Hash] opts the optional parameters
143
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
144
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
145
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
146
+ # @option opts [Integer] :period The number of observations, per period, to calculate Average Daily Trading Volume.
147
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
148
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
149
+ # @option opts [Date] :start_date Return technicals on or after this date.
150
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
151
+ # @option opts [Date] :end_date Return technicals on or before this date.
152
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
153
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
154
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
155
+ # @return [ApiResponseCryptoAverageDailyTradingVolume]
156
+ describe 'get_crypto_price_technicals_adtv test' do
157
+ it "should work" do
158
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
159
+ end
160
+ end
161
+
162
+ # unit tests for get_crypto_price_technicals_adx
163
+ # Average Directional Index
164
+ # Returns the Average Directional Index values of Crypto Currency Prices for a Crypto Currency Pair
165
+ # @param [Hash] opts the optional parameters
166
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
167
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
168
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
169
+ # @option opts [Integer] :period The number of observations, per period, to calculate Average Directional Index.
170
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
171
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
172
+ # @option opts [Date] :start_date Return technicals on or after this date.
173
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
174
+ # @option opts [Date] :end_date Return technicals on or before this date.
175
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
176
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
177
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
178
+ # @return [ApiResponseCryptoAverageDirectionalIndex]
179
+ describe 'get_crypto_price_technicals_adx test' do
180
+ it "should work" do
181
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
182
+ end
183
+ end
184
+
185
+ # unit tests for get_crypto_price_technicals_ao
186
+ # Awesome Oscillator
187
+ # Returns the Awesome Oscillator values of Crypto Currency Prices for a Crypto Currency Pair
188
+ # @param [Hash] opts the optional parameters
189
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
190
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
191
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
192
+ # @option opts [Integer] :short_period The number of observations, per period, to calculate short period Simple Moving Average of the Awesome Oscillator.
193
+ # @option opts [Integer] :long_period The number of observations, per period, to calculate long period Simple Moving Average of the Awesome Oscillator.
194
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
195
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
196
+ # @option opts [Date] :start_date Return technicals on or after this date.
197
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
198
+ # @option opts [Date] :end_date Return technicals on or before this date.
199
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
200
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
201
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
202
+ # @return [ApiResponseCryptoAwesomeOscillator]
203
+ describe 'get_crypto_price_technicals_ao test' do
204
+ it "should work" do
205
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
206
+ end
207
+ end
208
+
209
+ # unit tests for get_crypto_price_technicals_atr
210
+ # Average True Range
211
+ # Returns the Average True Range values of Crypto Currency Prices for Crypto Currency Pair
212
+ # @param [Hash] opts the optional parameters
213
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
214
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
215
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
216
+ # @option opts [Integer] :period The number of observations, per period, to calculate Average True Range.
217
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
218
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
219
+ # @option opts [Date] :start_date Return technicals on or after this date.
220
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
221
+ # @option opts [Date] :end_date Return technicals on or before this date.
222
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
223
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
224
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
225
+ # @return [ApiResponseCryptoAverageTrueRange]
226
+ describe 'get_crypto_price_technicals_atr test' do
227
+ it "should work" do
228
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
229
+ end
230
+ end
231
+
232
+ # unit tests for get_crypto_price_technicals_bb
233
+ # Bollinger Bands
234
+ # Returns the Bollinger Bands values of Crypto Currency Prices for a Crypto Currency Pair
235
+ # @param [Hash] opts the optional parameters
236
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
237
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
238
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
239
+ # @option opts [Integer] :period The number of observations, per period, to calculate Bollinger Bands.
240
+ # @option opts [Float] :standard_deviations The number of standard deviations to calculate the upper and lower bands of the Bollinger Bands.
241
+ # @option opts [String] :price_key The Crypto Currency Price field to use when calculating Bollinger Bands.
242
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
243
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
244
+ # @option opts [Date] :start_date Return technicals on or after this date.
245
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
246
+ # @option opts [Date] :end_date Return technicals on or before this date.
247
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
248
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
249
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
250
+ # @return [ApiResponseCryptoBollingerBands]
251
+ describe 'get_crypto_price_technicals_bb test' do
252
+ it "should work" do
253
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
254
+ end
255
+ end
256
+
257
+ # unit tests for get_crypto_price_technicals_cci
258
+ # Commodity Channel Index
259
+ # Returns the Commodity Channel Index values of Crypto Currency Prices for Crypto Currency Pair
260
+ # @param [Hash] opts the optional parameters
261
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
262
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
263
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
264
+ # @option opts [Integer] :period The number of observations, per period, to calculate Commodity Channel Index.
265
+ # @option opts [Float] :constant The number of observations, per period, to calculate Commodity Channel Index.
266
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
267
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
268
+ # @option opts [Date] :start_date Return technicals on or after this date.
269
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
270
+ # @option opts [Date] :end_date Return technicals on or before this date.
271
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
272
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
273
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
274
+ # @return [ApiResponseCryptoCommodityChannelIndex]
275
+ describe 'get_crypto_price_technicals_cci test' do
276
+ it "should work" do
277
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
278
+ end
279
+ end
280
+
281
+ # unit tests for get_crypto_price_technicals_cmf
282
+ # Chaikin Money Flow
283
+ # Returns the Chaikin Money Flow values of Crypto Currency Prices for a Crypto Currency Pair
284
+ # @param [Hash] opts the optional parameters
285
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
286
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
287
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
288
+ # @option opts [Integer] :period The number of observations, per period, to calculate Chaikin Money Flow.
289
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
290
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
291
+ # @option opts [Date] :start_date Return technicals on or after this date.
292
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
293
+ # @option opts [Date] :end_date Return technicals on or before this date.
294
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
295
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
296
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
297
+ # @return [ApiResponseCryptoChaikinMoneyFlow]
298
+ describe 'get_crypto_price_technicals_cmf test' do
299
+ it "should work" do
300
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
301
+ end
302
+ end
303
+
304
+ # unit tests for get_crypto_price_technicals_dc
305
+ # Donchian Channel
306
+ # Returns the Donchian Channel values of Crypto Currency Prices for a Crypto Currency Pair
307
+ # @param [Hash] opts the optional parameters
308
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
309
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
310
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
311
+ # @option opts [Integer] :period The number of observations, per period, to calculate Donchian Channel.
312
+ # @option opts [String] :price_key The Crypto Currency Price field to use when calculating Donchian Channel.
313
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
314
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
315
+ # @option opts [Date] :start_date Return technicals on or after this date.
316
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
317
+ # @option opts [Date] :end_date Return technicals on or before this date.
318
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
319
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
320
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
321
+ # @return [ApiResponseCryptoDonchianChannel]
322
+ describe 'get_crypto_price_technicals_dc test' do
323
+ it "should work" do
324
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
325
+ end
326
+ end
327
+
328
+ # unit tests for get_crypto_price_technicals_dpo
329
+ # Detrended Price Oscillator
330
+ # Returns the Detrended Price Oscillator values of Crypto Currency Prices for a Crypto Currency Pair
331
+ # @param [Hash] opts the optional parameters
332
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
333
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
334
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
335
+ # @option opts [Integer] :period The number of observations, per period, to calculate Detrended Price Oscillator.
336
+ # @option opts [String] :price_key The Crypto Currency Price field to use when calculating Detrended Price Oscillator.
337
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
338
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
339
+ # @option opts [Date] :start_date Return technicals on or after this date.
340
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
341
+ # @option opts [Date] :end_date Return technicals on or before this date.
342
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
343
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
344
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
345
+ # @return [ApiResponseCryptoDetrendedPriceOscillator]
346
+ describe 'get_crypto_price_technicals_dpo test' do
347
+ it "should work" do
348
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
349
+ end
350
+ end
351
+
352
+ # unit tests for get_crypto_price_technicals_eom
353
+ # Ease of Movement
354
+ # Returns the Ease of Movement values of Crypto Currency Prices for a Crypto Currency Pair
355
+ # @param [Hash] opts the optional parameters
356
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
357
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
358
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
359
+ # @option opts [Integer] :period The number of observations, per period, to calculate Ease of Movement.
360
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
361
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
362
+ # @option opts [Date] :start_date Return technicals on or after this date.
363
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
364
+ # @option opts [Date] :end_date Return technicals on or before this date.
365
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
366
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
367
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
368
+ # @return [ApiResponseCryptoEaseOfMovement]
369
+ describe 'get_crypto_price_technicals_eom test' do
370
+ it "should work" do
371
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
372
+ end
373
+ end
374
+
375
+ # unit tests for get_crypto_price_technicals_fi
376
+ # Force Index
377
+ # Returns the Force Index values of Crypto Currency Prices for a Crypto Currency Pair
378
+ # @param [Hash] opts the optional parameters
379
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
380
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
381
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
382
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
383
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
384
+ # @option opts [Date] :start_date Return technicals on or after this date.
385
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
386
+ # @option opts [Date] :end_date Return technicals on or before this date.
387
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
388
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
389
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
390
+ # @return [ApiResponseCryptoForceIndex]
391
+ describe 'get_crypto_price_technicals_fi test' do
392
+ it "should work" do
393
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
394
+ end
395
+ end
396
+
397
+ # unit tests for get_crypto_price_technicals_ichimoku
398
+ # Ichimoku Kinko Hyo
399
+ # Returns the Ichimoku Kinko Hyo values of Crypto Currency Prices for a Crypto Currency Pair
400
+ # @param [Hash] opts the optional parameters
401
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
402
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
403
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
404
+ # @option opts [Integer] :low_period The number of observations, per period, to calculate Tenkan Sen (Conversion Line) of Ichimoku Kinko Hyo.
405
+ # @option opts [Integer] :medium_period The number of observations, per period, to calculate Kijun Sen (Base Line), Senkou Span A (Leading Span A), and Chikou Span (Lagging Span) of Ichimoku Kinko Hyo.
406
+ # @option opts [Integer] :high_period The number of observations, per period, to calculate Senkou Span B (Leading Span B) of Ichimoku Kinko Hyo.
407
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
408
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
409
+ # @option opts [Date] :start_date Return technicals on or after this date.
410
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
411
+ # @option opts [Date] :end_date Return technicals on or before this date.
412
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
413
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
414
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
415
+ # @return [ApiResponseCryptoIchimokuKinkoHyo]
416
+ describe 'get_crypto_price_technicals_ichimoku test' do
417
+ it "should work" do
418
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
419
+ end
420
+ end
421
+
422
+ # unit tests for get_crypto_price_technicals_kc
423
+ # Keltner Channel
424
+ # Returns the Keltner Channel values of Crypto Currency Prices for a Crypto Currency Pair
425
+ # @param [Hash] opts the optional parameters
426
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
427
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
428
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
429
+ # @option opts [Integer] :period The number of observations, per period, to calculate Kelter Channel.
430
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
431
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
432
+ # @option opts [Date] :start_date Return technicals on or after this date.
433
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
434
+ # @option opts [Date] :end_date Return technicals on or before this date.
435
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
436
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
437
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
438
+ # @return [ApiResponseCryptoKeltnerChannel]
439
+ describe 'get_crypto_price_technicals_kc test' do
440
+ it "should work" do
441
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
442
+ end
443
+ end
444
+
445
+ # unit tests for get_crypto_price_technicals_kst
446
+ # Know Sure Thing
447
+ # Returns the Know Sure Thing values of Crypto Currency Prices for a Crypto Currency Pair
448
+ # @param [Hash] opts the optional parameters
449
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
450
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
451
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
452
+ # @option opts [Integer] :roc1 The number of observations, per period, to calculate the rate-of-change for RCMA1.
453
+ # @option opts [Integer] :roc2 The number of observations, per period, to calculate the rate-of-change for RCMA2.
454
+ # @option opts [Integer] :roc3 The number of observations, per period, to calculate the rate-of-change for RCMA3.
455
+ # @option opts [Integer] :roc4 The number of observations, per period, to calculate the rate-of-change for RCMA4.
456
+ # @option opts [Integer] :sma1 The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA1.
457
+ # @option opts [Integer] :sma2 The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA2.
458
+ # @option opts [Integer] :sma3 The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA3.
459
+ # @option opts [Integer] :sma4 The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA4.
460
+ # @option opts [String] :price_key The Crypto Currency Price field to use when calculating Know Sure Thing.
461
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
462
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
463
+ # @option opts [Date] :start_date Return technicals on or after this date.
464
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
465
+ # @option opts [Date] :end_date Return technicals on or before this date.
466
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
467
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
468
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
469
+ # @return [ApiResponseCryptoKnowSureThing]
470
+ describe 'get_crypto_price_technicals_kst test' do
471
+ it "should work" do
472
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
473
+ end
474
+ end
475
+
476
+ # unit tests for get_crypto_price_technicals_macd
477
+ # Moving Average Convergence Divergence
478
+ # Returns the Moving Average Convergence Divergence values of Crypto Currency Prices for a Crypto Currency Pair
479
+ # @param [Hash] opts the optional parameters
480
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
481
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
482
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
483
+ # @option opts [Integer] :fast_period The number of observations, per period, to calculate the fast moving Exponential Moving Average for Moving Average Convergence Divergence.
484
+ # @option opts [Integer] :slow_period The number of observations, per period, to calculate the slow moving Exponential Moving Average for Moving Average Convergence Divergence.
485
+ # @option opts [Integer] :signal_period The number of observations, per period, to calculate the signal line for Moving Average Convergence Divergence.
486
+ # @option opts [String] :price_key The Crypto Currency Price field to use when calculating Moving Average Convergence Divergence.
487
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
488
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
489
+ # @option opts [Date] :start_date Return technicals on or after this date.
490
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
491
+ # @option opts [Date] :end_date Return technicals on or before this date.
492
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
493
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
494
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
495
+ # @return [ApiResponseCryptoMovingAverageConvergenceDivergence]
496
+ describe 'get_crypto_price_technicals_macd test' do
497
+ it "should work" do
498
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
499
+ end
500
+ end
501
+
502
+ # unit tests for get_crypto_price_technicals_mfi
503
+ # Money Flow Index
504
+ # Returns the Money Flow Index values of Crypto Currency Prices for a Crypto Currency Pair
505
+ # @param [Hash] opts the optional parameters
506
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
507
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
508
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
509
+ # @option opts [Integer] :period The number of observations, per period, to calculate Money Flow Index.
510
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
511
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
512
+ # @option opts [Date] :start_date Return technicals on or after this date.
513
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
514
+ # @option opts [Date] :end_date Return technicals on or before this date.
515
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
516
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
517
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
518
+ # @return [ApiResponseCryptoMoneyFlowIndex]
519
+ describe 'get_crypto_price_technicals_mfi test' do
520
+ it "should work" do
521
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
522
+ end
523
+ end
524
+
525
+ # unit tests for get_crypto_price_technicals_mi
526
+ # Mass Index
527
+ # Returns the Mass Index values of Crypto Currency Prices for a Crypto Currency Pair
528
+ # @param [Hash] opts the optional parameters
529
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
530
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
531
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
532
+ # @option opts [Integer] :ema_period The number of observations, per period, to calculate the single Exponential Moving Average and the Double Exponential Moving Average for Mass Index.
533
+ # @option opts [Integer] :sum_period The number of observations, per period, to calculate the sum of the Exponetinal Moving Average Ratios for Mass Index.
534
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
535
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
536
+ # @option opts [Date] :start_date Return technicals on or after this date.
537
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
538
+ # @option opts [Date] :end_date Return technicals on or before this date.
539
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
540
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
541
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
542
+ # @return [ApiResponseCryptoMassIndex]
543
+ describe 'get_crypto_price_technicals_mi test' do
544
+ it "should work" do
545
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
546
+ end
547
+ end
548
+
549
+ # unit tests for get_crypto_price_technicals_nvi
550
+ # Negative Volume Index
551
+ # Returns the Negative Volume Index values of Crypto Currency Prices for a Crypto Currency Pair
552
+ # @param [Hash] opts the optional parameters
553
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
554
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
555
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
556
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
557
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
558
+ # @option opts [Date] :start_date Return technicals on or after this date.
559
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
560
+ # @option opts [Date] :end_date Return technicals on or before this date.
561
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
562
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
563
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
564
+ # @return [ApiResponseCryptoNegativeVolumeIndex]
565
+ describe 'get_crypto_price_technicals_nvi test' do
566
+ it "should work" do
567
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
568
+ end
569
+ end
570
+
571
+ # unit tests for get_crypto_price_technicals_obv
572
+ # On-balance Volume
573
+ # Returns the On-balance Volume values of Crypto Currency Prices for a Crypto Currency Pair
574
+ # @param [Hash] opts the optional parameters
575
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
576
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
577
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
578
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
579
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
580
+ # @option opts [Date] :start_date Return technicals on or after this date.
581
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
582
+ # @option opts [Date] :end_date Return technicals on or before this date.
583
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
584
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
585
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
586
+ # @return [ApiResponseCryptoOnBalanceVolume]
587
+ describe 'get_crypto_price_technicals_obv test' do
588
+ it "should work" do
589
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
590
+ end
591
+ end
592
+
593
+ # unit tests for get_crypto_price_technicals_obv_mean
594
+ # On-balance Volume Mean
595
+ # Returns the On-balance Volume Mean values of Crypto Currency Prices for a Crypto Currency Pair
596
+ # @param [Hash] opts the optional parameters
597
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
598
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
599
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
600
+ # @option opts [Integer] :period The number of observations, per period, to calculate On-balance Volume Mean.
601
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
602
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
603
+ # @option opts [Date] :start_date Return technicals on or after this date.
604
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
605
+ # @option opts [Date] :end_date Return technicals on or before this date.
606
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
607
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
608
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
609
+ # @return [ApiResponseCryptoOnBalanceVolumeMean]
610
+ describe 'get_crypto_price_technicals_obv_mean test' do
611
+ it "should work" do
612
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
613
+ end
614
+ end
615
+
616
+ # unit tests for get_crypto_price_technicals_rsi
617
+ # Relative Strength Index
618
+ # Returns the Relative Strength Index values of Crypto Currency Prices for a Crypto Currency Pair
619
+ # @param [Hash] opts the optional parameters
620
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
621
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
622
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
623
+ # @option opts [Integer] :period The number of observations, per period, to calculate Relative Strength Index.
624
+ # @option opts [String] :price_key The Crypto Currency Price field to use when calculating Relative Strength Index.
625
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
626
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
627
+ # @option opts [Date] :start_date Return technicals on or after this date.
628
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
629
+ # @option opts [Date] :end_date Return technicals on or before this date.
630
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
631
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
632
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
633
+ # @return [ApiResponseCryptoRelativeStrengthIndex]
634
+ describe 'get_crypto_price_technicals_rsi test' do
635
+ it "should work" do
636
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
637
+ end
638
+ end
639
+
640
+ # unit tests for get_crypto_price_technicals_sma
641
+ # Simple Moving Average
642
+ # Returns the Simple Moving Average values of Crypto Currency Prices for a Crypto Currency Pair
643
+ # @param [Hash] opts the optional parameters
644
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
645
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
646
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
647
+ # @option opts [Integer] :period The number of observations, per period, to calculate Simple Moving Average.
648
+ # @option opts [String] :price_key The Crypto Currency Price field to use when calculating Simple Moving Average.
649
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
650
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
651
+ # @option opts [Date] :start_date Return technicals on or after this date.
652
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
653
+ # @option opts [Date] :end_date Return technicals on or before this date.
654
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
655
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
656
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
657
+ # @return [ApiResponseCryptoSimpleMovingAverage]
658
+ describe 'get_crypto_price_technicals_sma test' do
659
+ it "should work" do
660
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
661
+ end
662
+ end
663
+
664
+ # unit tests for get_crypto_price_technicals_sr
665
+ # Stochastic Oscillator
666
+ # Returns the Stochastic Oscillator values of Crypto Currency Prices for a Crypto Currency Pair
667
+ # @param [Hash] opts the optional parameters
668
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
669
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
670
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
671
+ # @option opts [Integer] :period The number of observations, per period, to calculate %K of Stochastic Oscillator.
672
+ # @option opts [Integer] :signal_period The number of observations, per period, to calculate the %D (the Simple Moving Average of %K) as a signal line for Stochastic Oscillator.
673
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
674
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
675
+ # @option opts [Date] :start_date Return technicals on or after this date.
676
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
677
+ # @option opts [Date] :end_date Return technicals on or before this date.
678
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
679
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
680
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
681
+ # @return [ApiResponseCryptoStochasticOscillator]
682
+ describe 'get_crypto_price_technicals_sr test' do
683
+ it "should work" do
684
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
685
+ end
686
+ end
687
+
688
+ # unit tests for get_crypto_price_technicals_trix
689
+ # Triple Exponential Average
690
+ # Returns the Simple Moving Average values of Crypto Currency Prices for a Crypto Currency Pair
691
+ # @param [Hash] opts the optional parameters
692
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
693
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
694
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
695
+ # @option opts [Integer] :period The number of observations, per period, to calculate Exponential Moving Average for Triple Exponential Average.
696
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
697
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
698
+ # @option opts [Date] :start_date Return technicals on or after this date.
699
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
700
+ # @option opts [Date] :end_date Return technicals on or before this date.
701
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
702
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
703
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
704
+ # @return [ApiResponseCryptoTripleExponentialAverage]
705
+ describe 'get_crypto_price_technicals_trix test' do
706
+ it "should work" do
707
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
708
+ end
709
+ end
710
+
711
+ # unit tests for get_crypto_price_technicals_tsi
712
+ # True Strength Index
713
+ # Returns the True Strength Index values of Crypto Currency Prices for a Crypto Currency Pair
714
+ # @param [Hash] opts the optional parameters
715
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
716
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
717
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
718
+ # @option opts [Integer] :low_period The number of observations, per period, to calculate low period Exponential Moving Average for smoothing in True Strength Index.
719
+ # @option opts [Integer] :high_period The number of observations, per period, to calculate high period Exponential Moving Average for smoothing in True Strength Index.
720
+ # @option opts [String] :price_key The Crypto Currency Price field to use when calculating True Strength Index.
721
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
722
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
723
+ # @option opts [Date] :start_date Return technicals on or after this date.
724
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
725
+ # @option opts [Date] :end_date Return technicals on or before this date.
726
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
727
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
728
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
729
+ # @return [ApiResponseCryptoTrueStrengthIndex]
730
+ describe 'get_crypto_price_technicals_tsi test' do
731
+ it "should work" do
732
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
733
+ end
734
+ end
735
+
736
+ # unit tests for get_crypto_price_technicals_uo
737
+ # Ultimate Oscillator
738
+ # Returns the Ultimate Oscillator values of Crypto Currency Prices for a Crypto Currency Pair
739
+ # @param [Hash] opts the optional parameters
740
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
741
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
742
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
743
+ # @option opts [Integer] :short_period The number of observations, per period, to calculate the short period for Ultimate Oscillator.
744
+ # @option opts [Integer] :medium_period The number of observations, per period, to calculate the medium period for Ultimate Oscillator.
745
+ # @option opts [Integer] :long_period The number of observations, per period, to calculate the long period for Ultimate Oscillator.
746
+ # @option opts [Float] :short_weight The weight of short Buying Pressure average for Ultimate Oscillator.
747
+ # @option opts [Float] :medium_weight The weight of medium Buying Pressure average for Ultimate Oscillator.
748
+ # @option opts [Float] :long_weight The weight of long Buying Pressure average for Ultimate Oscillator.
749
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
750
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
751
+ # @option opts [Date] :start_date Return technicals on or after this date.
752
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
753
+ # @option opts [Date] :end_date Return technicals on or before this date.
754
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
755
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
756
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
757
+ # @return [ApiResponseCryptoUltimateOscillator]
758
+ describe 'get_crypto_price_technicals_uo test' do
759
+ it "should work" do
760
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
761
+ end
762
+ end
763
+
764
+ # unit tests for get_crypto_price_technicals_vi
765
+ # Vortex Indicator
766
+ # Returns the Vortex Indicator values of Crypto Currency Prices for a Crypto Currency Pair
767
+ # @param [Hash] opts the optional parameters
768
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
769
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
770
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
771
+ # @option opts [Integer] :period The number of observations, per period, to calculate Vortex Indicator.
772
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
773
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
774
+ # @option opts [Date] :start_date Return technicals on or after this date.
775
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
776
+ # @option opts [Date] :end_date Return technicals on or before this date.
777
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
778
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
779
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
780
+ # @return [ApiResponseCryptoVortexIndicator]
781
+ describe 'get_crypto_price_technicals_vi test' do
782
+ it "should work" do
783
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
784
+ end
785
+ end
786
+
787
+ # unit tests for get_crypto_price_technicals_vpt
788
+ # Volume-price Trend
789
+ # Returns the Volume-price Trend values of Crypto Currency Prices for a Crypto Currency Pair
790
+ # @param [Hash] opts the optional parameters
791
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
792
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
793
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
794
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
795
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
796
+ # @option opts [Date] :start_date Return technicals on or after this date.
797
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
798
+ # @option opts [Date] :end_date Return technicals on or before this date.
799
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
800
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
801
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
802
+ # @return [ApiResponseCryptoVolumePriceTrend]
803
+ describe 'get_crypto_price_technicals_vpt test' do
804
+ it "should work" do
805
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
806
+ end
807
+ end
808
+
809
+ # unit tests for get_crypto_price_technicals_vwap
810
+ # Volume Weighted Average Price
811
+ # Returns the Volume Weighted Average Price values of Crypto Currency Prices for a Crypto Currency Pair
812
+ # @param [Hash] opts the optional parameters
813
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
814
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
815
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
816
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
817
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
818
+ # @option opts [Date] :start_date Return technicals on or after this date.
819
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
820
+ # @option opts [Date] :end_date Return technicals on or before this date.
821
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
822
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
823
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
824
+ # @return [ApiResponseCryptoVolumeWeightedAveragePrice]
825
+ describe 'get_crypto_price_technicals_vwap test' do
826
+ it "should work" do
827
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
828
+ end
829
+ end
830
+
831
+ # unit tests for get_crypto_price_technicals_wr
832
+ # Williams %R
833
+ # Returns the Williams %R values of Crypto Currency Prices for a Crypto Currency Pair
834
+ # @param [Hash] opts the optional parameters
835
+ # @option opts [String] :pair Return technicals for the given Crypto Currency Pair.
836
+ # @option opts [String] :exchange Return technicals for a Crypto Currency on the given Crypto Exchange.
837
+ # @option opts [String] :currency Return technicals for the given Crypto Currency.
838
+ # @option opts [Integer] :period The number of observations, per period, to look-back when calculating Williams %R.
839
+ # @option opts [String] :timeframe The time interval for the prices when calculating technicals.
840
+ # @option opts [String] :timezone Return technical date/times in this timezone, also interpret start/end date/time parameters in this timezone.
841
+ # @option opts [Date] :start_date Return technicals on or after this date.
842
+ # @option opts [String] :start_time Return technicals at or after this time (24-hour).
843
+ # @option opts [Date] :end_date Return technicals on or before this date.
844
+ # @option opts [String] :end_time Return technicals at or before this time (24-hour).
845
+ # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
846
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
847
+ # @return [ApiResponseCryptoWilliamsR]
848
+ describe 'get_crypto_price_technicals_wr test' do
849
+ it "should work" do
850
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
851
+ end
852
+ end
853
+
117
854
  # unit tests for get_crypto_prices
118
855
  # Crypto Prices
119
856
  # Returns a list of available Crypto Currency Prices.
@@ -123,9 +860,9 @@ describe 'CryptoApi' do
123
860
  # @option opts [String] :exchange Return prices for a Crypto Currency on the given Crypto Exchange.
124
861
  # @option opts [String] :currency Return prices for the given Crypto Currency.
125
862
  # @option opts [String] :timezone Return price date/times in this timezone, also interpret start/end date/time parameters in this timezone.
126
- # @option opts [String] :start_date Return Crypto Prices on or after this date.
863
+ # @option opts [Date] :start_date Return Crypto Prices on or after this date.
127
864
  # @option opts [String] :start_time Return Crypto Prices at or after this time (24-hour).
128
- # @option opts [String] :end_date Return Crypto Prices on or before this date.
865
+ # @option opts [Date] :end_date Return Crypto Prices on or before this date.
129
866
  # @option opts [String] :end_time Return Crypto Prices at or before this time (24-hour).
130
867
  # @option opts [Integer] :page_size An integer greater than or equal to 1 for specifying the number of results on each page.
131
868
  # @option opts [String] :next_page Gets the next page of data from a previous API call