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
|
|
@@ -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
|
|
@@ -31,7 +31,7 @@ module Intrinio
|
|
|
31
31
|
# @option opts [String] :expiration The expiration date of the option contract. This will return options contracts with expiration dates on this date.
|
|
32
32
|
# @option opts [String] :expiration_after The expiration date of the option contract. This will return options contracts with expiration dates after this date.
|
|
33
33
|
# @option opts [String] :expiration_before The expiration date of the option contract. This will return options contracts with expiration dates before this date.
|
|
34
|
-
# @option opts [
|
|
34
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
|
35
35
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
36
36
|
# @return [ApiResponseOptions]
|
|
37
37
|
def get_options(symbol, opts = {})
|
|
@@ -50,7 +50,7 @@ module Intrinio
|
|
|
50
50
|
# @option opts [String] :expiration The expiration date of the option contract. This will return options contracts with expiration dates on this date.
|
|
51
51
|
# @option opts [String] :expiration_after The expiration date of the option contract. This will return options contracts with expiration dates after this date.
|
|
52
52
|
# @option opts [String] :expiration_before The expiration date of the option contract. This will return options contracts with expiration dates before this date.
|
|
53
|
-
# @option opts [
|
|
53
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
54
54
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
55
55
|
# @return [Array<(ApiResponseOptions, Fixnum, Hash)>] ApiResponseOptions data, response status code and response headers
|
|
56
56
|
def get_options_with_http_info(symbol, opts = {})
|
|
@@ -117,7 +117,7 @@ module Intrinio
|
|
|
117
117
|
# @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.
|
|
118
118
|
# @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.
|
|
119
119
|
# @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.
|
|
120
|
-
# @option opts [
|
|
120
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
|
121
121
|
# @return [ApiResponseOptionsChain]
|
|
122
122
|
def get_options_chain(symbol, expiration, opts = {})
|
|
123
123
|
data, _status_code, _headers = get_options_chain_with_http_info(symbol, expiration, opts)
|
|
@@ -134,7 +134,7 @@ module Intrinio
|
|
|
134
134
|
# @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.
|
|
135
135
|
# @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.
|
|
136
136
|
# @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.
|
|
137
|
-
# @option opts [
|
|
137
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
138
138
|
# @return [Array<(ApiResponseOptionsChain, Fixnum, Hash)>] ApiResponseOptionsChain data, response status code and response headers
|
|
139
139
|
def get_options_chain_with_http_info(symbol, expiration, opts = {})
|
|
140
140
|
if @api_client.config.debugging
|
|
@@ -259,7 +259,7 @@ module Intrinio
|
|
|
259
259
|
# @param [Hash] opts the optional parameters
|
|
260
260
|
# @option opts [String] :start_date Return option contract prices on or after this date.
|
|
261
261
|
# @option opts [String] :end_date Return option contract prices on or before this date.
|
|
262
|
-
# @option opts [
|
|
262
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
|
263
263
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
264
264
|
# @return [ApiResponseOptionPrices]
|
|
265
265
|
def get_options_prices(identifier, opts = {})
|
|
@@ -273,7 +273,7 @@ module Intrinio
|
|
|
273
273
|
# @param [Hash] opts the optional parameters
|
|
274
274
|
# @option opts [String] :start_date Return option contract prices on or after this date.
|
|
275
275
|
# @option opts [String] :end_date Return option contract prices on or before this date.
|
|
276
|
-
# @option opts [
|
|
276
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
277
277
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
278
278
|
# @return [Array<(ApiResponseOptionPrices, Fixnum, Hash)>] ApiResponseOptionPrices data, response status code and response headers
|
|
279
279
|
def get_options_prices_with_http_info(identifier, opts = {})
|
|
@@ -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
|
|
@@ -23,7 +23,7 @@ module Intrinio
|
|
|
23
23
|
# All Securities
|
|
24
24
|
# Returns all Securities to which you have access.
|
|
25
25
|
# @param [Hash] opts the optional parameters
|
|
26
|
-
# @option opts [
|
|
26
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
|
27
27
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
28
28
|
# @return [ApiResponseSecurities]
|
|
29
29
|
def get_all_securities(opts = {})
|
|
@@ -34,7 +34,7 @@ module Intrinio
|
|
|
34
34
|
# All Securities
|
|
35
35
|
# Returns all Securities to which you have access.
|
|
36
36
|
# @param [Hash] opts the optional parameters
|
|
37
|
-
# @option opts [
|
|
37
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
38
38
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
39
39
|
# @return [Array<(ApiResponseSecurities, Fixnum, Hash)>] ApiResponseSecurities data, response status code and response headers
|
|
40
40
|
def get_all_securities_with_http_info(opts = {})
|
|
@@ -131,9 +131,9 @@ module Intrinio
|
|
|
131
131
|
end
|
|
132
132
|
|
|
133
133
|
# Data Point (Number) for Security
|
|
134
|
-
#
|
|
135
|
-
# @param identifier
|
|
136
|
-
# @param tag
|
|
134
|
+
# Returns a numeric value for the given `tag` for the Security with the given `identifier`
|
|
135
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
136
|
+
# @param tag An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
|
|
137
137
|
# @param [Hash] opts the optional parameters
|
|
138
138
|
# @return [Float]
|
|
139
139
|
def get_security_data_point_number(identifier, tag, opts = {})
|
|
@@ -142,9 +142,9 @@ module Intrinio
|
|
|
142
142
|
end
|
|
143
143
|
|
|
144
144
|
# Data Point (Number) for Security
|
|
145
|
-
#
|
|
146
|
-
# @param identifier
|
|
147
|
-
# @param tag
|
|
145
|
+
# Returns a numeric value for the given `tag` for the Security with the given `identifier`
|
|
146
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
147
|
+
# @param tag An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
|
|
148
148
|
# @param [Hash] opts the optional parameters
|
|
149
149
|
# @return [Array<(Float, Fixnum, Hash)>] Float data, response status code and response headers
|
|
150
150
|
def get_security_data_point_number_with_http_info(identifier, tag, opts = {})
|
|
@@ -190,8 +190,8 @@ module Intrinio
|
|
|
190
190
|
end
|
|
191
191
|
|
|
192
192
|
# Data Point (Text) for Security
|
|
193
|
-
#
|
|
194
|
-
# @param identifier
|
|
193
|
+
# Returns a text value for the given `tag` for the Security with the given `identifier`
|
|
194
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
195
195
|
# @param tag An Intrinio data tag ID or code-name
|
|
196
196
|
# @param [Hash] opts the optional parameters
|
|
197
197
|
# @return [String]
|
|
@@ -201,8 +201,8 @@ module Intrinio
|
|
|
201
201
|
end
|
|
202
202
|
|
|
203
203
|
# Data Point (Text) for Security
|
|
204
|
-
#
|
|
205
|
-
# @param identifier
|
|
204
|
+
# Returns a text value for the given `tag` for the Security with the given `identifier`
|
|
205
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
206
206
|
# @param tag An Intrinio data tag ID or code-name
|
|
207
207
|
# @param [Hash] opts the optional parameters
|
|
208
208
|
# @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
|
|
@@ -249,16 +249,16 @@ module Intrinio
|
|
|
249
249
|
end
|
|
250
250
|
|
|
251
251
|
# Historical Data for Security
|
|
252
|
-
#
|
|
253
|
-
# @param identifier
|
|
254
|
-
# @param tag
|
|
252
|
+
# Returns historical values for the given `tag` and the Security with the given `identifier`
|
|
253
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
254
|
+
# @param tag An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
|
|
255
255
|
# @param [Hash] opts the optional parameters
|
|
256
256
|
# @option opts [String] :frequency Return historical data in the given frequency (default to daily)
|
|
257
257
|
# @option opts [String] :type Filter by type, when applicable
|
|
258
258
|
# @option opts [Date] :start_date Get historical data on or after this date
|
|
259
259
|
# @option opts [Date] :end_date Get historical date on or before this date
|
|
260
260
|
# @option opts [String] :sort_order Sort by date `asc` or `desc` (default to desc)
|
|
261
|
-
# @option opts [
|
|
261
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
|
262
262
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
263
263
|
# @return [ApiResponseSecurityHistoricalData]
|
|
264
264
|
def get_security_historical_data(identifier, tag, opts = {})
|
|
@@ -267,16 +267,16 @@ module Intrinio
|
|
|
267
267
|
end
|
|
268
268
|
|
|
269
269
|
# Historical Data for Security
|
|
270
|
-
#
|
|
271
|
-
# @param identifier
|
|
272
|
-
# @param tag
|
|
270
|
+
# Returns historical values for the given `tag` and the Security with the given `identifier`
|
|
271
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
272
|
+
# @param tag An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
|
|
273
273
|
# @param [Hash] opts the optional parameters
|
|
274
274
|
# @option opts [String] :frequency Return historical data in the given frequency
|
|
275
275
|
# @option opts [String] :type Filter by type, when applicable
|
|
276
276
|
# @option opts [Date] :start_date Get historical data on or after this date
|
|
277
277
|
# @option opts [Date] :end_date Get historical date on or before this date
|
|
278
278
|
# @option opts [String] :sort_order Sort by date `asc` or `desc`
|
|
279
|
-
# @option opts [
|
|
279
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
280
280
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
281
281
|
# @return [Array<(ApiResponseSecurityHistoricalData, Fixnum, Hash)>] ApiResponseSecurityHistoricalData data, response status code and response headers
|
|
282
282
|
def get_security_historical_data_with_http_info(identifier, tag, opts = {})
|
|
@@ -339,7 +339,7 @@ module Intrinio
|
|
|
339
339
|
end
|
|
340
340
|
|
|
341
341
|
# Intraday Stock Prices for Security
|
|
342
|
-
#
|
|
342
|
+
# Return intraday stock prices for the Security with the given `identifier`
|
|
343
343
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
344
344
|
# @param [Hash] opts the optional parameters
|
|
345
345
|
# @option opts [String] :source Return intraday prices from the specified data source
|
|
@@ -354,7 +354,7 @@ module Intrinio
|
|
|
354
354
|
end
|
|
355
355
|
|
|
356
356
|
# Intraday Stock Prices for Security
|
|
357
|
-
#
|
|
357
|
+
# Return intraday stock prices for the Security with the given `identifier`
|
|
358
358
|
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
359
359
|
# @param [Hash] opts the optional parameters
|
|
360
360
|
# @option opts [String] :source Return intraday prices from the specified data source
|
|
@@ -1604,9 +1604,8 @@ module Intrinio
|
|
|
1604
1604
|
# @param [Hash] opts the optional parameters
|
|
1605
1605
|
# @option opts [Integer] :roc1 The number of observations, per period, to calculate the rate-of-change for RCMA1 (default to 10)
|
|
1606
1606
|
# @option opts [Integer] :roc2 The number of observations, per period, to calculate the rate-of-change for RCMA2 (default to 15)
|
|
1607
|
-
# @option opts [Integer] :roc3 The number of observations, per period, to calculate the rate-of-change for
|
|
1608
|
-
# @option opts [Integer] :roc4 The number of observations, per period, to calculate the rate-of-change for
|
|
1609
|
-
# @option opts [Integer] :roc5 The number of observations, per period, to calculate the rate-of-change for RCMA4 (default to 30)
|
|
1607
|
+
# @option opts [Integer] :roc3 The number of observations, per period, to calculate the rate-of-change for RCMA3 (default to 20)
|
|
1608
|
+
# @option opts [Integer] :roc4 The number of observations, per period, to calculate the rate-of-change for RCMA4 (default to 30)
|
|
1610
1609
|
# @option opts [Integer] :sma1 The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA1 (default to 10)
|
|
1611
1610
|
# @option opts [Integer] :sma2 The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA2 (default to 10)
|
|
1612
1611
|
# @option opts [Integer] :sma3 The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA3 (default to 10)
|
|
@@ -1628,9 +1627,8 @@ module Intrinio
|
|
|
1628
1627
|
# @param [Hash] opts the optional parameters
|
|
1629
1628
|
# @option opts [Integer] :roc1 The number of observations, per period, to calculate the rate-of-change for RCMA1
|
|
1630
1629
|
# @option opts [Integer] :roc2 The number of observations, per period, to calculate the rate-of-change for RCMA2
|
|
1631
|
-
# @option opts [Integer] :roc3 The number of observations, per period, to calculate the rate-of-change for
|
|
1632
|
-
# @option opts [Integer] :roc4 The number of observations, per period, to calculate the rate-of-change for
|
|
1633
|
-
# @option opts [Integer] :roc5 The number of observations, per period, to calculate the rate-of-change for RCMA4
|
|
1630
|
+
# @option opts [Integer] :roc3 The number of observations, per period, to calculate the rate-of-change for RCMA3
|
|
1631
|
+
# @option opts [Integer] :roc4 The number of observations, per period, to calculate the rate-of-change for RCMA4
|
|
1634
1632
|
# @option opts [Integer] :sma1 The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA1
|
|
1635
1633
|
# @option opts [Integer] :sma2 The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA2
|
|
1636
1634
|
# @option opts [Integer] :sma3 The number of observations, per period, to calculate the Simple Moving Average of the rate-of-change for RCMA3
|
|
@@ -1649,8 +1647,8 @@ module Intrinio
|
|
|
1649
1647
|
if @api_client.config.client_side_validation && identifier.nil?
|
|
1650
1648
|
fail ArgumentError, "Missing the required parameter 'identifier' when calling SecurityApi.get_security_price_technicals_kst"
|
|
1651
1649
|
end
|
|
1652
|
-
if @api_client.config.client_side_validation && !opts[:'
|
|
1653
|
-
fail ArgumentError, 'invalid value for "opts[:"
|
|
1650
|
+
if @api_client.config.client_side_validation && !opts[:'roc4'].nil? && opts[:'roc4'] < 3
|
|
1651
|
+
fail ArgumentError, 'invalid value for "opts[:"roc4"]" when calling SecurityApi.get_security_price_technicals_kst, must be greater than or equal to 3.'
|
|
1654
1652
|
end
|
|
1655
1653
|
|
|
1656
1654
|
if @api_client.config.client_side_validation && !opts[:'sma4'].nil? && opts[:'sma4'] < 3
|
|
@@ -1671,9 +1669,8 @@ module Intrinio
|
|
|
1671
1669
|
query_params = {}
|
|
1672
1670
|
query_params[:'roc1'] = opts[:'roc1'] if !opts[:'roc1'].nil?
|
|
1673
1671
|
query_params[:'roc2'] = opts[:'roc2'] if !opts[:'roc2'].nil?
|
|
1674
|
-
query_params[:'
|
|
1675
|
-
query_params[:'
|
|
1676
|
-
query_params[:'roc4'] = opts[:'roc5'] if !opts[:'roc5'].nil?
|
|
1672
|
+
query_params[:'roc3'] = opts[:'roc3'] if !opts[:'roc3'].nil?
|
|
1673
|
+
query_params[:'roc4'] = opts[:'roc4'] if !opts[:'roc4'].nil?
|
|
1677
1674
|
query_params[:'sma1'] = opts[:'sma1'] if !opts[:'sma1'].nil?
|
|
1678
1675
|
query_params[:'sma2'] = opts[:'sma2'] if !opts[:'sma2'].nil?
|
|
1679
1676
|
query_params[:'sma3'] = opts[:'sma3'] if !opts[:'sma3'].nil?
|
|
@@ -3031,7 +3028,7 @@ module Intrinio
|
|
|
3031
3028
|
# @param [Hash] opts the optional parameters
|
|
3032
3029
|
# @option opts [Date] :start_date Return price adjustments on or after the date
|
|
3033
3030
|
# @option opts [Date] :end_date Return price adjustments on or before the date
|
|
3034
|
-
# @option opts [
|
|
3031
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
|
3035
3032
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
3036
3033
|
# @return [ApiResponseSecurityStockPriceAdjustments]
|
|
3037
3034
|
def get_security_stock_price_adjustments(identifier, opts = {})
|
|
@@ -3045,7 +3042,7 @@ module Intrinio
|
|
|
3045
3042
|
# @param [Hash] opts the optional parameters
|
|
3046
3043
|
# @option opts [Date] :start_date Return price adjustments on or after the date
|
|
3047
3044
|
# @option opts [Date] :end_date Return price adjustments on or before the date
|
|
3048
|
-
# @option opts [
|
|
3045
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
3049
3046
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
3050
3047
|
# @return [Array<(ApiResponseSecurityStockPriceAdjustments, Fixnum, Hash)>] ApiResponseSecurityStockPriceAdjustments data, response status code and response headers
|
|
3051
3048
|
def get_security_stock_price_adjustments_with_http_info(identifier, opts = {})
|
|
@@ -3101,7 +3098,7 @@ module Intrinio
|
|
|
3101
3098
|
# @option opts [Date] :start_date Return prices on or after the date
|
|
3102
3099
|
# @option opts [Date] :end_date Return prices on or before the date
|
|
3103
3100
|
# @option opts [String] :frequency Return stock prices in the given frequency (default to daily)
|
|
3104
|
-
# @option opts [
|
|
3101
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
|
3105
3102
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
3106
3103
|
# @return [ApiResponseSecurityStockPrices]
|
|
3107
3104
|
def get_security_stock_prices(identifier, opts = {})
|
|
@@ -3116,7 +3113,7 @@ module Intrinio
|
|
|
3116
3113
|
# @option opts [Date] :start_date Return prices on or after the date
|
|
3117
3114
|
# @option opts [Date] :end_date Return prices on or before the date
|
|
3118
3115
|
# @option opts [String] :frequency Return stock prices in the given frequency
|
|
3119
|
-
# @option opts [
|
|
3116
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
3120
3117
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
3121
3118
|
# @return [Array<(ApiResponseSecurityStockPrices, Fixnum, Hash)>] ApiResponseSecurityStockPrices data, response status code and response headers
|
|
3122
3119
|
def get_security_stock_prices_with_http_info(identifier, opts = {})
|
|
@@ -3169,6 +3166,360 @@ module Intrinio
|
|
|
3169
3166
|
return data, status_code, headers
|
|
3170
3167
|
end
|
|
3171
3168
|
|
|
3169
|
+
# Zacks Analyst Ratings
|
|
3170
|
+
# 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.
|
|
3171
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
3172
|
+
# @param [Hash] opts the optional parameters
|
|
3173
|
+
# @option opts [String] :start_date Limit ratings to those on or after this date
|
|
3174
|
+
# @option opts [String] :end_date Limit ratings to those on or before this date
|
|
3175
|
+
# @option opts [Float] :mean_greater Return only records with a mean (average) higher than this value
|
|
3176
|
+
# @option opts [Float] :mean_less Return only records with a mean (average) lower than this value
|
|
3177
|
+
# @option opts [Integer] :strong_buys_greater Return only records with more than this many Strong Buy recommendations
|
|
3178
|
+
# @option opts [Integer] :strong_buys_less Return only records with fewer than this many Strong Buy recommendations
|
|
3179
|
+
# @option opts [Integer] :buys_greater Return only records with more than this many Buy recommendations
|
|
3180
|
+
# @option opts [Integer] :buys_less Return only records with fewer than this many Buy recommendations
|
|
3181
|
+
# @option opts [Integer] :holds_greater Return only records with more than this many Hold recommendations
|
|
3182
|
+
# @option opts [Integer] :holds_less Return only records with fewer than this many Hold recommendations
|
|
3183
|
+
# @option opts [Integer] :sells_greater Return only records with more than this many Sell recommendations
|
|
3184
|
+
# @option opts [Integer] :sells_less Return only records with fewer than this many Sell recommendations
|
|
3185
|
+
# @option opts [Integer] :strong_sells_greater Return only records with more than this many Strong Sell recommendations
|
|
3186
|
+
# @option opts [Integer] :strong_sells_less Return only records with fewer than this many Strong Sell recommendations
|
|
3187
|
+
# @option opts [Integer] :total_greater Return only records with more than this many recommendations, regardless of type
|
|
3188
|
+
# @option opts [Integer] :total_less Return only records with fewer than this many recommendations, regardless of type
|
|
3189
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
|
3190
|
+
# @return [ApiResponseSecurityZacksAnalystRatings]
|
|
3191
|
+
def get_security_zacks_analyst_ratings(identifier, opts = {})
|
|
3192
|
+
data, _status_code, _headers = get_security_zacks_analyst_ratings_with_http_info(identifier, opts)
|
|
3193
|
+
return data
|
|
3194
|
+
end
|
|
3195
|
+
|
|
3196
|
+
# Zacks Analyst Ratings
|
|
3197
|
+
# 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.
|
|
3198
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
3199
|
+
# @param [Hash] opts the optional parameters
|
|
3200
|
+
# @option opts [String] :start_date Limit ratings to those on or after this date
|
|
3201
|
+
# @option opts [String] :end_date Limit ratings to those on or before this date
|
|
3202
|
+
# @option opts [Float] :mean_greater Return only records with a mean (average) higher than this value
|
|
3203
|
+
# @option opts [Float] :mean_less Return only records with a mean (average) lower than this value
|
|
3204
|
+
# @option opts [Integer] :strong_buys_greater Return only records with more than this many Strong Buy recommendations
|
|
3205
|
+
# @option opts [Integer] :strong_buys_less Return only records with fewer than this many Strong Buy recommendations
|
|
3206
|
+
# @option opts [Integer] :buys_greater Return only records with more than this many Buy recommendations
|
|
3207
|
+
# @option opts [Integer] :buys_less Return only records with fewer than this many Buy recommendations
|
|
3208
|
+
# @option opts [Integer] :holds_greater Return only records with more than this many Hold recommendations
|
|
3209
|
+
# @option opts [Integer] :holds_less Return only records with fewer than this many Hold recommendations
|
|
3210
|
+
# @option opts [Integer] :sells_greater Return only records with more than this many Sell recommendations
|
|
3211
|
+
# @option opts [Integer] :sells_less Return only records with fewer than this many Sell recommendations
|
|
3212
|
+
# @option opts [Integer] :strong_sells_greater Return only records with more than this many Strong Sell recommendations
|
|
3213
|
+
# @option opts [Integer] :strong_sells_less Return only records with fewer than this many Strong Sell recommendations
|
|
3214
|
+
# @option opts [Integer] :total_greater Return only records with more than this many recommendations, regardless of type
|
|
3215
|
+
# @option opts [Integer] :total_less Return only records with fewer than this many recommendations, regardless of type
|
|
3216
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
3217
|
+
# @return [Array<(ApiResponseSecurityZacksAnalystRatings, Fixnum, Hash)>] ApiResponseSecurityZacksAnalystRatings data, response status code and response headers
|
|
3218
|
+
def get_security_zacks_analyst_ratings_with_http_info(identifier, opts = {})
|
|
3219
|
+
if @api_client.config.debugging
|
|
3220
|
+
@api_client.config.logger.debug "Calling API: SecurityApi.get_security_zacks_analyst_ratings ..."
|
|
3221
|
+
end
|
|
3222
|
+
# verify the required parameter 'identifier' is set
|
|
3223
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
|
3224
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling SecurityApi.get_security_zacks_analyst_ratings"
|
|
3225
|
+
end
|
|
3226
|
+
if @api_client.config.client_side_validation && !opts[:'mean_greater'].nil? && opts[:'mean_greater'] > 5
|
|
3227
|
+
fail ArgumentError, 'invalid value for "opts[:"mean_greater"]" when calling SecurityApi.get_security_zacks_analyst_ratings, must be smaller than or equal to 5.'
|
|
3228
|
+
end
|
|
3229
|
+
|
|
3230
|
+
if @api_client.config.client_side_validation && !opts[:'mean_greater'].nil? && opts[:'mean_greater'] < 1
|
|
3231
|
+
fail ArgumentError, 'invalid value for "opts[:"mean_greater"]" when calling SecurityApi.get_security_zacks_analyst_ratings, must be greater than or equal to 1.'
|
|
3232
|
+
end
|
|
3233
|
+
|
|
3234
|
+
if @api_client.config.client_side_validation && !opts[:'mean_less'].nil? && opts[:'mean_less'] > 5
|
|
3235
|
+
fail ArgumentError, 'invalid value for "opts[:"mean_less"]" when calling SecurityApi.get_security_zacks_analyst_ratings, must be smaller than or equal to 5.'
|
|
3236
|
+
end
|
|
3237
|
+
|
|
3238
|
+
if @api_client.config.client_side_validation && !opts[:'mean_less'].nil? && opts[:'mean_less'] < 1
|
|
3239
|
+
fail ArgumentError, 'invalid value for "opts[:"mean_less"]" when calling SecurityApi.get_security_zacks_analyst_ratings, must be greater than or equal to 1.'
|
|
3240
|
+
end
|
|
3241
|
+
|
|
3242
|
+
if @api_client.config.client_side_validation && !opts[:'strong_buys_greater'].nil? && opts[:'strong_buys_greater'] < 0
|
|
3243
|
+
fail ArgumentError, 'invalid value for "opts[:"strong_buys_greater"]" when calling SecurityApi.get_security_zacks_analyst_ratings, must be greater than or equal to 0.'
|
|
3244
|
+
end
|
|
3245
|
+
|
|
3246
|
+
if @api_client.config.client_side_validation && !opts[:'strong_buys_less'].nil? && opts[:'strong_buys_less'] < 0
|
|
3247
|
+
fail ArgumentError, 'invalid value for "opts[:"strong_buys_less"]" when calling SecurityApi.get_security_zacks_analyst_ratings, must be greater than or equal to 0.'
|
|
3248
|
+
end
|
|
3249
|
+
|
|
3250
|
+
if @api_client.config.client_side_validation && !opts[:'buys_greater'].nil? && opts[:'buys_greater'] < 0
|
|
3251
|
+
fail ArgumentError, 'invalid value for "opts[:"buys_greater"]" when calling SecurityApi.get_security_zacks_analyst_ratings, must be greater than or equal to 0.'
|
|
3252
|
+
end
|
|
3253
|
+
|
|
3254
|
+
if @api_client.config.client_side_validation && !opts[:'buys_less'].nil? && opts[:'buys_less'] < 0
|
|
3255
|
+
fail ArgumentError, 'invalid value for "opts[:"buys_less"]" when calling SecurityApi.get_security_zacks_analyst_ratings, must be greater than or equal to 0.'
|
|
3256
|
+
end
|
|
3257
|
+
|
|
3258
|
+
if @api_client.config.client_side_validation && !opts[:'holds_greater'].nil? && opts[:'holds_greater'] < 0
|
|
3259
|
+
fail ArgumentError, 'invalid value for "opts[:"holds_greater"]" when calling SecurityApi.get_security_zacks_analyst_ratings, must be greater than or equal to 0.'
|
|
3260
|
+
end
|
|
3261
|
+
|
|
3262
|
+
if @api_client.config.client_side_validation && !opts[:'holds_less'].nil? && opts[:'holds_less'] < 0
|
|
3263
|
+
fail ArgumentError, 'invalid value for "opts[:"holds_less"]" when calling SecurityApi.get_security_zacks_analyst_ratings, must be greater than or equal to 0.'
|
|
3264
|
+
end
|
|
3265
|
+
|
|
3266
|
+
if @api_client.config.client_side_validation && !opts[:'sells_greater'].nil? && opts[:'sells_greater'] < 0
|
|
3267
|
+
fail ArgumentError, 'invalid value for "opts[:"sells_greater"]" when calling SecurityApi.get_security_zacks_analyst_ratings, must be greater than or equal to 0.'
|
|
3268
|
+
end
|
|
3269
|
+
|
|
3270
|
+
if @api_client.config.client_side_validation && !opts[:'sells_less'].nil? && opts[:'sells_less'] < 0
|
|
3271
|
+
fail ArgumentError, 'invalid value for "opts[:"sells_less"]" when calling SecurityApi.get_security_zacks_analyst_ratings, must be greater than or equal to 0.'
|
|
3272
|
+
end
|
|
3273
|
+
|
|
3274
|
+
if @api_client.config.client_side_validation && !opts[:'strong_sells_greater'].nil? && opts[:'strong_sells_greater'] < 0
|
|
3275
|
+
fail ArgumentError, 'invalid value for "opts[:"strong_sells_greater"]" when calling SecurityApi.get_security_zacks_analyst_ratings, must be greater than or equal to 0.'
|
|
3276
|
+
end
|
|
3277
|
+
|
|
3278
|
+
if @api_client.config.client_side_validation && !opts[:'strong_sells_less'].nil? && opts[:'strong_sells_less'] < 0
|
|
3279
|
+
fail ArgumentError, 'invalid value for "opts[:"strong_sells_less"]" when calling SecurityApi.get_security_zacks_analyst_ratings, must be greater than or equal to 0.'
|
|
3280
|
+
end
|
|
3281
|
+
|
|
3282
|
+
if @api_client.config.client_side_validation && !opts[:'total_greater'].nil? && opts[:'total_greater'] < 0
|
|
3283
|
+
fail ArgumentError, 'invalid value for "opts[:"total_greater"]" when calling SecurityApi.get_security_zacks_analyst_ratings, must be greater than or equal to 0.'
|
|
3284
|
+
end
|
|
3285
|
+
|
|
3286
|
+
if @api_client.config.client_side_validation && !opts[:'total_less'].nil? && opts[:'total_less'] < 0
|
|
3287
|
+
fail ArgumentError, 'invalid value for "opts[:"total_less"]" when calling SecurityApi.get_security_zacks_analyst_ratings, must be greater than or equal to 0.'
|
|
3288
|
+
end
|
|
3289
|
+
|
|
3290
|
+
if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 10000
|
|
3291
|
+
fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling SecurityApi.get_security_zacks_analyst_ratings, must be smaller than or equal to 10000.'
|
|
3292
|
+
end
|
|
3293
|
+
|
|
3294
|
+
# resource path
|
|
3295
|
+
local_var_path = "/securities/{identifier}/zacks/analyst_ratings".sub('{' + 'identifier' + '}', identifier.to_s)
|
|
3296
|
+
|
|
3297
|
+
# query parameters
|
|
3298
|
+
query_params = {}
|
|
3299
|
+
query_params[:'start_date'] = opts[:'start_date'] if !opts[:'start_date'].nil?
|
|
3300
|
+
query_params[:'end_date'] = opts[:'end_date'] if !opts[:'end_date'].nil?
|
|
3301
|
+
query_params[:'mean_greater'] = opts[:'mean_greater'] if !opts[:'mean_greater'].nil?
|
|
3302
|
+
query_params[:'mean_less'] = opts[:'mean_less'] if !opts[:'mean_less'].nil?
|
|
3303
|
+
query_params[:'strong_buys_greater'] = opts[:'strong_buys_greater'] if !opts[:'strong_buys_greater'].nil?
|
|
3304
|
+
query_params[:'strong_buys_less'] = opts[:'strong_buys_less'] if !opts[:'strong_buys_less'].nil?
|
|
3305
|
+
query_params[:'buys_greater'] = opts[:'buys_greater'] if !opts[:'buys_greater'].nil?
|
|
3306
|
+
query_params[:'buys_less'] = opts[:'buys_less'] if !opts[:'buys_less'].nil?
|
|
3307
|
+
query_params[:'holds_greater'] = opts[:'holds_greater'] if !opts[:'holds_greater'].nil?
|
|
3308
|
+
query_params[:'holds_less'] = opts[:'holds_less'] if !opts[:'holds_less'].nil?
|
|
3309
|
+
query_params[:'sells_greater'] = opts[:'sells_greater'] if !opts[:'sells_greater'].nil?
|
|
3310
|
+
query_params[:'sells_less'] = opts[:'sells_less'] if !opts[:'sells_less'].nil?
|
|
3311
|
+
query_params[:'strong_sells_greater'] = opts[:'strong_sells_greater'] if !opts[:'strong_sells_greater'].nil?
|
|
3312
|
+
query_params[:'strong_sells_less'] = opts[:'strong_sells_less'] if !opts[:'strong_sells_less'].nil?
|
|
3313
|
+
query_params[:'total_greater'] = opts[:'total_greater'] if !opts[:'total_greater'].nil?
|
|
3314
|
+
query_params[:'total_less'] = opts[:'total_less'] if !opts[:'total_less'].nil?
|
|
3315
|
+
query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
|
3316
|
+
|
|
3317
|
+
# header parameters
|
|
3318
|
+
header_params = {}
|
|
3319
|
+
# HTTP header 'Accept' (if needed)
|
|
3320
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
3321
|
+
|
|
3322
|
+
# form parameters
|
|
3323
|
+
form_params = {}
|
|
3324
|
+
|
|
3325
|
+
# http body (model)
|
|
3326
|
+
post_body = nil
|
|
3327
|
+
auth_names = ['ApiKeyAuth']
|
|
3328
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
3329
|
+
:header_params => header_params,
|
|
3330
|
+
:query_params => query_params,
|
|
3331
|
+
:form_params => form_params,
|
|
3332
|
+
:body => post_body,
|
|
3333
|
+
:auth_names => auth_names,
|
|
3334
|
+
:return_type => 'ApiResponseSecurityZacksAnalystRatings')
|
|
3335
|
+
if @api_client.config.debugging
|
|
3336
|
+
@api_client.config.logger.debug "API called: SecurityApi#get_security_zacks_analyst_ratings\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
3337
|
+
end
|
|
3338
|
+
return data, status_code, headers
|
|
3339
|
+
end
|
|
3340
|
+
|
|
3341
|
+
# Zacks Analyst Ratings Snapshot
|
|
3342
|
+
# 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.
|
|
3343
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
3344
|
+
# @param [Hash] opts the optional parameters
|
|
3345
|
+
# @option opts [String] :date Lookup a historical snapshot on the given date
|
|
3346
|
+
# @return [ApiResponseSecurityZacksAnalystRatingsSnapshot]
|
|
3347
|
+
def get_security_zacks_analyst_ratings_snapshot(identifier, opts = {})
|
|
3348
|
+
data, _status_code, _headers = get_security_zacks_analyst_ratings_snapshot_with_http_info(identifier, opts)
|
|
3349
|
+
return data
|
|
3350
|
+
end
|
|
3351
|
+
|
|
3352
|
+
# Zacks Analyst Ratings Snapshot
|
|
3353
|
+
# 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.
|
|
3354
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
3355
|
+
# @param [Hash] opts the optional parameters
|
|
3356
|
+
# @option opts [String] :date Lookup a historical snapshot on the given date
|
|
3357
|
+
# @return [Array<(ApiResponseSecurityZacksAnalystRatingsSnapshot, Fixnum, Hash)>] ApiResponseSecurityZacksAnalystRatingsSnapshot data, response status code and response headers
|
|
3358
|
+
def get_security_zacks_analyst_ratings_snapshot_with_http_info(identifier, opts = {})
|
|
3359
|
+
if @api_client.config.debugging
|
|
3360
|
+
@api_client.config.logger.debug "Calling API: SecurityApi.get_security_zacks_analyst_ratings_snapshot ..."
|
|
3361
|
+
end
|
|
3362
|
+
# verify the required parameter 'identifier' is set
|
|
3363
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
|
3364
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling SecurityApi.get_security_zacks_analyst_ratings_snapshot"
|
|
3365
|
+
end
|
|
3366
|
+
# resource path
|
|
3367
|
+
local_var_path = "/securities/{identifier}/zacks/analyst_ratings/snapshot".sub('{' + 'identifier' + '}', identifier.to_s)
|
|
3368
|
+
|
|
3369
|
+
# query parameters
|
|
3370
|
+
query_params = {}
|
|
3371
|
+
query_params[:'date'] = opts[:'date'] if !opts[:'date'].nil?
|
|
3372
|
+
|
|
3373
|
+
# header parameters
|
|
3374
|
+
header_params = {}
|
|
3375
|
+
# HTTP header 'Accept' (if needed)
|
|
3376
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
3377
|
+
|
|
3378
|
+
# form parameters
|
|
3379
|
+
form_params = {}
|
|
3380
|
+
|
|
3381
|
+
# http body (model)
|
|
3382
|
+
post_body = nil
|
|
3383
|
+
auth_names = ['ApiKeyAuth']
|
|
3384
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
3385
|
+
:header_params => header_params,
|
|
3386
|
+
:query_params => query_params,
|
|
3387
|
+
:form_params => form_params,
|
|
3388
|
+
:body => post_body,
|
|
3389
|
+
:auth_names => auth_names,
|
|
3390
|
+
:return_type => 'ApiResponseSecurityZacksAnalystRatingsSnapshot')
|
|
3391
|
+
if @api_client.config.debugging
|
|
3392
|
+
@api_client.config.logger.debug "API called: SecurityApi#get_security_zacks_analyst_ratings_snapshot\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
3393
|
+
end
|
|
3394
|
+
return data, status_code, headers
|
|
3395
|
+
end
|
|
3396
|
+
|
|
3397
|
+
# Zacks EPS Surprises for Security
|
|
3398
|
+
# Return Zacks EPS surprises for the Security with the given `identifier`.
|
|
3399
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
3400
|
+
# @param [Hash] opts the optional parameters
|
|
3401
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
|
3402
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
3403
|
+
# @return [ApiResponseSecurityZacksEPSSurprises]
|
|
3404
|
+
def get_security_zacks_eps_surprises(identifier, opts = {})
|
|
3405
|
+
data, _status_code, _headers = get_security_zacks_eps_surprises_with_http_info(identifier, opts)
|
|
3406
|
+
return data
|
|
3407
|
+
end
|
|
3408
|
+
|
|
3409
|
+
# Zacks EPS Surprises for Security
|
|
3410
|
+
# Return Zacks EPS surprises for the Security with the given `identifier`.
|
|
3411
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
3412
|
+
# @param [Hash] opts the optional parameters
|
|
3413
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
3414
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
3415
|
+
# @return [Array<(ApiResponseSecurityZacksEPSSurprises, Fixnum, Hash)>] ApiResponseSecurityZacksEPSSurprises data, response status code and response headers
|
|
3416
|
+
def get_security_zacks_eps_surprises_with_http_info(identifier, opts = {})
|
|
3417
|
+
if @api_client.config.debugging
|
|
3418
|
+
@api_client.config.logger.debug "Calling API: SecurityApi.get_security_zacks_eps_surprises ..."
|
|
3419
|
+
end
|
|
3420
|
+
# verify the required parameter 'identifier' is set
|
|
3421
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
|
3422
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling SecurityApi.get_security_zacks_eps_surprises"
|
|
3423
|
+
end
|
|
3424
|
+
if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 10000
|
|
3425
|
+
fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling SecurityApi.get_security_zacks_eps_surprises, must be smaller than or equal to 10000.'
|
|
3426
|
+
end
|
|
3427
|
+
|
|
3428
|
+
# resource path
|
|
3429
|
+
local_var_path = "/securities/{identifier}/zacks/eps_surprises".sub('{' + 'identifier' + '}', identifier.to_s)
|
|
3430
|
+
|
|
3431
|
+
# query parameters
|
|
3432
|
+
query_params = {}
|
|
3433
|
+
query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
|
3434
|
+
query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
|
|
3435
|
+
|
|
3436
|
+
# header parameters
|
|
3437
|
+
header_params = {}
|
|
3438
|
+
# HTTP header 'Accept' (if needed)
|
|
3439
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
3440
|
+
|
|
3441
|
+
# form parameters
|
|
3442
|
+
form_params = {}
|
|
3443
|
+
|
|
3444
|
+
# http body (model)
|
|
3445
|
+
post_body = nil
|
|
3446
|
+
auth_names = ['ApiKeyAuth']
|
|
3447
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
3448
|
+
:header_params => header_params,
|
|
3449
|
+
:query_params => query_params,
|
|
3450
|
+
:form_params => form_params,
|
|
3451
|
+
:body => post_body,
|
|
3452
|
+
:auth_names => auth_names,
|
|
3453
|
+
:return_type => 'ApiResponseSecurityZacksEPSSurprises')
|
|
3454
|
+
if @api_client.config.debugging
|
|
3455
|
+
@api_client.config.logger.debug "API called: SecurityApi#get_security_zacks_eps_surprises\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
3456
|
+
end
|
|
3457
|
+
return data, status_code, headers
|
|
3458
|
+
end
|
|
3459
|
+
|
|
3460
|
+
# Zacks Sales Surprises for Security
|
|
3461
|
+
# Return Zacks sales surprises for the Security with the given `identifier`.
|
|
3462
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
3463
|
+
# @param [Hash] opts the optional parameters
|
|
3464
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
|
3465
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
3466
|
+
# @return [ApiResponseSecurityZacksSalesSurprises]
|
|
3467
|
+
def get_security_zacks_sales_surprises(identifier, opts = {})
|
|
3468
|
+
data, _status_code, _headers = get_security_zacks_sales_surprises_with_http_info(identifier, opts)
|
|
3469
|
+
return data
|
|
3470
|
+
end
|
|
3471
|
+
|
|
3472
|
+
# Zacks Sales Surprises for Security
|
|
3473
|
+
# Return Zacks sales surprises for the Security with the given `identifier`.
|
|
3474
|
+
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
|
3475
|
+
# @param [Hash] opts the optional parameters
|
|
3476
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
3477
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
3478
|
+
# @return [Array<(ApiResponseSecurityZacksSalesSurprises, Fixnum, Hash)>] ApiResponseSecurityZacksSalesSurprises data, response status code and response headers
|
|
3479
|
+
def get_security_zacks_sales_surprises_with_http_info(identifier, opts = {})
|
|
3480
|
+
if @api_client.config.debugging
|
|
3481
|
+
@api_client.config.logger.debug "Calling API: SecurityApi.get_security_zacks_sales_surprises ..."
|
|
3482
|
+
end
|
|
3483
|
+
# verify the required parameter 'identifier' is set
|
|
3484
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
|
3485
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling SecurityApi.get_security_zacks_sales_surprises"
|
|
3486
|
+
end
|
|
3487
|
+
if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 10000
|
|
3488
|
+
fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling SecurityApi.get_security_zacks_sales_surprises, must be smaller than or equal to 10000.'
|
|
3489
|
+
end
|
|
3490
|
+
|
|
3491
|
+
# resource path
|
|
3492
|
+
local_var_path = "/securities/{identifier}/zacks/sales_surprises".sub('{' + 'identifier' + '}', identifier.to_s)
|
|
3493
|
+
|
|
3494
|
+
# query parameters
|
|
3495
|
+
query_params = {}
|
|
3496
|
+
query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
|
3497
|
+
query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
|
|
3498
|
+
|
|
3499
|
+
# header parameters
|
|
3500
|
+
header_params = {}
|
|
3501
|
+
# HTTP header 'Accept' (if needed)
|
|
3502
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
3503
|
+
|
|
3504
|
+
# form parameters
|
|
3505
|
+
form_params = {}
|
|
3506
|
+
|
|
3507
|
+
# http body (model)
|
|
3508
|
+
post_body = nil
|
|
3509
|
+
auth_names = ['ApiKeyAuth']
|
|
3510
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
3511
|
+
:header_params => header_params,
|
|
3512
|
+
:query_params => query_params,
|
|
3513
|
+
:form_params => form_params,
|
|
3514
|
+
:body => post_body,
|
|
3515
|
+
:auth_names => auth_names,
|
|
3516
|
+
:return_type => 'ApiResponseSecurityZacksSalesSurprises')
|
|
3517
|
+
if @api_client.config.debugging
|
|
3518
|
+
@api_client.config.logger.debug "API called: SecurityApi#get_security_zacks_sales_surprises\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
3519
|
+
end
|
|
3520
|
+
return data, status_code, headers
|
|
3521
|
+
end
|
|
3522
|
+
|
|
3172
3523
|
# Screen Securities
|
|
3173
3524
|
# Screen Securities using complex logic
|
|
3174
3525
|
# @param [Hash] opts the optional parameters
|
|
@@ -3176,7 +3527,7 @@ module Intrinio
|
|
|
3176
3527
|
# @option opts [String] :order_column Results returned sorted by this column
|
|
3177
3528
|
# @option opts [String] :order_direction Sort order to use with the order_column (default to asc)
|
|
3178
3529
|
# @option opts [BOOLEAN] :primary_only Return only primary securities (default to false)
|
|
3179
|
-
# @option opts [
|
|
3530
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
|
3180
3531
|
# @return [Array<SecurityScreenResult>]
|
|
3181
3532
|
def screen_securities(opts = {})
|
|
3182
3533
|
data, _status_code, _headers = screen_securities_with_http_info(opts)
|
|
@@ -3190,7 +3541,7 @@ module Intrinio
|
|
|
3190
3541
|
# @option opts [String] :order_column Results returned sorted by this column
|
|
3191
3542
|
# @option opts [String] :order_direction Sort order to use with the order_column
|
|
3192
3543
|
# @option opts [BOOLEAN] :primary_only Return only primary securities
|
|
3193
|
-
# @option opts [
|
|
3544
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
3194
3545
|
# @return [Array<(Array<SecurityScreenResult>, Fixnum, Hash)>] Array<SecurityScreenResult> data, response status code and response headers
|
|
3195
3546
|
def screen_securities_with_http_info(opts = {})
|
|
3196
3547
|
if @api_client.config.debugging
|
|
@@ -3243,7 +3594,7 @@ module Intrinio
|
|
|
3243
3594
|
# Searches for Securities matching the text `query`
|
|
3244
3595
|
# @param query
|
|
3245
3596
|
# @param [Hash] opts the optional parameters
|
|
3246
|
-
# @option opts [
|
|
3597
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
|
3247
3598
|
# @return [ApiResponseSecuritiesSearch]
|
|
3248
3599
|
def search_securities(query, opts = {})
|
|
3249
3600
|
data, _status_code, _headers = search_securities_with_http_info(query, opts)
|
|
@@ -3254,7 +3605,7 @@ module Intrinio
|
|
|
3254
3605
|
# Searches for Securities matching the text `query`
|
|
3255
3606
|
# @param query
|
|
3256
3607
|
# @param [Hash] opts the optional parameters
|
|
3257
|
-
# @option opts [
|
|
3608
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
3258
3609
|
# @return [Array<(ApiResponseSecuritiesSearch, Fixnum, Hash)>] ApiResponseSecuritiesSearch data, response status code and response headers
|
|
3259
3610
|
def search_securities_with_http_info(query, opts = {})
|
|
3260
3611
|
if @api_client.config.debugging
|