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.
- checksums.yaml +4 -4
- data/README.md +116 -2
- data/docs/ApiResponseCryptoAccumulationDistributionIndex.md +13 -0
- data/docs/ApiResponseCryptoAverageDailyTradingVolume.md +13 -0
- data/docs/ApiResponseCryptoAverageDirectionalIndex.md +13 -0
- data/docs/ApiResponseCryptoAverageTrueRange.md +13 -0
- data/docs/ApiResponseCryptoAwesomeOscillator.md +13 -0
- data/docs/ApiResponseCryptoBollingerBands.md +13 -0
- data/docs/ApiResponseCryptoChaikinMoneyFlow.md +13 -0
- data/docs/ApiResponseCryptoCommodityChannelIndex.md +13 -0
- data/docs/ApiResponseCryptoDetrendedPriceOscillator.md +13 -0
- data/docs/ApiResponseCryptoDonchianChannel.md +13 -0
- data/docs/ApiResponseCryptoEaseOfMovement.md +13 -0
- data/docs/ApiResponseCryptoForceIndex.md +13 -0
- data/docs/ApiResponseCryptoIchimokuKinkoHyo.md +13 -0
- data/docs/ApiResponseCryptoKeltnerChannel.md +13 -0
- data/docs/ApiResponseCryptoKnowSureThing.md +13 -0
- data/docs/ApiResponseCryptoMassIndex.md +13 -0
- data/docs/ApiResponseCryptoMoneyFlowIndex.md +13 -0
- data/docs/ApiResponseCryptoMovingAverageConvergenceDivergence.md +13 -0
- data/docs/ApiResponseCryptoNegativeVolumeIndex.md +13 -0
- data/docs/ApiResponseCryptoOnBalanceVolume.md +13 -0
- data/docs/ApiResponseCryptoOnBalanceVolumeMean.md +13 -0
- data/docs/ApiResponseCryptoRelativeStrengthIndex.md +13 -0
- data/docs/ApiResponseCryptoSimpleMovingAverage.md +13 -0
- data/docs/ApiResponseCryptoStochasticOscillator.md +13 -0
- data/docs/ApiResponseCryptoTripleExponentialAverage.md +13 -0
- data/docs/ApiResponseCryptoTrueStrengthIndex.md +13 -0
- data/docs/ApiResponseCryptoUltimateOscillator.md +13 -0
- data/docs/ApiResponseCryptoVolumePriceTrend.md +13 -0
- data/docs/ApiResponseCryptoVolumeWeightedAveragePrice.md +13 -0
- data/docs/ApiResponseCryptoVortexIndicator.md +13 -0
- data/docs/ApiResponseCryptoWilliamsR.md +13 -0
- data/docs/ApiResponseOptionsChain.md +1 -1
- data/docs/ApiResponseSecurityZacksAnalystRatings.md +10 -0
- data/docs/ApiResponseSecurityZacksAnalystRatingsSnapshot.md +9 -0
- data/docs/ApiResponseSecurityZacksEPSSurprises.md +10 -0
- data/docs/ApiResponseSecurityZacksSalesSurprises.md +10 -0
- data/docs/ApiResponseZacksAnalystRatings.md +9 -0
- data/docs/ApiResponseZacksEPSSurprises.md +9 -0
- data/docs/ApiResponseZacksSalesSurprises.md +9 -0
- data/docs/Company.md +4 -0
- data/docs/CompanyApi.md +240 -36
- data/docs/CryptoApi.md +2769 -57
- data/docs/CryptoPrice.md +1 -1
- data/docs/DataPointApi.md +44 -10
- data/docs/DataTagApi.md +55 -4
- data/docs/FilingApi.md +128 -9
- data/docs/ForexApi.md +57 -6
- data/docs/Fundamental.md +1 -1
- data/docs/FundamentalsApi.md +68 -0
- data/docs/HistoricalDataApi.md +25 -8
- data/docs/IndexApi.md +331 -25
- data/docs/MunicipalityApi.md +51 -0
- data/docs/OptionsApi.md +74 -6
- data/docs/SecurityApi.md +1108 -78
- data/docs/StockExchangeApi.md +117 -15
- data/docs/TechnicalApi.md +3121 -37
- data/docs/ZacksAnalystRating.md +17 -0
- data/docs/ZacksAnalystRatingSnapshot.md +18 -0
- data/docs/ZacksAnalystRatingSummary.md +16 -0
- data/docs/ZacksApi.md +281 -0
- data/docs/ZacksEPSSurprise.md +24 -0
- data/docs/ZacksEPSSurpriseSummary.md +23 -0
- data/docs/ZacksSalesSurprise.md +24 -0
- data/docs/ZacksSalesSurpriseSummary.md +25 -0
- data/intrinio-sdk.gemspec +1 -1
- data/lib/intrinio-sdk.rb +47 -1
- data/lib/intrinio-sdk/api/company_api.rb +33 -33
- data/lib/intrinio-sdk/api/crypto_api.rb +3108 -8
- data/lib/intrinio-sdk/api/data_point_api.rb +13 -13
- data/lib/intrinio-sdk/api/data_tag_api.rb +5 -5
- data/lib/intrinio-sdk/api/filing_api.rb +9 -9
- data/lib/intrinio-sdk/api/forex_api.rb +7 -6
- data/lib/intrinio-sdk/api/fundamentals_api.rb +1 -1
- data/lib/intrinio-sdk/api/historical_data_api.rb +9 -9
- data/lib/intrinio-sdk/api/index_api.rb +23 -23
- data/lib/intrinio-sdk/api/municipality_api.rb +1 -1
- data/lib/intrinio-sdk/api/options_api.rb +7 -7
- data/lib/intrinio-sdk/api/security_api.rb +393 -42
- data/lib/intrinio-sdk/api/stock_exchange_api.rb +11 -11
- data/lib/intrinio-sdk/api/technical_api.rb +3108 -12
- data/lib/intrinio-sdk/api/zacks_api.rb +393 -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 +1 -1
- 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_accumulation_distribution_index.rb +238 -0
- data/lib/intrinio-sdk/models/api_response_crypto_average_daily_trading_volume.rb +238 -0
- data/lib/intrinio-sdk/models/api_response_crypto_average_directional_index.rb +238 -0
- data/lib/intrinio-sdk/models/api_response_crypto_average_true_range.rb +238 -0
- data/lib/intrinio-sdk/models/api_response_crypto_awesome_oscillator.rb +238 -0
- data/lib/intrinio-sdk/models/api_response_crypto_bollinger_bands.rb +238 -0
- data/lib/intrinio-sdk/models/api_response_crypto_book.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_crypto_book_asks.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_crypto_book_bids.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_crypto_chaikin_money_flow.rb +238 -0
- data/lib/intrinio-sdk/models/api_response_crypto_commodity_channel_index.rb +238 -0
- data/lib/intrinio-sdk/models/api_response_crypto_currencies.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_crypto_detrended_price_oscillator.rb +238 -0
- data/lib/intrinio-sdk/models/api_response_crypto_donchian_channel.rb +238 -0
- data/lib/intrinio-sdk/models/api_response_crypto_ease_of_movement.rb +238 -0
- data/lib/intrinio-sdk/models/api_response_crypto_exchanges.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_crypto_force_index.rb +238 -0
- data/lib/intrinio-sdk/models/api_response_crypto_ichimoku_kinko_hyo.rb +238 -0
- data/lib/intrinio-sdk/models/api_response_crypto_keltner_channel.rb +238 -0
- data/lib/intrinio-sdk/models/api_response_crypto_know_sure_thing.rb +238 -0
- data/lib/intrinio-sdk/models/api_response_crypto_mass_index.rb +238 -0
- data/lib/intrinio-sdk/models/api_response_crypto_money_flow_index.rb +238 -0
- data/lib/intrinio-sdk/models/api_response_crypto_moving_average_convergence_divergence.rb +238 -0
- data/lib/intrinio-sdk/models/api_response_crypto_negative_volume_index.rb +238 -0
- data/lib/intrinio-sdk/models/api_response_crypto_on_balance_volume.rb +238 -0
- data/lib/intrinio-sdk/models/api_response_crypto_on_balance_volume_mean.rb +238 -0
- data/lib/intrinio-sdk/models/api_response_crypto_pairs.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_crypto_prices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_crypto_relative_strength_index.rb +238 -0
- data/lib/intrinio-sdk/models/api_response_crypto_simple_moving_average.rb +238 -0
- data/lib/intrinio-sdk/models/api_response_crypto_snapshot.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_crypto_stats.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_crypto_stochastic_oscillator.rb +238 -0
- data/lib/intrinio-sdk/models/api_response_crypto_triple_exponential_average.rb +238 -0
- data/lib/intrinio-sdk/models/api_response_crypto_true_strength_index.rb +238 -0
- data/lib/intrinio-sdk/models/api_response_crypto_ultimate_oscillator.rb +238 -0
- data/lib/intrinio-sdk/models/api_response_crypto_volume_price_trend.rb +238 -0
- data/lib/intrinio-sdk/models/api_response_crypto_volume_weighted_average_price.rb +238 -0
- data/lib/intrinio-sdk/models/api_response_crypto_vortex_indicator.rb +238 -0
- data/lib/intrinio-sdk/models/api_response_crypto_williams_r.rb +238 -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 +1 -1
- data/lib/intrinio-sdk/models/api_response_options.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_chain.rb +9 -9
- data/lib/intrinio-sdk/models/api_response_options_expirations.rb +1 -1
- 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 +1 -1
- data/lib/intrinio-sdk/models/api_response_security_average_daily_trading_volume.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_average_directional_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_average_true_range.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_awesome_oscillator.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_bollinger_bands.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_chaikin_money_flow.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_commodity_channel_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_detrended_price_oscillator.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_donchian_channel.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_ease_of_movement.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_force_index.rb +1 -1
- 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 +1 -1
- data/lib/intrinio-sdk/models/api_response_security_intraday_prices.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_keltner_channel.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_know_sure_thing.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_mass_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_money_flow_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_moving_average_convergence_divergence.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_negative_volume_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_on_balance_volume.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_on_balance_volume_mean.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_relative_strength_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_simple_moving_average.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_stochastic_oscillator.rb +1 -1
- 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 +1 -1
- data/lib/intrinio-sdk/models/api_response_security_true_strength_index.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_ultimate_oscillator.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_volume_price_trend.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_volume_weighted_average_price.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_vortex_indicator.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_williams_r.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings.rb +210 -0
- data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings_snapshot.rb +200 -0
- data/lib/intrinio-sdk/models/api_response_security_zacks_eps_surprises.rb +210 -0
- data/lib/intrinio-sdk/models/api_response_security_zacks_sales_surprises.rb +210 -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/api_response_zacks_analyst_ratings.rb +200 -0
- data/lib/intrinio-sdk/models/api_response_zacks_eps_surprises.rb +201 -0
- data/lib/intrinio-sdk/models/api_response_zacks_sales_surprises.rb +201 -0
- data/lib/intrinio-sdk/models/average_daily_trading_volume_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/average_directional_index_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/average_true_range_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/awesome_oscillator_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/bollinger_bands_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/chaikin_money_flow_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/commodity_channel_index_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/company.rb +45 -5
- 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 +1 -1
- data/lib/intrinio-sdk/models/crypto_bid.rb +1 -1
- data/lib/intrinio-sdk/models/crypto_book_entry.rb +1 -1
- data/lib/intrinio-sdk/models/crypto_currency.rb +1 -1
- data/lib/intrinio-sdk/models/crypto_exchange.rb +1 -1
- data/lib/intrinio-sdk/models/crypto_exchange_summary.rb +1 -1
- data/lib/intrinio-sdk/models/crypto_pair.rb +1 -1
- data/lib/intrinio-sdk/models/crypto_pair_summary.rb +1 -1
- data/lib/intrinio-sdk/models/crypto_price.rb +2 -2
- data/lib/intrinio-sdk/models/crypto_snapshot.rb +1 -1
- data/lib/intrinio-sdk/models/crypto_stat.rb +1 -1
- 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 +1 -1
- data/lib/intrinio-sdk/models/dividend_record.rb +1 -1
- data/lib/intrinio-sdk/models/donchian_channel_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/earnings_record.rb +1 -1
- data/lib/intrinio-sdk/models/ease_of_movement_technical_value.rb +1 -1
- 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 +1 -1
- 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 +2 -2
- 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 +1 -1
- data/lib/intrinio-sdk/models/intraday_stock_price.rb +1 -1
- data/lib/intrinio-sdk/models/keltner_channel_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/know_sure_thing_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/mass_index_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/money_flow_index_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/moving_average_convergence_divergence_technical_value.rb +1 -1
- 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 +1 -1
- data/lib/intrinio-sdk/models/on_balance_volume_mean_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/on_balance_volume_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/option.rb +1 -1
- data/lib/intrinio-sdk/models/option_chain.rb +1 -1
- data/lib/intrinio-sdk/models/option_price.rb +1 -1
- 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 +1 -1
- data/lib/intrinio-sdk/models/reported_financial.rb +1 -1
- data/lib/intrinio-sdk/models/reported_financial_dimension.rb +1 -1
- data/lib/intrinio-sdk/models/reported_tag.rb +1 -1
- data/lib/intrinio-sdk/models/security.rb +1 -1
- 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 +1 -1
- data/lib/intrinio-sdk/models/standardized_financial.rb +1 -1
- data/lib/intrinio-sdk/models/stochastic_oscillator_technical_value.rb +1 -1
- 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 +1 -1
- data/lib/intrinio-sdk/models/triple_exponential_average_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/true_strength_index_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/ultimate_oscillator_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/volume_price_trend_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/volume_weighted_average_price_value.rb +1 -1
- data/lib/intrinio-sdk/models/vortex_indicator_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/williams_r_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_analyst_rating.rb +279 -0
- data/lib/intrinio-sdk/models/zacks_analyst_rating_snapshot.rb +289 -0
- data/lib/intrinio-sdk/models/zacks_analyst_rating_summary.rb +269 -0
- data/lib/intrinio-sdk/models/zacks_eps_surprise.rb +349 -0
- data/lib/intrinio-sdk/models/zacks_eps_surprise_summary.rb +339 -0
- data/lib/intrinio-sdk/models/zacks_sales_surprise.rb +349 -0
- data/lib/intrinio-sdk/models/zacks_sales_surprise_summary.rb +359 -0
- data/lib/intrinio-sdk/version.rb +2 -2
- data/spec/api/company_api_spec.rb +17 -17
- data/spec/api/crypto_api_spec.rb +741 -4
- data/spec/api/data_point_api_spec.rb +7 -7
- data/spec/api/data_tag_api_spec.rb +3 -3
- data/spec/api/filing_api_spec.rb +5 -5
- data/spec/api/forex_api_spec.rb +3 -3
- data/spec/api/fundamentals_api_spec.rb +1 -1
- data/spec/api/historical_data_api_spec.rb +5 -5
- data/spec/api/index_api_spec.rb +12 -12
- data/spec/api/municipality_api_spec.rb +1 -1
- data/spec/api/options_api_spec.rb +4 -4
- data/spec/api/security_api_spec.rb +88 -19
- data/spec/api/stock_exchange_api_spec.rb +6 -6
- data/spec/api/technical_api_spec.rb +740 -4
- data/spec/api/zacks_api_spec.rb +119 -0
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/accumulation_distribution_index_technical_value_spec.rb +1 -1
- data/spec/models/api_response_companies_search_spec.rb +1 -1
- data/spec/models/api_response_companies_spec.rb +1 -1
- data/spec/models/api_response_company_filings_spec.rb +1 -1
- data/spec/models/api_response_company_fundamentals_spec.rb +1 -1
- data/spec/models/api_response_company_historical_data_spec.rb +1 -1
- data/spec/models/api_response_company_news_spec.rb +1 -1
- data/spec/models/api_response_company_securities_spec.rb +1 -1
- data/spec/models/api_response_crypto_accumulation_distribution_index_spec.rb +72 -0
- data/spec/models/api_response_crypto_average_daily_trading_volume_spec.rb +72 -0
- data/spec/models/api_response_crypto_average_directional_index_spec.rb +72 -0
- data/spec/models/api_response_crypto_average_true_range_spec.rb +72 -0
- data/spec/models/api_response_crypto_awesome_oscillator_spec.rb +72 -0
- data/spec/models/api_response_crypto_bollinger_bands_spec.rb +72 -0
- data/spec/models/api_response_crypto_book_asks_spec.rb +1 -1
- data/spec/models/api_response_crypto_book_bids_spec.rb +1 -1
- data/spec/models/api_response_crypto_book_spec.rb +1 -1
- data/spec/models/api_response_crypto_chaikin_money_flow_spec.rb +72 -0
- data/spec/models/api_response_crypto_commodity_channel_index_spec.rb +72 -0
- data/spec/models/api_response_crypto_currencies_spec.rb +1 -1
- data/spec/models/api_response_crypto_detrended_price_oscillator_spec.rb +72 -0
- data/spec/models/api_response_crypto_donchian_channel_spec.rb +72 -0
- data/spec/models/api_response_crypto_ease_of_movement_spec.rb +72 -0
- data/spec/models/api_response_crypto_exchanges_spec.rb +1 -1
- data/spec/models/api_response_crypto_force_index_spec.rb +72 -0
- data/spec/models/api_response_crypto_ichimoku_kinko_hyo_spec.rb +72 -0
- data/spec/models/api_response_crypto_keltner_channel_spec.rb +72 -0
- data/spec/models/api_response_crypto_know_sure_thing_spec.rb +72 -0
- data/spec/models/api_response_crypto_mass_index_spec.rb +72 -0
- data/spec/models/api_response_crypto_money_flow_index_spec.rb +72 -0
- data/spec/models/api_response_crypto_moving_average_convergence_divergence_spec.rb +72 -0
- data/spec/models/api_response_crypto_negative_volume_index_spec.rb +72 -0
- data/spec/models/api_response_crypto_on_balance_volume_mean_spec.rb +72 -0
- data/spec/models/api_response_crypto_on_balance_volume_spec.rb +72 -0
- data/spec/models/api_response_crypto_pairs_spec.rb +1 -1
- data/spec/models/api_response_crypto_prices_spec.rb +1 -1
- data/spec/models/api_response_crypto_relative_strength_index_spec.rb +72 -0
- data/spec/models/api_response_crypto_simple_moving_average_spec.rb +72 -0
- data/spec/models/api_response_crypto_snapshot_spec.rb +1 -1
- data/spec/models/api_response_crypto_stats_spec.rb +1 -1
- data/spec/models/api_response_crypto_stochastic_oscillator_spec.rb +72 -0
- data/spec/models/api_response_crypto_triple_exponential_average_spec.rb +72 -0
- data/spec/models/api_response_crypto_true_strength_index_spec.rb +72 -0
- data/spec/models/api_response_crypto_ultimate_oscillator_spec.rb +72 -0
- data/spec/models/api_response_crypto_volume_price_trend_spec.rb +72 -0
- data/spec/models/api_response_crypto_volume_weighted_average_price_spec.rb +72 -0
- data/spec/models/api_response_crypto_vortex_indicator_spec.rb +72 -0
- data/spec/models/api_response_crypto_williams_r_spec.rb +72 -0
- data/spec/models/api_response_data_tags_search_spec.rb +1 -1
- data/spec/models/api_response_data_tags_spec.rb +1 -1
- data/spec/models/api_response_economic_index_historical_data_spec.rb +1 -1
- data/spec/models/api_response_economic_indices_search_spec.rb +1 -1
- data/spec/models/api_response_economic_indices_spec.rb +1 -1
- data/spec/models/api_response_filing_notes_search_spec.rb +1 -1
- data/spec/models/api_response_filing_notes_spec.rb +1 -1
- data/spec/models/api_response_filings_spec.rb +1 -1
- data/spec/models/api_response_forex_currencies_spec.rb +1 -1
- data/spec/models/api_response_forex_pairs_spec.rb +1 -1
- data/spec/models/api_response_forex_prices_spec.rb +1 -1
- data/spec/models/api_response_historical_data_spec.rb +1 -1
- data/spec/models/api_response_municipalities_spec.rb +1 -1
- data/spec/models/api_response_municipalitiy_financials_spec.rb +1 -1
- data/spec/models/api_response_news_spec.rb +1 -1
- data/spec/models/api_response_option_prices_spec.rb +1 -1
- data/spec/models/api_response_options_chain_spec.rb +2 -2
- data/spec/models/api_response_options_expirations_spec.rb +1 -1
- data/spec/models/api_response_options_spec.rb +1 -1
- data/spec/models/api_response_reported_financials_spec.rb +1 -1
- data/spec/models/api_response_securities_search_spec.rb +1 -1
- data/spec/models/api_response_securities_spec.rb +1 -1
- data/spec/models/api_response_security_accumulation_distribution_index_spec.rb +1 -1
- data/spec/models/api_response_security_average_daily_trading_volume_spec.rb +1 -1
- data/spec/models/api_response_security_average_directional_index_spec.rb +1 -1
- data/spec/models/api_response_security_average_true_range_spec.rb +1 -1
- data/spec/models/api_response_security_awesome_oscillator_spec.rb +1 -1
- data/spec/models/api_response_security_bollinger_bands_spec.rb +1 -1
- data/spec/models/api_response_security_chaikin_money_flow_spec.rb +1 -1
- data/spec/models/api_response_security_commodity_channel_index_spec.rb +1 -1
- data/spec/models/api_response_security_detrended_price_oscillator_spec.rb +1 -1
- data/spec/models/api_response_security_donchian_channel_spec.rb +1 -1
- data/spec/models/api_response_security_ease_of_movement_spec.rb +1 -1
- data/spec/models/api_response_security_force_index_spec.rb +1 -1
- data/spec/models/api_response_security_historical_data_spec.rb +1 -1
- data/spec/models/api_response_security_ichimoku_kinko_hyo_spec.rb +1 -1
- data/spec/models/api_response_security_intraday_prices_spec.rb +1 -1
- data/spec/models/api_response_security_keltner_channel_spec.rb +1 -1
- data/spec/models/api_response_security_know_sure_thing_spec.rb +1 -1
- data/spec/models/api_response_security_mass_index_spec.rb +1 -1
- data/spec/models/api_response_security_money_flow_index_spec.rb +1 -1
- data/spec/models/api_response_security_moving_average_convergence_divergence_spec.rb +1 -1
- data/spec/models/api_response_security_negative_volume_index_spec.rb +1 -1
- data/spec/models/api_response_security_on_balance_volume_mean_spec.rb +1 -1
- data/spec/models/api_response_security_on_balance_volume_spec.rb +1 -1
- data/spec/models/api_response_security_relative_strength_index_spec.rb +1 -1
- data/spec/models/api_response_security_simple_moving_average_spec.rb +1 -1
- data/spec/models/api_response_security_stochastic_oscillator_spec.rb +1 -1
- data/spec/models/api_response_security_stock_price_adjustments_spec.rb +1 -1
- data/spec/models/api_response_security_stock_prices_spec.rb +1 -1
- data/spec/models/api_response_security_triple_exponential_average_spec.rb +1 -1
- data/spec/models/api_response_security_true_strength_index_spec.rb +1 -1
- data/spec/models/api_response_security_ultimate_oscillator_spec.rb +1 -1
- data/spec/models/api_response_security_volume_price_trend_spec.rb +1 -1
- data/spec/models/api_response_security_volume_weighted_average_price_spec.rb +1 -1
- data/spec/models/api_response_security_vortex_indicator_spec.rb +1 -1
- data/spec/models/api_response_security_williams_r_spec.rb +1 -1
- data/spec/models/api_response_security_zacks_analyst_ratings_snapshot_spec.rb +48 -0
- data/spec/models/api_response_security_zacks_analyst_ratings_spec.rb +54 -0
- data/spec/models/api_response_security_zacks_eps_surprises_spec.rb +54 -0
- data/spec/models/api_response_security_zacks_sales_surprises_spec.rb +54 -0
- data/spec/models/api_response_sic_index_historical_data_spec.rb +1 -1
- data/spec/models/api_response_sic_indices_search_spec.rb +1 -1
- data/spec/models/api_response_sic_indices_spec.rb +1 -1
- data/spec/models/api_response_standardized_financials_spec.rb +1 -1
- data/spec/models/api_response_stock_exchange_realtime_stock_prices_spec.rb +1 -1
- data/spec/models/api_response_stock_exchange_securities_spec.rb +1 -1
- data/spec/models/api_response_stock_exchange_stock_price_adjustments_spec.rb +1 -1
- data/spec/models/api_response_stock_exchange_stock_prices_spec.rb +1 -1
- data/spec/models/api_response_stock_exchanges_spec.rb +1 -1
- data/spec/models/api_response_stock_market_index_historical_data_spec.rb +1 -1
- data/spec/models/api_response_stock_market_indices_search_spec.rb +1 -1
- data/spec/models/api_response_stock_market_indices_spec.rb +1 -1
- data/spec/models/api_response_zacks_analyst_ratings_spec.rb +48 -0
- data/spec/models/api_response_zacks_eps_surprises_spec.rb +48 -0
- data/spec/models/api_response_zacks_sales_surprises_spec.rb +48 -0
- data/spec/models/average_daily_trading_volume_technical_value_spec.rb +1 -1
- data/spec/models/average_directional_index_technical_value_spec.rb +1 -1
- data/spec/models/average_true_range_technical_value_spec.rb +1 -1
- data/spec/models/awesome_oscillator_technical_value_spec.rb +1 -1
- data/spec/models/bollinger_bands_technical_value_spec.rb +1 -1
- data/spec/models/chaikin_money_flow_technical_value_spec.rb +1 -1
- data/spec/models/commodity_channel_index_technical_value_spec.rb +1 -1
- data/spec/models/company_filing_spec.rb +1 -1
- data/spec/models/company_news_spec.rb +1 -1
- data/spec/models/company_news_summary_spec.rb +1 -1
- data/spec/models/company_spec.rb +25 -1
- data/spec/models/company_summary_spec.rb +1 -1
- data/spec/models/crypto_ask_spec.rb +1 -1
- data/spec/models/crypto_bid_spec.rb +1 -1
- data/spec/models/crypto_book_entry_spec.rb +1 -1
- data/spec/models/crypto_currency_spec.rb +1 -1
- data/spec/models/crypto_exchange_spec.rb +1 -1
- data/spec/models/crypto_exchange_summary_spec.rb +1 -1
- data/spec/models/crypto_pair_spec.rb +1 -1
- data/spec/models/crypto_pair_summary_spec.rb +1 -1
- data/spec/models/crypto_price_spec.rb +1 -1
- data/spec/models/crypto_snapshot_spec.rb +1 -1
- data/spec/models/crypto_stat_spec.rb +1 -1
- data/spec/models/data_tag_spec.rb +1 -1
- data/spec/models/data_tag_summary_spec.rb +1 -1
- data/spec/models/detrended_price_oscillator_technical_value_spec.rb +1 -1
- data/spec/models/dividend_record_spec.rb +1 -1
- data/spec/models/donchian_channel_technical_value_spec.rb +1 -1
- data/spec/models/earnings_record_spec.rb +1 -1
- data/spec/models/ease_of_movement_technical_value_spec.rb +1 -1
- data/spec/models/economic_index_spec.rb +1 -1
- data/spec/models/economic_index_summary_spec.rb +1 -1
- data/spec/models/filing_note_filing_spec.rb +1 -1
- data/spec/models/filing_note_spec.rb +1 -1
- data/spec/models/filing_note_summary_spec.rb +1 -1
- data/spec/models/filing_spec.rb +1 -1
- data/spec/models/filing_summary_spec.rb +1 -1
- data/spec/models/force_index_technical_value_spec.rb +1 -1
- data/spec/models/forex_currency_spec.rb +1 -1
- data/spec/models/forex_pair_spec.rb +1 -1
- data/spec/models/forex_price_spec.rb +1 -1
- data/spec/models/fundamental_spec.rb +1 -1
- data/spec/models/fundamental_summary_spec.rb +1 -1
- data/spec/models/historical_data_spec.rb +1 -1
- data/spec/models/ichimoku_kinko_hyo_technical_value_spec.rb +1 -1
- data/spec/models/intraday_stock_price_spec.rb +1 -1
- data/spec/models/keltner_channel_technical_value_spec.rb +1 -1
- data/spec/models/know_sure_thing_technical_value_spec.rb +1 -1
- data/spec/models/mass_index_technical_value_spec.rb +1 -1
- data/spec/models/money_flow_index_technical_value_spec.rb +1 -1
- data/spec/models/moving_average_convergence_divergence_technical_value_spec.rb +1 -1
- data/spec/models/municipality_financial_spec.rb +1 -1
- data/spec/models/municipality_spec.rb +1 -1
- data/spec/models/negative_volume_index_technical_value_spec.rb +1 -1
- data/spec/models/on_balance_volume_mean_technical_value_spec.rb +1 -1
- data/spec/models/on_balance_volume_technical_value_spec.rb +1 -1
- data/spec/models/option_chain_spec.rb +1 -1
- data/spec/models/option_price_spec.rb +1 -1
- data/spec/models/option_spec.rb +1 -1
- data/spec/models/realtime_stock_price_security_spec.rb +1 -1
- data/spec/models/realtime_stock_price_spec.rb +1 -1
- data/spec/models/relative_strength_index_technical_value_spec.rb +1 -1
- data/spec/models/reported_financial_dimension_spec.rb +1 -1
- data/spec/models/reported_financial_spec.rb +1 -1
- data/spec/models/reported_tag_spec.rb +1 -1
- data/spec/models/security_screen_clause_spec.rb +1 -1
- data/spec/models/security_screen_group_spec.rb +1 -1
- data/spec/models/security_screen_result_data_spec.rb +1 -1
- data/spec/models/security_screen_result_spec.rb +1 -1
- data/spec/models/security_spec.rb +1 -1
- data/spec/models/security_summary_spec.rb +1 -1
- data/spec/models/sic_index_spec.rb +1 -1
- data/spec/models/simple_moving_average_technical_value_spec.rb +1 -1
- data/spec/models/standardized_financial_spec.rb +1 -1
- data/spec/models/stochastic_oscillator_technical_value_spec.rb +1 -1
- data/spec/models/stock_exchange_spec.rb +1 -1
- data/spec/models/stock_market_index_spec.rb +1 -1
- data/spec/models/stock_market_index_summary_spec.rb +1 -1
- data/spec/models/stock_price_adjustment_spec.rb +1 -1
- data/spec/models/stock_price_adjustment_summary_spec.rb +1 -1
- data/spec/models/stock_price_spec.rb +1 -1
- data/spec/models/stock_price_summary_spec.rb +1 -1
- data/spec/models/technical_indicator_spec.rb +1 -1
- data/spec/models/triple_exponential_average_technical_value_spec.rb +1 -1
- data/spec/models/true_strength_index_technical_value_spec.rb +1 -1
- data/spec/models/ultimate_oscillator_technical_value_spec.rb +1 -1
- data/spec/models/volume_price_trend_technical_value_spec.rb +1 -1
- data/spec/models/volume_weighted_average_price_value_spec.rb +1 -1
- data/spec/models/vortex_indicator_technical_value_spec.rb +1 -1
- data/spec/models/williams_r_technical_value_spec.rb +1 -1
- data/spec/models/zacks_analyst_rating_snapshot_spec.rb +102 -0
- data/spec/models/zacks_analyst_rating_spec.rb +96 -0
- data/spec/models/zacks_analyst_rating_summary_spec.rb +90 -0
- data/spec/models/zacks_eps_surprise_spec.rb +138 -0
- data/spec/models/zacks_eps_surprise_summary_spec.rb +132 -0
- data/spec/models/zacks_sales_surprise_spec.rb +138 -0
- data/spec/models/zacks_sales_surprise_summary_spec.rb +144 -0
- data/spec/spec_helper.rb +1 -1
- 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.
|
|
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
|
|
@@ -34,9 +34,9 @@ describe 'DataPointApi' do
|
|
|
34
34
|
|
|
35
35
|
# unit tests for get_data_point_number
|
|
36
36
|
# Data Point (Number)
|
|
37
|
-
#
|
|
38
|
-
# @param identifier
|
|
39
|
-
# @param tag
|
|
37
|
+
# Returns a numeric value for the given `tag` and the entity with the given `identifier`
|
|
38
|
+
# @param identifier An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID)
|
|
39
|
+
# @param tag An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
|
|
40
40
|
# @param [Hash] opts the optional parameters
|
|
41
41
|
# @return [Float]
|
|
42
42
|
describe 'get_data_point_number test' do
|
|
@@ -47,9 +47,9 @@ describe 'DataPointApi' do
|
|
|
47
47
|
|
|
48
48
|
# unit tests for get_data_point_text
|
|
49
49
|
# Data Point (Text)
|
|
50
|
-
#
|
|
51
|
-
# @param identifier
|
|
52
|
-
# @param tag
|
|
50
|
+
# Returns a text value for the given `tag` for the Security with the given `identifier`
|
|
51
|
+
# @param identifier An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID)
|
|
52
|
+
# @param tag An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
|
|
53
53
|
# @param [Hash] opts the optional parameters
|
|
54
54
|
# @return [String]
|
|
55
55
|
describe 'get_data_point_text test' 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.
|
|
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
|
|
@@ -41,7 +41,7 @@ describe 'DataTagApi' do
|
|
|
41
41
|
# @option opts [String] :parent ID of tag parent
|
|
42
42
|
# @option opts [String] :statement_code Statement Code
|
|
43
43
|
# @option opts [String] :fs_template Template
|
|
44
|
-
# @option opts [
|
|
44
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
45
45
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
46
46
|
# @return [ApiResponseDataTags]
|
|
47
47
|
describe 'get_all_data_tags test' do
|
|
@@ -67,7 +67,7 @@ describe 'DataTagApi' do
|
|
|
67
67
|
# Searches for Data Tags matching the text `query`
|
|
68
68
|
# @param query
|
|
69
69
|
# @param [Hash] opts the optional parameters
|
|
70
|
-
# @option opts [
|
|
70
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
71
71
|
# @return [ApiResponseDataTagsSearch]
|
|
72
72
|
describe 'search_data_tags test' do
|
|
73
73
|
it "should work" do
|
data/spec/api/filing_api_spec.rb
CHANGED
|
@@ -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.
|
|
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
|
|
@@ -40,7 +40,7 @@ describe 'FilingApi' do
|
|
|
40
40
|
# @option opts [String] :report_type Filter by report type
|
|
41
41
|
# @option opts [Date] :start_date Filed on or after the given date
|
|
42
42
|
# @option opts [Date] :end_date Filed before or after the given date
|
|
43
|
-
# @option opts [
|
|
43
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
44
44
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
45
45
|
# @return [ApiResponseFilings]
|
|
46
46
|
describe 'get_all_filings test' do
|
|
@@ -59,7 +59,7 @@ describe 'FilingApi' do
|
|
|
59
59
|
# @option opts [Date] :filing_end_date Limit search to filings on or before this date
|
|
60
60
|
# @option opts [Date] :period_ended_start_date Limit search to filings with a period end date on or after this date
|
|
61
61
|
# @option opts [Date] :period_ended_end_date Limit search to filings with a period end date on or before this date
|
|
62
|
-
# @option opts [
|
|
62
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
63
63
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
64
64
|
# @return [ApiResponseFilingNotes]
|
|
65
65
|
describe 'get_all_notes test' do
|
|
@@ -124,8 +124,8 @@ describe 'FilingApi' do
|
|
|
124
124
|
# @param [Hash] opts the optional parameters
|
|
125
125
|
# @option opts [Date] :filing_start_date Limit search to filings on or after this date
|
|
126
126
|
# @option opts [Date] :filing_end_date Limit search to filings on or before this date
|
|
127
|
-
# @option opts [
|
|
128
|
-
# @option opts [
|
|
127
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
128
|
+
# @option opts [Integer] :page_size2 The number of results to return
|
|
129
129
|
# @return [ApiResponseFilingNotesSearch]
|
|
130
130
|
describe 'search_notes test' do
|
|
131
131
|
it "should work" do
|
data/spec/api/forex_api_spec.rb
CHANGED
|
@@ -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.
|
|
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
|
|
@@ -61,9 +61,9 @@ describe 'ForexApi' do
|
|
|
61
61
|
# @param timeframe The time interval for the quotes
|
|
62
62
|
# @param [Hash] opts the optional parameters
|
|
63
63
|
# @option opts [String] :timezone Returns trading times in this timezone
|
|
64
|
-
# @option opts [
|
|
64
|
+
# @option opts [Date] :start_date Return Forex Prices on or after this date
|
|
65
65
|
# @option opts [String] :start_time Return Forex Prices at or after this time (24-hour)
|
|
66
|
-
# @option opts [
|
|
66
|
+
# @option opts [Date] :end_date Return Forex Prices on or before this date
|
|
67
67
|
# @option opts [String] :end_time Return Forex Prices at or before this time (24-hour)
|
|
68
68
|
# @option opts [Integer] :page_size The number of results to return
|
|
69
69
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
@@ -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.
|
|
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
|
|
@@ -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.
|
|
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
|
|
@@ -34,16 +34,16 @@ describe 'HistoricalDataApi' do
|
|
|
34
34
|
|
|
35
35
|
# unit tests for get_historical_data
|
|
36
36
|
# Historical Data
|
|
37
|
-
#
|
|
38
|
-
# @param identifier
|
|
39
|
-
# @param tag
|
|
37
|
+
# Returns historical values for the given `tag` and the entity represented by the given `identifier`
|
|
38
|
+
# @param identifier An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID)
|
|
39
|
+
# @param tag An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
|
|
40
40
|
# @param [Hash] opts the optional parameters
|
|
41
41
|
# @option opts [String] :frequency Return historical data in the given frequency
|
|
42
42
|
# @option opts [String] :type Filter by type, when applicable
|
|
43
43
|
# @option opts [Date] :start_date Get historical data on or after this date
|
|
44
44
|
# @option opts [Date] :end_date Get historical date on or before this date
|
|
45
45
|
# @option opts [String] :sort_order Sort by date `asc` or `desc`
|
|
46
|
-
# @option opts [
|
|
46
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
47
47
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
48
48
|
# @return [ApiResponseHistoricalData]
|
|
49
49
|
describe 'get_historical_data test' do
|
data/spec/api/index_api_spec.rb
CHANGED
|
@@ -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.
|
|
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
|
|
@@ -36,7 +36,7 @@ describe 'IndexApi' do
|
|
|
36
36
|
# All Economic Indices
|
|
37
37
|
#
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
39
|
-
# @option opts [
|
|
39
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
40
40
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
41
41
|
# @return [ApiResponseEconomicIndices]
|
|
42
42
|
describe 'get_all_economic_indices test' do
|
|
@@ -49,7 +49,7 @@ describe 'IndexApi' do
|
|
|
49
49
|
# All SIC Indices
|
|
50
50
|
#
|
|
51
51
|
# @param [Hash] opts the optional parameters
|
|
52
|
-
# @option opts [
|
|
52
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
53
53
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
54
54
|
# @return [ApiResponseSICIndices]
|
|
55
55
|
describe 'get_all_sic_indices test' do
|
|
@@ -62,7 +62,7 @@ describe 'IndexApi' do
|
|
|
62
62
|
# All Stock Market Indices
|
|
63
63
|
#
|
|
64
64
|
# @param [Hash] opts the optional parameters
|
|
65
|
-
# @option opts [
|
|
65
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
66
66
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
67
67
|
# @return [ApiResponseStockMarketIndices]
|
|
68
68
|
describe 'get_all_stock_market_indices test' do
|
|
@@ -87,7 +87,7 @@ describe 'IndexApi' do
|
|
|
87
87
|
# Data Point (Number) for an Economic Index
|
|
88
88
|
# Returns a numeric value for the given `tag` for the Economic Index with the given `identifier`
|
|
89
89
|
# @param identifier An Index Identifier (symbol, Intrinio ID)
|
|
90
|
-
# @param tag An Intrinio data tag
|
|
90
|
+
# @param tag An Intrinio data tag <a href='https://data.intrinio.com/data-tags/economic'>reference</a>
|
|
91
91
|
# @param [Hash] opts the optional parameters
|
|
92
92
|
# @return [Float]
|
|
93
93
|
describe 'get_economic_index_data_point_number test' do
|
|
@@ -113,13 +113,13 @@ describe 'IndexApi' do
|
|
|
113
113
|
# Historical Data for an Economic Index
|
|
114
114
|
# Returns historical values for the given `tag` and the Economic Index with the given `identifier`
|
|
115
115
|
# @param identifier An Index Identifier (symbol, Intrinio ID)
|
|
116
|
-
# @param tag An Intrinio data tag
|
|
116
|
+
# @param tag An Intrinio data tag <a href='https://data.intrinio.com/data-tags/economic'>reference</a>
|
|
117
117
|
# @param [Hash] opts the optional parameters
|
|
118
118
|
# @option opts [String] :type Filter by type, when applicable
|
|
119
119
|
# @option opts [Date] :start_date Get historical data on or after this date
|
|
120
120
|
# @option opts [Date] :end_date Get historical data on or before this date
|
|
121
121
|
# @option opts [String] :sort_order Sort by date `asc` or `desc`
|
|
122
|
-
# @option opts [
|
|
122
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
123
123
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
124
124
|
# @return [ApiResponseEconomicIndexHistoricalData]
|
|
125
125
|
describe 'get_economic_index_historical_data test' do
|
|
@@ -176,7 +176,7 @@ describe 'IndexApi' do
|
|
|
176
176
|
# @option opts [Date] :start_date Get historical data on or after this date
|
|
177
177
|
# @option opts [Date] :end_date Get historical data on or before this date
|
|
178
178
|
# @option opts [String] :sort_order Sort by date `asc` or `desc`
|
|
179
|
-
# @option opts [
|
|
179
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
180
180
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
181
181
|
# @return [ApiResponseSICIndexHistoricalData]
|
|
182
182
|
describe 'get_sic_index_historical_data test' do
|
|
@@ -233,7 +233,7 @@ describe 'IndexApi' do
|
|
|
233
233
|
# @option opts [Date] :start_date Get historical data on or after this date
|
|
234
234
|
# @option opts [Date] :end_date Get historical data on or before this date
|
|
235
235
|
# @option opts [String] :sort_order Sort by date `asc` or `desc`
|
|
236
|
-
# @option opts [
|
|
236
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
237
237
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
238
238
|
# @return [ApiResponseStockMarketIndexHistoricalData]
|
|
239
239
|
describe 'get_stock_market_index_historical_data test' do
|
|
@@ -247,7 +247,7 @@ describe 'IndexApi' do
|
|
|
247
247
|
# Searches for indices using the text in `query`
|
|
248
248
|
# @param query Search query
|
|
249
249
|
# @param [Hash] opts the optional parameters
|
|
250
|
-
# @option opts [
|
|
250
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
251
251
|
# @return [ApiResponseEconomicIndicesSearch]
|
|
252
252
|
describe 'search_economic_indices test' do
|
|
253
253
|
it "should work" do
|
|
@@ -260,7 +260,7 @@ describe 'IndexApi' do
|
|
|
260
260
|
# Searches for indices using the text in `query`
|
|
261
261
|
# @param query Search query
|
|
262
262
|
# @param [Hash] opts the optional parameters
|
|
263
|
-
# @option opts [
|
|
263
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
264
264
|
# @return [ApiResponseSICIndicesSearch]
|
|
265
265
|
describe 'search_sic_indices test' do
|
|
266
266
|
it "should work" do
|
|
@@ -273,7 +273,7 @@ describe 'IndexApi' do
|
|
|
273
273
|
# Searches for indices using the text in `query`
|
|
274
274
|
# @param query Search query
|
|
275
275
|
# @param [Hash] opts the optional parameters
|
|
276
|
-
# @option opts [
|
|
276
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
277
277
|
# @return [ApiResponseStockMarketIndicesSearch]
|
|
278
278
|
describe 'search_stock_markets_indices test' do
|
|
279
279
|
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.
|
|
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
|
|
@@ -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.
|
|
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
|
|
@@ -44,7 +44,7 @@ describe 'OptionsApi' do
|
|
|
44
44
|
# @option opts [String] :expiration The expiration date of the option contract. This will return options contracts with expiration dates on this date.
|
|
45
45
|
# @option opts [String] :expiration_after The expiration date of the option contract. This will return options contracts with expiration dates after this date.
|
|
46
46
|
# @option opts [String] :expiration_before The expiration date of the option contract. This will return options contracts with expiration dates before this date.
|
|
47
|
-
# @option opts [
|
|
47
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
48
48
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
49
49
|
# @return [ApiResponseOptions]
|
|
50
50
|
describe 'get_options test' do
|
|
@@ -64,7 +64,7 @@ describe 'OptionsApi' do
|
|
|
64
64
|
# @option opts [Float] :strike_greater_than The strike price of the option contract. This will return options contracts with strike prices greater than this price.
|
|
65
65
|
# @option opts [Float] :strike_less_than The strike price of the option contract. This will return options contracts with strike prices less than this price.
|
|
66
66
|
# @option opts [String] :moneyness The moneyness of the options contracts to return. 'all' will return all options contracts. 'in_the_money' will return options contracts that are in the money (call options with strike prices below the current price, put options with strike prices above the current price). 'out_of_they_money' will return options contracts that are out of the money (call options with strike prices above the current price, put options with strike prices below the current price). 'near_the_money' will return options contracts that are $0.50 or less away from being in the money.
|
|
67
|
-
# @option opts [
|
|
67
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
68
68
|
# @return [ApiResponseOptionsChain]
|
|
69
69
|
describe 'get_options_chain test' do
|
|
70
70
|
it "should work" do
|
|
@@ -93,7 +93,7 @@ describe 'OptionsApi' do
|
|
|
93
93
|
# @param [Hash] opts the optional parameters
|
|
94
94
|
# @option opts [String] :start_date Return option contract prices on or after this date.
|
|
95
95
|
# @option opts [String] :end_date Return option contract prices on or before this date.
|
|
96
|
-
# @option opts [
|
|
96
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
97
97
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
98
98
|
# @return [ApiResponseOptionPrices]
|
|
99
99
|
describe 'get_options_prices test' 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.
|
|
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
|
|
@@ -36,7 +36,7 @@ describe 'SecurityApi' do
|
|
|
36
36
|
# All Securities
|
|
37
37
|
# Returns all Securities to which you have access.
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
39
|
-
# @option opts [
|
|
39
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
40
40
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
41
41
|
# @return [ApiResponseSecurities]
|
|
42
42
|
describe 'get_all_securities test' do
|
|
@@ -59,9 +59,9 @@ describe 'SecurityApi' do
|
|
|
59
59
|
|
|
60
60
|
# unit tests for get_security_data_point_number
|
|
61
61
|
# Data Point (Number) for Security
|
|
62
|
-
#
|
|
63
|
-
# @param identifier
|
|
64
|
-
# @param tag
|
|
62
|
+
# Returns a numeric value for the given `tag` for the Security with the given `identifier`
|
|
63
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
64
|
+
# @param tag An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
|
|
65
65
|
# @param [Hash] opts the optional parameters
|
|
66
66
|
# @return [Float]
|
|
67
67
|
describe 'get_security_data_point_number test' do
|
|
@@ -72,8 +72,8 @@ describe 'SecurityApi' do
|
|
|
72
72
|
|
|
73
73
|
# unit tests for get_security_data_point_text
|
|
74
74
|
# Data Point (Text) for Security
|
|
75
|
-
#
|
|
76
|
-
# @param identifier
|
|
75
|
+
# Returns a text value for the given `tag` for the Security with the given `identifier`
|
|
76
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
77
77
|
# @param tag An Intrinio data tag ID or code-name
|
|
78
78
|
# @param [Hash] opts the optional parameters
|
|
79
79
|
# @return [String]
|
|
@@ -85,16 +85,16 @@ describe 'SecurityApi' do
|
|
|
85
85
|
|
|
86
86
|
# unit tests for get_security_historical_data
|
|
87
87
|
# Historical Data for Security
|
|
88
|
-
#
|
|
89
|
-
# @param identifier
|
|
90
|
-
# @param tag
|
|
88
|
+
# Returns historical values for the given `tag` and the Security with the given `identifier`
|
|
89
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
90
|
+
# @param tag An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
|
|
91
91
|
# @param [Hash] opts the optional parameters
|
|
92
92
|
# @option opts [String] :frequency Return historical data in the given frequency
|
|
93
93
|
# @option opts [String] :type Filter by type, when applicable
|
|
94
94
|
# @option opts [Date] :start_date Get historical data on or after this date
|
|
95
95
|
# @option opts [Date] :end_date Get historical date on or before this date
|
|
96
96
|
# @option opts [String] :sort_order Sort by date `asc` or `desc`
|
|
97
|
-
# @option opts [
|
|
97
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
98
98
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
99
99
|
# @return [ApiResponseSecurityHistoricalData]
|
|
100
100
|
describe 'get_security_historical_data test' do
|
|
@@ -105,7 +105,7 @@ describe 'SecurityApi' do
|
|
|
105
105
|
|
|
106
106
|
# unit tests for get_security_intraday_prices
|
|
107
107
|
# Intraday Stock Prices for Security
|
|
108
|
-
#
|
|
108
|
+
# Return intraday stock prices for the Security with the given `identifier`
|
|
109
109
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
110
110
|
# @param [Hash] opts the optional parameters
|
|
111
111
|
# @option opts [String] :source Return intraday prices from the specified data source
|
|
@@ -395,9 +395,8 @@ describe 'SecurityApi' do
|
|
|
395
395
|
# @param [Hash] opts the optional parameters
|
|
396
396
|
# @option opts [Integer] :roc1 The number of observations, per period, to calculate the rate-of-change for RCMA1
|
|
397
397
|
# @option opts [Integer] :roc2 The number of observations, per period, to calculate the rate-of-change for RCMA2
|
|
398
|
-
# @option opts [Integer] :roc3 The number of observations, per period, to calculate the rate-of-change for
|
|
399
|
-
# @option opts [Integer] :roc4 The number of observations, per period, to calculate the rate-of-change for
|
|
400
|
-
# @option opts [Integer] :roc5 The number of observations, per period, to calculate the rate-of-change for RCMA4
|
|
398
|
+
# @option opts [Integer] :roc3 The number of observations, per period, to calculate the rate-of-change for RCMA3
|
|
399
|
+
# @option opts [Integer] :roc4 The number of observations, per period, to calculate the rate-of-change for RCMA4
|
|
401
400
|
# @option opts [Integer] :sma1 The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA1
|
|
402
401
|
# @option opts [Integer] :sma2 The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA2
|
|
403
402
|
# @option opts [Integer] :sma3 The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA3
|
|
@@ -716,7 +715,7 @@ describe 'SecurityApi' do
|
|
|
716
715
|
# @param [Hash] opts the optional parameters
|
|
717
716
|
# @option opts [Date] :start_date Return price adjustments on or after the date
|
|
718
717
|
# @option opts [Date] :end_date Return price adjustments on or before the date
|
|
719
|
-
# @option opts [
|
|
718
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
720
719
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
721
720
|
# @return [ApiResponseSecurityStockPriceAdjustments]
|
|
722
721
|
describe 'get_security_stock_price_adjustments test' do
|
|
@@ -733,7 +732,7 @@ describe 'SecurityApi' do
|
|
|
733
732
|
# @option opts [Date] :start_date Return prices on or after the date
|
|
734
733
|
# @option opts [Date] :end_date Return prices on or before the date
|
|
735
734
|
# @option opts [String] :frequency Return stock prices in the given frequency
|
|
736
|
-
# @option opts [
|
|
735
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
737
736
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
738
737
|
# @return [ApiResponseSecurityStockPrices]
|
|
739
738
|
describe 'get_security_stock_prices test' do
|
|
@@ -742,6 +741,76 @@ describe 'SecurityApi' do
|
|
|
742
741
|
end
|
|
743
742
|
end
|
|
744
743
|
|
|
744
|
+
# unit tests for get_security_zacks_analyst_ratings
|
|
745
|
+
# Zacks Analyst Ratings
|
|
746
|
+
# Returns buy, sell, and hold recommendations from analysts at brokerages for the Security with the given `identifier`. Zack’s storied research team aggregates and validates the ratings from professional analysts.
|
|
747
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
748
|
+
# @param [Hash] opts the optional parameters
|
|
749
|
+
# @option opts [String] :start_date Limit ratings to those on or after this date
|
|
750
|
+
# @option opts [String] :end_date Limit ratings to those on or before this date
|
|
751
|
+
# @option opts [Float] :mean_greater Return only records with a mean (average) higher than this value
|
|
752
|
+
# @option opts [Float] :mean_less Return only records with a mean (average) lower than this value
|
|
753
|
+
# @option opts [Integer] :strong_buys_greater Return only records with more than this many Strong Buy recommendations
|
|
754
|
+
# @option opts [Integer] :strong_buys_less Return only records with fewer than this many Strong Buy recommendations
|
|
755
|
+
# @option opts [Integer] :buys_greater Return only records with more than this many Buy recommendations
|
|
756
|
+
# @option opts [Integer] :buys_less Return only records with fewer than this many Buy recommendations
|
|
757
|
+
# @option opts [Integer] :holds_greater Return only records with more than this many Hold recommendations
|
|
758
|
+
# @option opts [Integer] :holds_less Return only records with fewer than this many Hold recommendations
|
|
759
|
+
# @option opts [Integer] :sells_greater Return only records with more than this many Sell recommendations
|
|
760
|
+
# @option opts [Integer] :sells_less Return only records with fewer than this many Sell recommendations
|
|
761
|
+
# @option opts [Integer] :strong_sells_greater Return only records with more than this many Strong Sell recommendations
|
|
762
|
+
# @option opts [Integer] :strong_sells_less Return only records with fewer than this many Strong Sell recommendations
|
|
763
|
+
# @option opts [Integer] :total_greater Return only records with more than this many recommendations, regardless of type
|
|
764
|
+
# @option opts [Integer] :total_less Return only records with fewer than this many recommendations, regardless of type
|
|
765
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
766
|
+
# @return [ApiResponseSecurityZacksAnalystRatings]
|
|
767
|
+
describe 'get_security_zacks_analyst_ratings test' do
|
|
768
|
+
it "should work" do
|
|
769
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
770
|
+
end
|
|
771
|
+
end
|
|
772
|
+
|
|
773
|
+
# unit tests for get_security_zacks_analyst_ratings_snapshot
|
|
774
|
+
# Zacks Analyst Ratings Snapshot
|
|
775
|
+
# Returns a snapshot of ratings data compared with previous timeframes for the Security with the given `identifier`. Also returns mean percentiles for comparing one security to the universe of securities covered by Zacks analyst ratings, at a specific point in time.
|
|
776
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
777
|
+
# @param [Hash] opts the optional parameters
|
|
778
|
+
# @option opts [String] :date Lookup a historical snapshot on the given date
|
|
779
|
+
# @return [ApiResponseSecurityZacksAnalystRatingsSnapshot]
|
|
780
|
+
describe 'get_security_zacks_analyst_ratings_snapshot test' do
|
|
781
|
+
it "should work" do
|
|
782
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
783
|
+
end
|
|
784
|
+
end
|
|
785
|
+
|
|
786
|
+
# unit tests for get_security_zacks_eps_surprises
|
|
787
|
+
# Zacks EPS Surprises for Security
|
|
788
|
+
# Return Zacks EPS surprises for the Security with the given `identifier`.
|
|
789
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
790
|
+
# @param [Hash] opts the optional parameters
|
|
791
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
792
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
793
|
+
# @return [ApiResponseSecurityZacksEPSSurprises]
|
|
794
|
+
describe 'get_security_zacks_eps_surprises test' do
|
|
795
|
+
it "should work" do
|
|
796
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
797
|
+
end
|
|
798
|
+
end
|
|
799
|
+
|
|
800
|
+
# unit tests for get_security_zacks_sales_surprises
|
|
801
|
+
# Zacks Sales Surprises for Security
|
|
802
|
+
# Return Zacks sales surprises for the Security with the given `identifier`.
|
|
803
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
804
|
+
# @param [Hash] opts the optional parameters
|
|
805
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
806
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
807
|
+
# @return [ApiResponseSecurityZacksSalesSurprises]
|
|
808
|
+
describe 'get_security_zacks_sales_surprises test' do
|
|
809
|
+
it "should work" do
|
|
810
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
811
|
+
end
|
|
812
|
+
end
|
|
813
|
+
|
|
745
814
|
# unit tests for screen_securities
|
|
746
815
|
# Screen Securities
|
|
747
816
|
# Screen Securities using complex logic
|
|
@@ -750,7 +819,7 @@ describe 'SecurityApi' do
|
|
|
750
819
|
# @option opts [String] :order_column Results returned sorted by this column
|
|
751
820
|
# @option opts [String] :order_direction Sort order to use with the order_column
|
|
752
821
|
# @option opts [BOOLEAN] :primary_only Return only primary securities
|
|
753
|
-
# @option opts [
|
|
822
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
754
823
|
# @return [Array<SecurityScreenResult>]
|
|
755
824
|
describe 'screen_securities test' do
|
|
756
825
|
it "should work" do
|
|
@@ -763,7 +832,7 @@ describe 'SecurityApi' do
|
|
|
763
832
|
# Searches for Securities matching the text `query`
|
|
764
833
|
# @param query
|
|
765
834
|
# @param [Hash] opts the optional parameters
|
|
766
|
-
# @option opts [
|
|
835
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
767
836
|
# @return [ApiResponseSecuritiesSearch]
|
|
768
837
|
describe 'search_securities test' do
|
|
769
838
|
it "should work" do
|