intrinio-sdk 2.1.0 → 2.2.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.
- checksums.yaml +4 -4
- data/README.md +168 -2
- data/docs/AccumulationDistributionIndexTechnicalValue.md +9 -0
- data/docs/ApiResponseCryptoBook.md +12 -0
- data/docs/ApiResponseCryptoBookAsks.md +11 -0
- data/docs/ApiResponseCryptoBookBids.md +11 -0
- data/docs/ApiResponseCryptoCurrencies.md +8 -0
- data/docs/ApiResponseCryptoExchanges.md +8 -0
- data/docs/ApiResponseCryptoPairs.md +9 -0
- data/docs/ApiResponseCryptoPrices.md +12 -0
- data/docs/ApiResponseCryptoSnapshot.md +10 -0
- data/docs/ApiResponseCryptoStats.md +8 -0
- data/docs/ApiResponseOptionPrices.md +10 -0
- data/docs/ApiResponseOptions.md +9 -0
- data/docs/ApiResponseOptionsChain.md +8 -0
- data/docs/ApiResponseOptionsExpirations.md +8 -0
- data/docs/ApiResponseSecurityAccumulationDistributionIndex.md +11 -0
- data/docs/ApiResponseSecurityAverageDailyTradingVolume.md +11 -0
- data/docs/ApiResponseSecurityAverageDirectionalIndex.md +11 -0
- data/docs/ApiResponseSecurityAverageTrueRange.md +11 -0
- data/docs/ApiResponseSecurityAwesomeOscillator.md +11 -0
- data/docs/ApiResponseSecurityBollingerBands.md +11 -0
- data/docs/ApiResponseSecurityChaikinMoneyFlow.md +11 -0
- data/docs/ApiResponseSecurityCommodityChannelIndex.md +11 -0
- data/docs/ApiResponseSecurityDetrendedPriceOscillator.md +11 -0
- data/docs/ApiResponseSecurityDonchianChannel.md +11 -0
- data/docs/ApiResponseSecurityEaseOfMovement.md +11 -0
- data/docs/ApiResponseSecurityForceIndex.md +11 -0
- data/docs/ApiResponseSecurityIchimokuKinkoHyo.md +11 -0
- data/docs/ApiResponseSecurityKeltnerChannel.md +11 -0
- data/docs/ApiResponseSecurityKnowSureThing.md +11 -0
- data/docs/ApiResponseSecurityMassIndex.md +11 -0
- data/docs/ApiResponseSecurityMoneyFlowIndex.md +11 -0
- data/docs/ApiResponseSecurityMovingAverageConvergenceDivergence.md +11 -0
- data/docs/ApiResponseSecurityNegativeVolumeIndex.md +11 -0
- data/docs/ApiResponseSecurityOnBalanceVolume.md +11 -0
- data/docs/ApiResponseSecurityOnBalanceVolumeMean.md +11 -0
- data/docs/ApiResponseSecurityRelativeStrengthIndex.md +11 -0
- data/docs/ApiResponseSecuritySimpleMovingAverage.md +11 -0
- data/docs/ApiResponseSecurityStochasticOscillator.md +11 -0
- data/docs/ApiResponseSecurityTripleExponentialAverage.md +11 -0
- data/docs/ApiResponseSecurityTrueStrengthIndex.md +11 -0
- data/docs/ApiResponseSecurityUltimateOscillator.md +11 -0
- data/docs/ApiResponseSecurityVolumePriceTrend.md +11 -0
- data/docs/ApiResponseSecurityVolumeWeightedAveragePrice.md +11 -0
- data/docs/ApiResponseSecurityVortexIndicator.md +11 -0
- data/docs/ApiResponseSecurityWilliamsR.md +11 -0
- data/docs/AverageDailyTradingVolumeTechnicalValue.md +9 -0
- data/docs/AverageDirectionalIndexTechnicalValue.md +11 -0
- data/docs/AverageTrueRangeTechnicalValue.md +9 -0
- data/docs/AwesomeOscillatorTechnicalValue.md +9 -0
- data/docs/BollingerBandsTechnicalValue.md +11 -0
- data/docs/ChaikinMoneyFlowTechnicalValue.md +9 -0
- data/docs/CommodityChannelIndexTechnicalValue.md +9 -0
- data/docs/CompanyApi.md +15 -15
- data/docs/CryptoApi.md +433 -0
- data/docs/CryptoAsk.md +9 -0
- data/docs/CryptoBid.md +9 -0
- data/docs/CryptoBookEntry.md +9 -0
- data/docs/CryptoCurrency.md +12 -0
- data/docs/CryptoExchange.md +13 -0
- data/docs/CryptoExchangeSummary.md +9 -0
- data/docs/CryptoPair.md +15 -0
- data/docs/CryptoPairSummary.md +9 -0
- data/docs/CryptoPrice.md +13 -0
- data/docs/CryptoSnapshot.md +22 -0
- data/docs/CryptoStat.md +15 -0
- data/docs/DataPointApi.md +10 -10
- data/docs/DetrendedPriceOscillatorTechnicalValue.md +9 -0
- data/docs/DonchianChannelTechnicalValue.md +10 -0
- data/docs/EaseOfMovementTechnicalValue.md +9 -0
- data/docs/ForceIndexTechnicalValue.md +9 -0
- data/docs/FundamentalsApi.md +4 -4
- data/docs/HistoricalDataApi.md +7 -5
- data/docs/IchimokuKinkoHyoTechnicalValue.md +13 -0
- data/docs/KeltnerChannelTechnicalValue.md +11 -0
- data/docs/KnowSureThingTechnicalValue.md +9 -0
- data/docs/MassIndexTechnicalValue.md +9 -0
- data/docs/MoneyFlowIndexTechnicalValue.md +9 -0
- data/docs/MovingAverageConvergenceDivergenceTechnicalValue.md +11 -0
- data/docs/NegativeVolumeIndexTechnicalValue.md +9 -0
- data/docs/OnBalanceVolumeMeanTechnicalValue.md +9 -0
- data/docs/OnBalanceVolumeTechnicalValue.md +9 -0
- data/docs/Option.md +13 -0
- data/docs/OptionChain.md +9 -0
- data/docs/OptionPrice.md +21 -0
- data/docs/OptionsApi.md +225 -0
- data/docs/RelativeStrengthIndexTechnicalValue.md +9 -0
- data/docs/ReportedFinancial.md +1 -0
- data/docs/ReportedFinancialDimension.md +9 -0
- data/docs/Security.md +1 -0
- data/docs/SecurityApi.md +1717 -22
- data/docs/SimpleMovingAverageTechnicalValue.md +9 -0
- data/docs/StochasticOscillatorTechnicalValue.md +10 -0
- data/docs/StockExchangeApi.md +6 -6
- data/docs/TechnicalApi.md +1701 -0
- data/docs/TechnicalIndicator.md +9 -0
- data/docs/TripleExponentialAverageTechnicalValue.md +9 -0
- data/docs/TrueStrengthIndexTechnicalValue.md +9 -0
- data/docs/UltimateOscillatorTechnicalValue.md +9 -0
- data/docs/VolumePriceTrendTechnicalValue.md +9 -0
- data/docs/VolumeWeightedAveragePriceValue.md +9 -0
- data/docs/VortexIndicatorTechnicalValue.md +10 -0
- data/docs/WilliamsRTechnicalValue.md +9 -0
- data/intrinio-sdk.gemspec +1 -1
- data/lib/intrinio-sdk.rb +95 -1
- data/lib/intrinio-sdk/api/company_api.rb +19 -19
- data/lib/intrinio-sdk/api/crypto_api.rb +560 -0
- data/lib/intrinio-sdk/api/data_point_api.rb +13 -13
- data/lib/intrinio-sdk/api/data_tag_api.rb +1 -1
- data/lib/intrinio-sdk/api/filing_api.rb +1 -1
- data/lib/intrinio-sdk/api/forex_api.rb +1 -1
- data/lib/intrinio-sdk/api/fundamentals_api.rb +5 -5
- data/lib/intrinio-sdk/api/historical_data_api.rb +13 -7
- data/lib/intrinio-sdk/api/index_api.rb +1 -1
- data/lib/intrinio-sdk/api/municipality_api.rb +1 -1
- data/lib/intrinio-sdk/api/options_api.rb +325 -0
- data/lib/intrinio-sdk/api/security_api.rb +2472 -21
- data/lib/intrinio-sdk/api/stock_exchange_api.rb +3 -3
- data/lib/intrinio-sdk/api/technical_api.rb +2474 -0
- data/lib/intrinio-sdk/api_client.rb +1 -1
- data/lib/intrinio-sdk/api_error.rb +1 -1
- data/lib/intrinio-sdk/configuration.rb +1 -1
- data/lib/intrinio-sdk/models/accumulation_distribution_index_technical_value.rb +199 -0
- data/lib/intrinio-sdk/models/api_response_companies.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_companies_search.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_company_filings.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_company_fundamentals.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_company_historical_data.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_company_news.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_company_securities.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_crypto_book.rb +231 -0
- data/lib/intrinio-sdk/models/api_response_crypto_book_asks.rb +219 -0
- data/lib/intrinio-sdk/models/api_response_crypto_book_bids.rb +219 -0
- data/lib/intrinio-sdk/models/api_response_crypto_currencies.rb +191 -0
- data/lib/intrinio-sdk/models/api_response_crypto_exchanges.rb +191 -0
- data/lib/intrinio-sdk/models/api_response_crypto_pairs.rb +201 -0
- data/lib/intrinio-sdk/models/api_response_crypto_prices.rb +229 -0
- data/lib/intrinio-sdk/models/api_response_crypto_snapshot.rb +206 -0
- data/lib/intrinio-sdk/models/api_response_crypto_stats.rb +191 -0
- data/lib/intrinio-sdk/models/api_response_data_tags.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_data_tags_search.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_economic_index_historical_data.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_economic_indices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_economic_indices_search.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_filing_notes.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_filing_notes_search.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_filings.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_forex_currencies.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_forex_pairs.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_forex_prices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_historical_data.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_municipalities.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_municipalitiy_financials.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_news.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_option_prices.rb +210 -0
- data/lib/intrinio-sdk/models/api_response_options.rb +201 -0
- data/lib/intrinio-sdk/models/api_response_options_chain.rb +191 -0
- data/lib/intrinio-sdk/models/api_response_options_expirations.rb +191 -0
- data/lib/intrinio-sdk/models/api_response_reported_financials.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_securities.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_securities_search.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_accumulation_distribution_index.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_security_average_daily_trading_volume.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_security_average_directional_index.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_security_average_true_range.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_security_awesome_oscillator.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_security_bollinger_bands.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_security_chaikin_money_flow.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_security_commodity_channel_index.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_security_detrended_price_oscillator.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_security_donchian_channel.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_security_ease_of_movement.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_security_force_index.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_security_historical_data.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_ichimoku_kinko_hyo.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_security_intraday_prices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_keltner_channel.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_security_know_sure_thing.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_security_mass_index.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_security_money_flow_index.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_security_moving_average_convergence_divergence.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_security_negative_volume_index.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_security_on_balance_volume.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_security_on_balance_volume_mean.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_security_relative_strength_index.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_security_simple_moving_average.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_security_stochastic_oscillator.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_security_stock_price_adjustments.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_stock_prices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_triple_exponential_average.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_security_true_strength_index.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_security_ultimate_oscillator.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_security_volume_price_trend.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_security_volume_weighted_average_price.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_security_vortex_indicator.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_security_williams_r.rb +220 -0
- data/lib/intrinio-sdk/models/api_response_sic_index_historical_data.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_sic_indices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_sic_indices_search.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_standardized_financials.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_exchange_realtime_stock_prices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_exchange_securities.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_price_adjustments.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_prices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_exchanges.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_market_index_historical_data.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_market_indices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_stock_market_indices_search.rb +1 -1
- data/lib/intrinio-sdk/models/average_daily_trading_volume_technical_value.rb +199 -0
- data/lib/intrinio-sdk/models/average_directional_index_technical_value.rb +219 -0
- data/lib/intrinio-sdk/models/average_true_range_technical_value.rb +199 -0
- data/lib/intrinio-sdk/models/awesome_oscillator_technical_value.rb +199 -0
- data/lib/intrinio-sdk/models/bollinger_bands_technical_value.rb +219 -0
- data/lib/intrinio-sdk/models/chaikin_money_flow_technical_value.rb +199 -0
- data/lib/intrinio-sdk/models/commodity_channel_index_technical_value.rb +199 -0
- data/lib/intrinio-sdk/models/company.rb +1 -1
- data/lib/intrinio-sdk/models/company_filing.rb +1 -1
- data/lib/intrinio-sdk/models/company_news.rb +1 -1
- data/lib/intrinio-sdk/models/company_news_summary.rb +1 -1
- data/lib/intrinio-sdk/models/company_summary.rb +1 -1
- data/lib/intrinio-sdk/models/crypto_ask.rb +199 -0
- data/lib/intrinio-sdk/models/crypto_bid.rb +199 -0
- data/lib/intrinio-sdk/models/crypto_book_entry.rb +199 -0
- data/lib/intrinio-sdk/models/crypto_currency.rb +229 -0
- data/lib/intrinio-sdk/models/crypto_exchange.rb +239 -0
- data/lib/intrinio-sdk/models/crypto_exchange_summary.rb +199 -0
- data/lib/intrinio-sdk/models/crypto_pair.rb +259 -0
- data/lib/intrinio-sdk/models/crypto_pair_summary.rb +199 -0
- data/lib/intrinio-sdk/models/crypto_price.rb +239 -0
- data/lib/intrinio-sdk/models/crypto_snapshot.rb +329 -0
- data/lib/intrinio-sdk/models/crypto_stat.rb +259 -0
- data/lib/intrinio-sdk/models/data_tag.rb +1 -1
- data/lib/intrinio-sdk/models/data_tag_summary.rb +1 -1
- data/lib/intrinio-sdk/models/detrended_price_oscillator_technical_value.rb +199 -0
- data/lib/intrinio-sdk/models/dividend_record.rb +1 -1
- data/lib/intrinio-sdk/models/donchian_channel_technical_value.rb +209 -0
- data/lib/intrinio-sdk/models/earnings_record.rb +1 -1
- data/lib/intrinio-sdk/models/ease_of_movement_technical_value.rb +199 -0
- data/lib/intrinio-sdk/models/economic_index.rb +1 -1
- data/lib/intrinio-sdk/models/economic_index_summary.rb +1 -1
- data/lib/intrinio-sdk/models/filing.rb +1 -1
- data/lib/intrinio-sdk/models/filing_note.rb +1 -1
- data/lib/intrinio-sdk/models/filing_note_filing.rb +1 -1
- data/lib/intrinio-sdk/models/filing_note_summary.rb +1 -1
- data/lib/intrinio-sdk/models/filing_summary.rb +1 -1
- data/lib/intrinio-sdk/models/force_index_technical_value.rb +199 -0
- data/lib/intrinio-sdk/models/forex_currency.rb +1 -1
- data/lib/intrinio-sdk/models/forex_pair.rb +1 -1
- data/lib/intrinio-sdk/models/forex_price.rb +1 -1
- data/lib/intrinio-sdk/models/fundamental.rb +1 -1
- data/lib/intrinio-sdk/models/fundamental_summary.rb +1 -1
- data/lib/intrinio-sdk/models/historical_data.rb +1 -1
- data/lib/intrinio-sdk/models/ichimoku_kinko_hyo_technical_value.rb +239 -0
- data/lib/intrinio-sdk/models/intraday_stock_price.rb +1 -1
- data/lib/intrinio-sdk/models/keltner_channel_technical_value.rb +219 -0
- data/lib/intrinio-sdk/models/know_sure_thing_technical_value.rb +199 -0
- data/lib/intrinio-sdk/models/mass_index_technical_value.rb +199 -0
- data/lib/intrinio-sdk/models/money_flow_index_technical_value.rb +199 -0
- data/lib/intrinio-sdk/models/moving_average_convergence_divergence_technical_value.rb +219 -0
- data/lib/intrinio-sdk/models/municipality.rb +1 -1
- data/lib/intrinio-sdk/models/municipality_financial.rb +1 -1
- data/lib/intrinio-sdk/models/negative_volume_index_technical_value.rb +199 -0
- data/lib/intrinio-sdk/models/on_balance_volume_mean_technical_value.rb +199 -0
- data/lib/intrinio-sdk/models/on_balance_volume_technical_value.rb +199 -0
- data/lib/intrinio-sdk/models/option.rb +239 -0
- data/lib/intrinio-sdk/models/option_chain.rb +197 -0
- data/lib/intrinio-sdk/models/option_price.rb +319 -0
- data/lib/intrinio-sdk/models/realtime_stock_price.rb +1 -1
- data/lib/intrinio-sdk/models/realtime_stock_price_security.rb +1 -1
- data/lib/intrinio-sdk/models/relative_strength_index_technical_value.rb +199 -0
- data/lib/intrinio-sdk/models/reported_financial.rb +18 -6
- data/lib/intrinio-sdk/models/reported_financial_dimension.rb +199 -0
- data/lib/intrinio-sdk/models/reported_tag.rb +1 -1
- data/lib/intrinio-sdk/models/security.rb +15 -5
- data/lib/intrinio-sdk/models/security_screen_clause.rb +1 -1
- data/lib/intrinio-sdk/models/security_screen_group.rb +1 -1
- data/lib/intrinio-sdk/models/security_screen_result.rb +1 -1
- data/lib/intrinio-sdk/models/security_screen_result_data.rb +1 -1
- data/lib/intrinio-sdk/models/security_summary.rb +1 -1
- data/lib/intrinio-sdk/models/sic_index.rb +1 -1
- data/lib/intrinio-sdk/models/simple_moving_average_technical_value.rb +199 -0
- data/lib/intrinio-sdk/models/standardized_financial.rb +1 -1
- data/lib/intrinio-sdk/models/stochastic_oscillator_technical_value.rb +209 -0
- data/lib/intrinio-sdk/models/stock_exchange.rb +1 -1
- data/lib/intrinio-sdk/models/stock_market_index.rb +1 -1
- data/lib/intrinio-sdk/models/stock_market_index_summary.rb +1 -1
- data/lib/intrinio-sdk/models/stock_price.rb +1 -1
- data/lib/intrinio-sdk/models/stock_price_adjustment.rb +1 -1
- data/lib/intrinio-sdk/models/stock_price_adjustment_summary.rb +1 -1
- data/lib/intrinio-sdk/models/stock_price_summary.rb +1 -1
- data/lib/intrinio-sdk/models/technical_indicator.rb +199 -0
- data/lib/intrinio-sdk/models/triple_exponential_average_technical_value.rb +199 -0
- data/lib/intrinio-sdk/models/true_strength_index_technical_value.rb +199 -0
- data/lib/intrinio-sdk/models/ultimate_oscillator_technical_value.rb +199 -0
- data/lib/intrinio-sdk/models/volume_price_trend_technical_value.rb +199 -0
- data/lib/intrinio-sdk/models/volume_weighted_average_price_value.rb +199 -0
- data/lib/intrinio-sdk/models/vortex_indicator_technical_value.rb +209 -0
- data/lib/intrinio-sdk/models/williams_r_technical_value.rb +199 -0
- data/lib/intrinio-sdk/version.rb +2 -2
- data/spec/api/company_api_spec.rb +9 -9
- data/spec/api/crypto_api_spec.rb +166 -0
- data/spec/api/data_point_api_spec.rb +6 -6
- data/spec/api/fundamentals_api_spec.rb +2 -2
- data/spec/api/historical_data_api_spec.rb +4 -3
- data/spec/api/options_api_spec.rb +105 -0
- data/spec/api/security_api_spec.rb +562 -10
- data/spec/api/stock_exchange_api_spec.rb +1 -1
- data/spec/api/technical_api_spec.rb +587 -0
- data/spec/models/accumulation_distribution_index_technical_value_spec.rb +48 -0
- data/spec/models/api_response_crypto_book_asks_spec.rb +60 -0
- data/spec/models/api_response_crypto_book_bids_spec.rb +60 -0
- data/spec/models/api_response_crypto_book_spec.rb +66 -0
- data/spec/models/api_response_crypto_currencies_spec.rb +42 -0
- data/spec/models/api_response_crypto_exchanges_spec.rb +42 -0
- data/spec/models/api_response_crypto_pairs_spec.rb +48 -0
- data/spec/models/api_response_crypto_prices_spec.rb +66 -0
- data/spec/models/api_response_crypto_snapshot_spec.rb +54 -0
- data/spec/models/api_response_crypto_stats_spec.rb +42 -0
- data/spec/models/api_response_option_prices_spec.rb +54 -0
- data/spec/models/api_response_options_chain_spec.rb +42 -0
- data/spec/models/api_response_options_expirations_spec.rb +42 -0
- data/spec/models/api_response_options_spec.rb +48 -0
- data/spec/models/api_response_security_accumulation_distribution_index_spec.rb +60 -0
- data/spec/models/api_response_security_average_daily_trading_volume_spec.rb +60 -0
- data/spec/models/api_response_security_average_directional_index_spec.rb +60 -0
- data/spec/models/api_response_security_average_true_range_spec.rb +60 -0
- data/spec/models/api_response_security_awesome_oscillator_spec.rb +60 -0
- data/spec/models/api_response_security_bollinger_bands_spec.rb +60 -0
- data/spec/models/api_response_security_chaikin_money_flow_spec.rb +60 -0
- data/spec/models/api_response_security_commodity_channel_index_spec.rb +60 -0
- data/spec/models/api_response_security_detrended_price_oscillator_spec.rb +60 -0
- data/spec/models/api_response_security_donchian_channel_spec.rb +60 -0
- data/spec/models/api_response_security_ease_of_movement_spec.rb +60 -0
- data/spec/models/api_response_security_force_index_spec.rb +60 -0
- data/spec/models/api_response_security_ichimoku_kinko_hyo_spec.rb +60 -0
- data/spec/models/api_response_security_keltner_channel_spec.rb +60 -0
- data/spec/models/api_response_security_know_sure_thing_spec.rb +60 -0
- data/spec/models/api_response_security_mass_index_spec.rb +60 -0
- data/spec/models/api_response_security_money_flow_index_spec.rb +60 -0
- data/spec/models/api_response_security_moving_average_convergence_divergence_spec.rb +60 -0
- data/spec/models/api_response_security_negative_volume_index_spec.rb +60 -0
- data/spec/models/api_response_security_on_balance_volume_mean_spec.rb +60 -0
- data/spec/models/api_response_security_on_balance_volume_spec.rb +60 -0
- data/spec/models/api_response_security_relative_strength_index_spec.rb +60 -0
- data/spec/models/api_response_security_simple_moving_average_spec.rb +60 -0
- data/spec/models/api_response_security_stochastic_oscillator_spec.rb +60 -0
- data/spec/models/api_response_security_triple_exponential_average_spec.rb +60 -0
- data/spec/models/api_response_security_true_strength_index_spec.rb +60 -0
- data/spec/models/api_response_security_ultimate_oscillator_spec.rb +60 -0
- data/spec/models/api_response_security_volume_price_trend_spec.rb +60 -0
- data/spec/models/api_response_security_volume_weighted_average_price_spec.rb +60 -0
- data/spec/models/api_response_security_vortex_indicator_spec.rb +60 -0
- data/spec/models/api_response_security_williams_r_spec.rb +60 -0
- data/spec/models/average_daily_trading_volume_technical_value_spec.rb +48 -0
- data/spec/models/average_directional_index_technical_value_spec.rb +60 -0
- data/spec/models/average_true_range_technical_value_spec.rb +48 -0
- data/spec/models/awesome_oscillator_technical_value_spec.rb +48 -0
- data/spec/models/bollinger_bands_technical_value_spec.rb +60 -0
- data/spec/models/chaikin_money_flow_technical_value_spec.rb +48 -0
- data/spec/models/commodity_channel_index_technical_value_spec.rb +48 -0
- data/spec/models/crypto_ask_spec.rb +48 -0
- data/spec/models/crypto_bid_spec.rb +48 -0
- data/spec/models/crypto_book_entry_spec.rb +48 -0
- data/spec/models/crypto_currency_spec.rb +66 -0
- data/spec/models/crypto_exchange_spec.rb +72 -0
- data/spec/models/crypto_exchange_summary_spec.rb +48 -0
- data/spec/models/crypto_pair_spec.rb +84 -0
- data/spec/models/crypto_pair_summary_spec.rb +48 -0
- data/spec/models/crypto_price_spec.rb +72 -0
- data/spec/models/crypto_snapshot_spec.rb +126 -0
- data/spec/models/crypto_stat_spec.rb +84 -0
- data/spec/models/detrended_price_oscillator_technical_value_spec.rb +48 -0
- data/spec/models/donchian_channel_technical_value_spec.rb +54 -0
- data/spec/models/ease_of_movement_technical_value_spec.rb +48 -0
- data/spec/models/force_index_technical_value_spec.rb +48 -0
- data/spec/models/ichimoku_kinko_hyo_technical_value_spec.rb +72 -0
- data/spec/models/keltner_channel_technical_value_spec.rb +60 -0
- data/spec/models/know_sure_thing_technical_value_spec.rb +48 -0
- data/spec/models/mass_index_technical_value_spec.rb +48 -0
- data/spec/models/money_flow_index_technical_value_spec.rb +48 -0
- data/spec/models/moving_average_convergence_divergence_technical_value_spec.rb +60 -0
- data/spec/models/negative_volume_index_technical_value_spec.rb +48 -0
- data/spec/models/on_balance_volume_mean_technical_value_spec.rb +48 -0
- data/spec/models/on_balance_volume_technical_value_spec.rb +48 -0
- data/spec/models/option_chain_spec.rb +48 -0
- data/spec/models/option_price_spec.rb +120 -0
- data/spec/models/option_spec.rb +72 -0
- data/spec/models/relative_strength_index_technical_value_spec.rb +48 -0
- data/spec/models/reported_financial_dimension_spec.rb +48 -0
- data/spec/models/reported_financial_spec.rb +6 -0
- data/spec/models/security_spec.rb +6 -0
- data/spec/models/simple_moving_average_technical_value_spec.rb +48 -0
- data/spec/models/stochastic_oscillator_technical_value_spec.rb +54 -0
- data/spec/models/technical_indicator_spec.rb +48 -0
- data/spec/models/triple_exponential_average_technical_value_spec.rb +48 -0
- data/spec/models/true_strength_index_technical_value_spec.rb +48 -0
- data/spec/models/ultimate_oscillator_technical_value_spec.rb +48 -0
- data/spec/models/volume_price_trend_technical_value_spec.rb +48 -0
- data/spec/models/volume_weighted_average_price_value_spec.rb +48 -0
- data/spec/models/vortex_indicator_technical_value_spec.rb +54 -0
- data/spec/models/williams_r_technical_value_spec.rb +48 -0
- metadata +378 -2
|
@@ -34,7 +34,7 @@ describe 'StockExchangeApi' do
|
|
|
34
34
|
|
|
35
35
|
# unit tests for get_all_stock_exchanges
|
|
36
36
|
# All Stock Exchanges
|
|
37
|
-
# Returns all Stock Exchanges
|
|
37
|
+
# Returns all Stock Exchanges matching the specified parameters
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
39
39
|
# @option opts [String] :city Filter by city
|
|
40
40
|
# @option opts [String] :country Filter by country
|
|
@@ -0,0 +1,587 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Intrinio API
|
|
3
|
+
|
|
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
|
+
|
|
6
|
+
OpenAPI spec version: 2.2.0
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 2.3.0-SNAPSHOT
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
|
|
16
|
+
# Unit tests for Intrinio::TechnicalApi
|
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'TechnicalApi' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@instance = Intrinio::TechnicalApi.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of TechnicalApi' do
|
|
30
|
+
it 'should create an instance of TechnicalApi' do
|
|
31
|
+
expect(@instance).to be_instance_of(Intrinio::TechnicalApi)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
# unit tests for get_security_price_technicals_adi
|
|
36
|
+
# Accumulation/Distribution Index
|
|
37
|
+
# Returns the Accumulation/Distribution Index values of Stock Prices for the Security with the given `identifier`
|
|
38
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
39
|
+
# @param [Hash] opts the optional parameters
|
|
40
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
41
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
42
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
43
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
44
|
+
# @return [ApiResponseSecurityAccumulationDistributionIndex]
|
|
45
|
+
describe 'get_security_price_technicals_adi test' do
|
|
46
|
+
it "should work" do
|
|
47
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
48
|
+
end
|
|
49
|
+
end
|
|
50
|
+
|
|
51
|
+
# unit tests for get_security_price_technicals_adtv
|
|
52
|
+
# Average Daily Trading Volume
|
|
53
|
+
# Returns the Average Daily Trading Volume values of Stock Prices for the Security with the given `identifier`
|
|
54
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
55
|
+
# @param [Hash] opts the optional parameters
|
|
56
|
+
# @option opts [Integer] :period The number of observations, per period, to calculate Average Daily Trading Volume
|
|
57
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
58
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
59
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
60
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
61
|
+
# @return [ApiResponseSecurityAverageDailyTradingVolume]
|
|
62
|
+
describe 'get_security_price_technicals_adtv test' do
|
|
63
|
+
it "should work" do
|
|
64
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
65
|
+
end
|
|
66
|
+
end
|
|
67
|
+
|
|
68
|
+
# unit tests for get_security_price_technicals_adx
|
|
69
|
+
# Average Directional Index
|
|
70
|
+
# Returns the Average Directional Index values of Stock Prices for the Security with the given `identifier`
|
|
71
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
72
|
+
# @param [Hash] opts the optional parameters
|
|
73
|
+
# @option opts [Integer] :period The number of observations, per period, to calculate Average Directional Index
|
|
74
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
75
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
76
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
77
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
78
|
+
# @return [ApiResponseSecurityAverageDirectionalIndex]
|
|
79
|
+
describe 'get_security_price_technicals_adx test' do
|
|
80
|
+
it "should work" do
|
|
81
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
82
|
+
end
|
|
83
|
+
end
|
|
84
|
+
|
|
85
|
+
# unit tests for get_security_price_technicals_ao
|
|
86
|
+
# Awesome Oscillator
|
|
87
|
+
# Returns the Awesome Oscillator values of Stock Prices for the Security with the given `identifier`
|
|
88
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
89
|
+
# @param [Hash] opts the optional parameters
|
|
90
|
+
# @option opts [Integer] :short_period The number of observations, per period, to calculate short period Simple Moving Average of the Awesome Oscillator
|
|
91
|
+
# @option opts [Integer] :long_period The number of observations, per period, to calculate long period Simple Moving Average of the Awesome Oscillator
|
|
92
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
93
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
94
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
95
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
96
|
+
# @return [ApiResponseSecurityAwesomeOscillator]
|
|
97
|
+
describe 'get_security_price_technicals_ao test' do
|
|
98
|
+
it "should work" do
|
|
99
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
100
|
+
end
|
|
101
|
+
end
|
|
102
|
+
|
|
103
|
+
# unit tests for get_security_price_technicals_atr
|
|
104
|
+
# Average True Range
|
|
105
|
+
# Returns the Average True Range values of Stock Prices for the Security with the given `identifier`
|
|
106
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
107
|
+
# @param [Hash] opts the optional parameters
|
|
108
|
+
# @option opts [Integer] :period The number of observations, per period, to calculate Average True Range
|
|
109
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
110
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
111
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
112
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
113
|
+
# @return [ApiResponseSecurityAverageTrueRange]
|
|
114
|
+
describe 'get_security_price_technicals_atr test' do
|
|
115
|
+
it "should work" do
|
|
116
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
117
|
+
end
|
|
118
|
+
end
|
|
119
|
+
|
|
120
|
+
# unit tests for get_security_price_technicals_bb
|
|
121
|
+
# Bollinger Bands
|
|
122
|
+
# Returns the Bollinger Bands values of Stock Prices for the Security with the given `identifier`
|
|
123
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
124
|
+
# @param [Hash] opts the optional parameters
|
|
125
|
+
# @option opts [Integer] :period The number of observations, per period, to calculate Bollinger Bands
|
|
126
|
+
# @option opts [Float] :standard_deviations The number of standard deviations to calculate the upper and lower bands of the Bollinger Bands
|
|
127
|
+
# @option opts [String] :price_key The Stock Price field to use when calculating Bollinger Bands
|
|
128
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
129
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
130
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
131
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
132
|
+
# @return [ApiResponseSecurityBollingerBands]
|
|
133
|
+
describe 'get_security_price_technicals_bb 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_security_price_technicals_cci
|
|
140
|
+
# Commodity Channel Index
|
|
141
|
+
# Returns the Commodity Channel Index values of Stock Prices for the Security with the given `identifier`
|
|
142
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
143
|
+
# @param [Hash] opts the optional parameters
|
|
144
|
+
# @option opts [Integer] :period The number of observations, per period, to calculate Commodity Channel Index
|
|
145
|
+
# @option opts [Float] :constant The number of observations, per period, to calculate Commodity Channel Index
|
|
146
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
147
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
148
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
149
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
150
|
+
# @return [ApiResponseSecurityCommodityChannelIndex]
|
|
151
|
+
describe 'get_security_price_technicals_cci test' do
|
|
152
|
+
it "should work" do
|
|
153
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
154
|
+
end
|
|
155
|
+
end
|
|
156
|
+
|
|
157
|
+
# unit tests for get_security_price_technicals_cmf
|
|
158
|
+
# Chaikin Money Flow
|
|
159
|
+
# Returns the Chaikin Money Flow values of Stock Prices for the Security with the given `identifier`
|
|
160
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
161
|
+
# @param [Hash] opts the optional parameters
|
|
162
|
+
# @option opts [Integer] :period The number of observations, per period, to calculate Chaikin Money Flow
|
|
163
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
164
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
165
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
166
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
167
|
+
# @return [ApiResponseSecurityChaikinMoneyFlow]
|
|
168
|
+
describe 'get_security_price_technicals_cmf test' do
|
|
169
|
+
it "should work" do
|
|
170
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
171
|
+
end
|
|
172
|
+
end
|
|
173
|
+
|
|
174
|
+
# unit tests for get_security_price_technicals_dc
|
|
175
|
+
# Donchian Channel
|
|
176
|
+
# Returns the Donchian Channel values of Stock Prices for the Security with the given `identifier`
|
|
177
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
178
|
+
# @param [Hash] opts the optional parameters
|
|
179
|
+
# @option opts [Integer] :period The number of observations, per period, to calculate Donchian Channel
|
|
180
|
+
# @option opts [String] :price_key The Stock Price field to use when calculating Donchian Channel
|
|
181
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
182
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
183
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
184
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
185
|
+
# @return [ApiResponseSecurityDonchianChannel]
|
|
186
|
+
describe 'get_security_price_technicals_dc test' do
|
|
187
|
+
it "should work" do
|
|
188
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
189
|
+
end
|
|
190
|
+
end
|
|
191
|
+
|
|
192
|
+
# unit tests for get_security_price_technicals_dpo
|
|
193
|
+
# Detrended Price Oscillator
|
|
194
|
+
# Returns the Detrended Price Oscillator values of Stock Prices for the Security with the given `identifier`
|
|
195
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
196
|
+
# @param [Hash] opts the optional parameters
|
|
197
|
+
# @option opts [Integer] :period The number of observations, per period, to calculate Detrended Price Oscillator
|
|
198
|
+
# @option opts [String] :price_key The Stock Price field to use when calculating Detrended Price Oscillator
|
|
199
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
200
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
201
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
202
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
203
|
+
# @return [ApiResponseSecurityDetrendedPriceOscillator]
|
|
204
|
+
describe 'get_security_price_technicals_dpo test' do
|
|
205
|
+
it "should work" do
|
|
206
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
207
|
+
end
|
|
208
|
+
end
|
|
209
|
+
|
|
210
|
+
# unit tests for get_security_price_technicals_eom
|
|
211
|
+
# Ease of Movement
|
|
212
|
+
# Returns the Ease of Movement values of Stock Prices for the Security with the given `identifier`
|
|
213
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
214
|
+
# @param [Hash] opts the optional parameters
|
|
215
|
+
# @option opts [Integer] :period The number of observations, per period, to calculate Ease of Movement
|
|
216
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
217
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
218
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
219
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
220
|
+
# @return [ApiResponseSecurityEaseOfMovement]
|
|
221
|
+
describe 'get_security_price_technicals_eom test' do
|
|
222
|
+
it "should work" do
|
|
223
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
224
|
+
end
|
|
225
|
+
end
|
|
226
|
+
|
|
227
|
+
# unit tests for get_security_price_technicals_fi
|
|
228
|
+
# Force Index
|
|
229
|
+
# Returns the Force Index values of Stock Prices for the Security with the given `identifier`
|
|
230
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
231
|
+
# @param [Hash] opts the optional parameters
|
|
232
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
233
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
234
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
235
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
236
|
+
# @return [ApiResponseSecurityForceIndex]
|
|
237
|
+
describe 'get_security_price_technicals_fi test' do
|
|
238
|
+
it "should work" do
|
|
239
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
240
|
+
end
|
|
241
|
+
end
|
|
242
|
+
|
|
243
|
+
# unit tests for get_security_price_technicals_ichimoku
|
|
244
|
+
# Ichimoku Kinko Hyo
|
|
245
|
+
# Returns the Ichimoku Kinko Hyo values of Stock Prices for the Security with the given `identifier`
|
|
246
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
247
|
+
# @param [Hash] opts the optional parameters
|
|
248
|
+
# @option opts [Integer] :low_period The number of observations, per period, to calculate Tenkan Sen (Conversion Line) of Ichimoku Kinko Hyo
|
|
249
|
+
# @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
|
|
250
|
+
# @option opts [Integer] :high_period The number of observations, per period, to calculate Senkou Span B (Leading Span B) of Ichimoku Kinko Hyo
|
|
251
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
252
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
253
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
254
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
255
|
+
# @return [ApiResponseSecurityIchimokuKinkoHyo]
|
|
256
|
+
describe 'get_security_price_technicals_ichimoku test' do
|
|
257
|
+
it "should work" do
|
|
258
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
259
|
+
end
|
|
260
|
+
end
|
|
261
|
+
|
|
262
|
+
# unit tests for get_security_price_technicals_kc
|
|
263
|
+
# Keltner Channel
|
|
264
|
+
# Returns the Keltner Channel values of Stock Prices for the Security with the given `identifier`
|
|
265
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
266
|
+
# @param [Hash] opts the optional parameters
|
|
267
|
+
# @option opts [Integer] :period The number of observations, per period, to calculate Kelter Channel
|
|
268
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
269
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
270
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
271
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
272
|
+
# @return [ApiResponseSecurityKeltnerChannel]
|
|
273
|
+
describe 'get_security_price_technicals_kc test' do
|
|
274
|
+
it "should work" do
|
|
275
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
276
|
+
end
|
|
277
|
+
end
|
|
278
|
+
|
|
279
|
+
# unit tests for get_security_price_technicals_kst
|
|
280
|
+
# Know Sure Thing
|
|
281
|
+
# Returns the Know Sure Thing values of Stock Prices for the Security with the given `identifier`
|
|
282
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
283
|
+
# @param [Hash] opts the optional parameters
|
|
284
|
+
# @option opts [Integer] :roc1 The number of observations, per period, to calculate the rate-of-change for RCMA1
|
|
285
|
+
# @option opts [Integer] :roc2 The number of observations, per period, to calculate the rate-of-change for RCMA2
|
|
286
|
+
# @option opts [Integer] :roc3 The number of observations, per period, to calculate the rate-of-change for RCMA2
|
|
287
|
+
# @option opts [Integer] :roc4 The number of observations, per period, to calculate the rate-of-change for RCMA3
|
|
288
|
+
# @option opts [Integer] :roc5 The number of observations, per period, to calculate the rate-of-change for RCMA4
|
|
289
|
+
# @option opts [Integer] :sma1 The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA1
|
|
290
|
+
# @option opts [Integer] :sma2 The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA2
|
|
291
|
+
# @option opts [Integer] :sma3 The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA3
|
|
292
|
+
# @option opts [Integer] :sma4 The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA4
|
|
293
|
+
# @option opts [String] :price_key The Stock Price field to use when calculating Know Sure Thing
|
|
294
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
295
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
296
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
297
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
298
|
+
# @return [ApiResponseSecurityKnowSureThing]
|
|
299
|
+
describe 'get_security_price_technicals_kst test' do
|
|
300
|
+
it "should work" do
|
|
301
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
302
|
+
end
|
|
303
|
+
end
|
|
304
|
+
|
|
305
|
+
# unit tests for get_security_price_technicals_macd
|
|
306
|
+
# Moving Average Convergence Divergence
|
|
307
|
+
# Returns the Moving Average Convergence Divergence values of Stock Prices for the Security with the given `identifier`
|
|
308
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
309
|
+
# @param [Hash] opts the optional parameters
|
|
310
|
+
# @option opts [Integer] :fast_period The number of observations, per period, to calculate the fast moving Exponential Moving Average for Moving Average Convergence Divergence
|
|
311
|
+
# @option opts [Integer] :slow_period The number of observations, per period, to calculate the slow moving Exponential Moving Average for Moving Average Convergence Divergence
|
|
312
|
+
# @option opts [Integer] :signal_period The number of observations, per period, to calculate the signal line for Moving Average Convergence Divergence
|
|
313
|
+
# @option opts [String] :price_key The Stock Price field to use when calculating Moving Average Convergence Divergence
|
|
314
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
315
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
316
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
317
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
318
|
+
# @return [ApiResponseSecurityMovingAverageConvergenceDivergence]
|
|
319
|
+
describe 'get_security_price_technicals_macd test' do
|
|
320
|
+
it "should work" do
|
|
321
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
322
|
+
end
|
|
323
|
+
end
|
|
324
|
+
|
|
325
|
+
# unit tests for get_security_price_technicals_mfi
|
|
326
|
+
# Money Flow Index
|
|
327
|
+
# Returns the Money Flow Index values of Stock Prices for the Security with the given `identifier`
|
|
328
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
329
|
+
# @param [Hash] opts the optional parameters
|
|
330
|
+
# @option opts [Integer] :period The number of observations, per period, to calculate Money Flow Index
|
|
331
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
332
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
333
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
334
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
335
|
+
# @return [ApiResponseSecurityMoneyFlowIndex]
|
|
336
|
+
describe 'get_security_price_technicals_mfi test' do
|
|
337
|
+
it "should work" do
|
|
338
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
339
|
+
end
|
|
340
|
+
end
|
|
341
|
+
|
|
342
|
+
# unit tests for get_security_price_technicals_mi
|
|
343
|
+
# Mass Index
|
|
344
|
+
# Returns the Mass Index values of Stock Prices for the Security with the given `identifier`
|
|
345
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
346
|
+
# @param [Hash] opts the optional parameters
|
|
347
|
+
# @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
|
|
348
|
+
# @option opts [Integer] :sum_period The number of observations, per period, to calculate the sum of the Exponetinal Moving Average Ratios for Mass Index
|
|
349
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
350
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
351
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
352
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
353
|
+
# @return [ApiResponseSecurityMassIndex]
|
|
354
|
+
describe 'get_security_price_technicals_mi test' do
|
|
355
|
+
it "should work" do
|
|
356
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
357
|
+
end
|
|
358
|
+
end
|
|
359
|
+
|
|
360
|
+
# unit tests for get_security_price_technicals_nvi
|
|
361
|
+
# Negative Volume Index
|
|
362
|
+
# Returns the Negative Volume Index values of Stock Prices for the Security with the given `identifier`
|
|
363
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
364
|
+
# @param [Hash] opts the optional parameters
|
|
365
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
366
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
367
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
368
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
369
|
+
# @return [ApiResponseSecurityNegativeVolumeIndex]
|
|
370
|
+
describe 'get_security_price_technicals_nvi test' do
|
|
371
|
+
it "should work" do
|
|
372
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
373
|
+
end
|
|
374
|
+
end
|
|
375
|
+
|
|
376
|
+
# unit tests for get_security_price_technicals_obv
|
|
377
|
+
# On-balance Volume
|
|
378
|
+
# Returns the On-balance Volume values of Stock Prices for the Security with the given `identifier`
|
|
379
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
380
|
+
# @param [Hash] opts the optional parameters
|
|
381
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
382
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
383
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
384
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
385
|
+
# @return [ApiResponseSecurityOnBalanceVolume]
|
|
386
|
+
describe 'get_security_price_technicals_obv test' do
|
|
387
|
+
it "should work" do
|
|
388
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
389
|
+
end
|
|
390
|
+
end
|
|
391
|
+
|
|
392
|
+
# unit tests for get_security_price_technicals_obv_mean
|
|
393
|
+
# On-balance Volume Mean
|
|
394
|
+
# Returns the On-balance Volume Mean values of Stock Prices for the Security with the given `identifier`
|
|
395
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
396
|
+
# @param [Hash] opts the optional parameters
|
|
397
|
+
# @option opts [Integer] :period The number of observations, per period, to calculate On-balance Volume Mean
|
|
398
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
399
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
400
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
401
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
402
|
+
# @return [ApiResponseSecurityOnBalanceVolumeMean]
|
|
403
|
+
describe 'get_security_price_technicals_obv_mean test' do
|
|
404
|
+
it "should work" do
|
|
405
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
406
|
+
end
|
|
407
|
+
end
|
|
408
|
+
|
|
409
|
+
# unit tests for get_security_price_technicals_rsi
|
|
410
|
+
# Relative Strength Index
|
|
411
|
+
# Returns the Relative Strength Index values of Stock Prices for the Security with the given `identifier`
|
|
412
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
413
|
+
# @param [Hash] opts the optional parameters
|
|
414
|
+
# @option opts [Integer] :period The number of observations, per period, to calculate Relative Strength Index
|
|
415
|
+
# @option opts [String] :price_key The Stock Price field to use when calculating Relative Strength Index
|
|
416
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
417
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
418
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
419
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
420
|
+
# @return [ApiResponseSecurityRelativeStrengthIndex]
|
|
421
|
+
describe 'get_security_price_technicals_rsi test' do
|
|
422
|
+
it "should work" do
|
|
423
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
424
|
+
end
|
|
425
|
+
end
|
|
426
|
+
|
|
427
|
+
# unit tests for get_security_price_technicals_sma
|
|
428
|
+
# Simple Moving Average
|
|
429
|
+
# Returns the Simple Moving Average values of Stock Prices for the Security with the given `identifier`
|
|
430
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
431
|
+
# @param [Hash] opts the optional parameters
|
|
432
|
+
# @option opts [Integer] :period The number of observations, per period, to calculate Simple Moving Average
|
|
433
|
+
# @option opts [String] :price_key The Stock Price field to use when calculating Simple Moving Average
|
|
434
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
435
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
436
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
437
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
438
|
+
# @return [ApiResponseSecuritySimpleMovingAverage]
|
|
439
|
+
describe 'get_security_price_technicals_sma 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_security_price_technicals_sr
|
|
446
|
+
# Stochastic Oscillator
|
|
447
|
+
# Returns the Stochastic Oscillator values of Stock Prices for the Security with the given `identifier`
|
|
448
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
449
|
+
# @param [Hash] opts the optional parameters
|
|
450
|
+
# @option opts [Integer] :period The number of observations, per period, to calculate %K of Stochastic Oscillator
|
|
451
|
+
# @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
|
|
452
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
453
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
454
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
455
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
456
|
+
# @return [ApiResponseSecurityStochasticOscillator]
|
|
457
|
+
describe 'get_security_price_technicals_sr test' do
|
|
458
|
+
it "should work" do
|
|
459
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
460
|
+
end
|
|
461
|
+
end
|
|
462
|
+
|
|
463
|
+
# unit tests for get_security_price_technicals_trix
|
|
464
|
+
# Triple Exponential Average
|
|
465
|
+
# Returns the Simple Moving Average values of Stock Prices for the Security with the given `identifier`
|
|
466
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
467
|
+
# @param [Hash] opts the optional parameters
|
|
468
|
+
# @option opts [Integer] :period The number of observations, per period, to calculate Exponential Moving Average for Triple Exponential Average
|
|
469
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
470
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
471
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
472
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
473
|
+
# @return [ApiResponseSecurityTripleExponentialAverage]
|
|
474
|
+
describe 'get_security_price_technicals_trix test' do
|
|
475
|
+
it "should work" do
|
|
476
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
477
|
+
end
|
|
478
|
+
end
|
|
479
|
+
|
|
480
|
+
# unit tests for get_security_price_technicals_tsi
|
|
481
|
+
# True Strength Index
|
|
482
|
+
# Returns the True Strength Index values of Stock Prices for the Security with the given `identifier`
|
|
483
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
484
|
+
# @param [Hash] opts the optional parameters
|
|
485
|
+
# @option opts [Integer] :low_period The number of observations, per period, to calculate low period Exponential Moving Average for smoothing in True Strength Index
|
|
486
|
+
# @option opts [Integer] :high_period The number of observations, per period, to calculate high period Exponential Moving Average for smoothing in True Strength Index
|
|
487
|
+
# @option opts [String] :price_key The Stock Price field to use when calculating True Strength Index
|
|
488
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
489
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
490
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
491
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
492
|
+
# @return [ApiResponseSecurityTrueStrengthIndex]
|
|
493
|
+
describe 'get_security_price_technicals_tsi test' do
|
|
494
|
+
it "should work" do
|
|
495
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
496
|
+
end
|
|
497
|
+
end
|
|
498
|
+
|
|
499
|
+
# unit tests for get_security_price_technicals_uo
|
|
500
|
+
# Ultimate Oscillator
|
|
501
|
+
# Returns the Ultimate Oscillator values of Stock Prices for the Security with the given `identifier`
|
|
502
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
503
|
+
# @param [Hash] opts the optional parameters
|
|
504
|
+
# @option opts [Integer] :short_period The number of observations, per period, to calculate the short period for Ultimate Oscillator
|
|
505
|
+
# @option opts [Integer] :medium_period The number of observations, per period, to calculate the medium period for Ultimate Oscillator
|
|
506
|
+
# @option opts [Integer] :long_period The number of observations, per period, to calculate the long period for Ultimate Oscillator
|
|
507
|
+
# @option opts [Float] :short_weight The weight of short Buying Pressure average for Ultimate Oscillator
|
|
508
|
+
# @option opts [Float] :medium_weight The weight of medium Buying Pressure average for Ultimate Oscillator
|
|
509
|
+
# @option opts [Float] :long_weight The weight of long Buying Pressure average for Ultimate Oscillator
|
|
510
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
511
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
512
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
513
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
514
|
+
# @return [ApiResponseSecurityUltimateOscillator]
|
|
515
|
+
describe 'get_security_price_technicals_uo test' do
|
|
516
|
+
it "should work" do
|
|
517
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
518
|
+
end
|
|
519
|
+
end
|
|
520
|
+
|
|
521
|
+
# unit tests for get_security_price_technicals_vi
|
|
522
|
+
# Vortex Indicator
|
|
523
|
+
# Returns the Vortex Indicator values of Stock Prices for the Security with the given `identifier`
|
|
524
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
525
|
+
# @param [Hash] opts the optional parameters
|
|
526
|
+
# @option opts [Integer] :period The number of observations, per period, to calculate Vortex Indicator
|
|
527
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
528
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
529
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
530
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
531
|
+
# @return [ApiResponseSecurityVortexIndicator]
|
|
532
|
+
describe 'get_security_price_technicals_vi test' do
|
|
533
|
+
it "should work" do
|
|
534
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
535
|
+
end
|
|
536
|
+
end
|
|
537
|
+
|
|
538
|
+
# unit tests for get_security_price_technicals_vpt
|
|
539
|
+
# Volume-price Trend
|
|
540
|
+
# Returns the Volume-price Trend values of Stock Prices for the Security with the given `identifier`
|
|
541
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
542
|
+
# @param [Hash] opts the optional parameters
|
|
543
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
544
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
545
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
546
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
547
|
+
# @return [ApiResponseSecurityVolumePriceTrend]
|
|
548
|
+
describe 'get_security_price_technicals_vpt test' do
|
|
549
|
+
it "should work" do
|
|
550
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
551
|
+
end
|
|
552
|
+
end
|
|
553
|
+
|
|
554
|
+
# unit tests for get_security_price_technicals_vwap
|
|
555
|
+
# Volume Weighted Average Price
|
|
556
|
+
# Returns the Volume Weighted Average Price values of Stock Prices for the Security with the given `identifier`
|
|
557
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
558
|
+
# @param [Hash] opts the optional parameters
|
|
559
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
560
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
561
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
562
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
563
|
+
# @return [ApiResponseSecurityVolumeWeightedAveragePrice]
|
|
564
|
+
describe 'get_security_price_technicals_vwap test' do
|
|
565
|
+
it "should work" do
|
|
566
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
567
|
+
end
|
|
568
|
+
end
|
|
569
|
+
|
|
570
|
+
# unit tests for get_security_price_technicals_wr
|
|
571
|
+
# Williams %R
|
|
572
|
+
# Returns the Williams %R values of Stock Prices for the Security with the given `identifier`
|
|
573
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
574
|
+
# @param [Hash] opts the optional parameters
|
|
575
|
+
# @option opts [Integer] :period The number of observations, per period, to look-back when calculating Williams %R
|
|
576
|
+
# @option opts [String] :start_date Return technical indicator values on or after the date
|
|
577
|
+
# @option opts [String] :end_date Return technical indicator values on or before the date
|
|
578
|
+
# @option opts [Float] :page_size The number of results to return
|
|
579
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
580
|
+
# @return [ApiResponseSecurityWilliamsR]
|
|
581
|
+
describe 'get_security_price_technicals_wr test' do
|
|
582
|
+
it "should work" do
|
|
583
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
584
|
+
end
|
|
585
|
+
end
|
|
586
|
+
|
|
587
|
+
end
|