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
|
|
@@ -21,9 +21,9 @@ module Intrinio
|
|
|
21
21
|
end
|
|
22
22
|
|
|
23
23
|
# Data Point (Number)
|
|
24
|
-
#
|
|
25
|
-
# @param identifier
|
|
26
|
-
# @param tag
|
|
24
|
+
# Returns a numeric value for the given `tag` and the entity with the given `identifier`
|
|
25
|
+
# @param identifier An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID)
|
|
26
|
+
# @param tag An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
|
|
27
27
|
# @param [Hash] opts the optional parameters
|
|
28
28
|
# @return [Float]
|
|
29
29
|
def get_data_point_number(identifier, tag, opts = {})
|
|
@@ -32,9 +32,9 @@ module Intrinio
|
|
|
32
32
|
end
|
|
33
33
|
|
|
34
34
|
# Data Point (Number)
|
|
35
|
-
#
|
|
36
|
-
# @param identifier
|
|
37
|
-
# @param tag
|
|
35
|
+
# Returns a numeric value for the given `tag` and the entity with the given `identifier`
|
|
36
|
+
# @param identifier An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID)
|
|
37
|
+
# @param tag An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
39
39
|
# @return [Array<(Float, Fixnum, Hash)>] Float data, response status code and response headers
|
|
40
40
|
def get_data_point_number_with_http_info(identifier, tag, opts = {})
|
|
@@ -80,9 +80,9 @@ module Intrinio
|
|
|
80
80
|
end
|
|
81
81
|
|
|
82
82
|
# Data Point (Text)
|
|
83
|
-
#
|
|
84
|
-
# @param identifier
|
|
85
|
-
# @param tag
|
|
83
|
+
# Returns a text value for the given `tag` for the Security with the given `identifier`
|
|
84
|
+
# @param identifier An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID)
|
|
85
|
+
# @param tag An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
|
|
86
86
|
# @param [Hash] opts the optional parameters
|
|
87
87
|
# @return [String]
|
|
88
88
|
def get_data_point_text(identifier, tag, opts = {})
|
|
@@ -91,9 +91,9 @@ module Intrinio
|
|
|
91
91
|
end
|
|
92
92
|
|
|
93
93
|
# Data Point (Text)
|
|
94
|
-
#
|
|
95
|
-
# @param identifier
|
|
96
|
-
# @param tag
|
|
94
|
+
# Returns a text value for the given `tag` for the Security with the given `identifier`
|
|
95
|
+
# @param identifier An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID)
|
|
96
|
+
# @param tag An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
|
|
97
97
|
# @param [Hash] opts the optional parameters
|
|
98
98
|
# @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
|
|
99
99
|
def get_data_point_text_with_http_info(identifier, tag, 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
|
|
@@ -28,7 +28,7 @@ module Intrinio
|
|
|
28
28
|
# @option opts [String] :parent ID of tag parent
|
|
29
29
|
# @option opts [String] :statement_code Statement Code
|
|
30
30
|
# @option opts [String] :fs_template Template (default to industrial)
|
|
31
|
-
# @option opts [
|
|
31
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
|
32
32
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
33
33
|
# @return [ApiResponseDataTags]
|
|
34
34
|
def get_all_data_tags(opts = {})
|
|
@@ -44,7 +44,7 @@ module Intrinio
|
|
|
44
44
|
# @option opts [String] :parent ID of tag parent
|
|
45
45
|
# @option opts [String] :statement_code Statement Code
|
|
46
46
|
# @option opts [String] :fs_template Template
|
|
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 [Array<(ApiResponseDataTags, Fixnum, Hash)>] ApiResponseDataTags data, response status code and response headers
|
|
50
50
|
def get_all_data_tags_with_http_info(opts = {})
|
|
@@ -155,7 +155,7 @@ module Intrinio
|
|
|
155
155
|
# Searches for Data Tags matching the text `query`
|
|
156
156
|
# @param query
|
|
157
157
|
# @param [Hash] opts the optional parameters
|
|
158
|
-
# @option opts [
|
|
158
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
|
159
159
|
# @return [ApiResponseDataTagsSearch]
|
|
160
160
|
def search_data_tags(query, opts = {})
|
|
161
161
|
data, _status_code, _headers = search_data_tags_with_http_info(query, opts)
|
|
@@ -166,7 +166,7 @@ module Intrinio
|
|
|
166
166
|
# Searches for Data Tags matching the text `query`
|
|
167
167
|
# @param query
|
|
168
168
|
# @param [Hash] opts the optional parameters
|
|
169
|
-
# @option opts [
|
|
169
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
170
170
|
# @return [Array<(ApiResponseDataTagsSearch, Fixnum, Hash)>] ApiResponseDataTagsSearch data, response status code and response headers
|
|
171
171
|
def search_data_tags_with_http_info(query, opts = {})
|
|
172
172
|
if @api_client.config.debugging
|
|
@@ -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
|
|
@@ -27,7 +27,7 @@ module Intrinio
|
|
|
27
27
|
# @option opts [String] :report_type Filter by report type
|
|
28
28
|
# @option opts [Date] :start_date Filed on or after the given date
|
|
29
29
|
# @option opts [Date] :end_date Filed before or after the given date
|
|
30
|
-
# @option opts [
|
|
30
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
|
31
31
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
32
32
|
# @return [ApiResponseFilings]
|
|
33
33
|
def get_all_filings(company, opts = {})
|
|
@@ -42,7 +42,7 @@ module Intrinio
|
|
|
42
42
|
# @option opts [String] :report_type Filter by report type
|
|
43
43
|
# @option opts [Date] :start_date Filed on or after the given date
|
|
44
44
|
# @option opts [Date] :end_date Filed before or after the given date
|
|
45
|
-
# @option opts [
|
|
45
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
46
46
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
47
47
|
# @return [Array<(ApiResponseFilings, Fixnum, Hash)>] ApiResponseFilings data, response status code and response headers
|
|
48
48
|
def get_all_filings_with_http_info(company, opts = {})
|
|
@@ -102,7 +102,7 @@ module Intrinio
|
|
|
102
102
|
# @option opts [Date] :filing_end_date Limit search to filings on or before this date
|
|
103
103
|
# @option opts [Date] :period_ended_start_date Limit search to filings with a period end date on or after this date
|
|
104
104
|
# @option opts [Date] :period_ended_end_date Limit search to filings with a period end date on or before this date
|
|
105
|
-
# @option opts [
|
|
105
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
|
106
106
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
107
107
|
# @return [ApiResponseFilingNotes]
|
|
108
108
|
def get_all_notes(opts = {})
|
|
@@ -119,7 +119,7 @@ module Intrinio
|
|
|
119
119
|
# @option opts [Date] :filing_end_date Limit search to filings on or before this date
|
|
120
120
|
# @option opts [Date] :period_ended_start_date Limit search to filings with a period end date on or after this date
|
|
121
121
|
# @option opts [Date] :period_ended_end_date Limit search to filings with a period end date on or before this date
|
|
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 [Array<(ApiResponseFilingNotes, Fixnum, Hash)>] ApiResponseFilingNotes data, response status code and response headers
|
|
125
125
|
def get_all_notes_with_http_info(opts = {})
|
|
@@ -395,8 +395,8 @@ module Intrinio
|
|
|
395
395
|
# @param [Hash] opts the optional parameters
|
|
396
396
|
# @option opts [Date] :filing_start_date Limit search to filings on or after this date
|
|
397
397
|
# @option opts [Date] :filing_end_date Limit search to filings on or before this date
|
|
398
|
-
# @option opts [
|
|
399
|
-
# @option opts [
|
|
398
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
|
399
|
+
# @option opts [Integer] :page_size2 The number of results to return (default to 100)
|
|
400
400
|
# @return [ApiResponseFilingNotesSearch]
|
|
401
401
|
def search_notes(query, opts = {})
|
|
402
402
|
data, _status_code, _headers = search_notes_with_http_info(query, opts)
|
|
@@ -409,8 +409,8 @@ module Intrinio
|
|
|
409
409
|
# @param [Hash] opts the optional parameters
|
|
410
410
|
# @option opts [Date] :filing_start_date Limit search to filings on or after this date
|
|
411
411
|
# @option opts [Date] :filing_end_date Limit search to filings on or before this date
|
|
412
|
-
# @option opts [
|
|
413
|
-
# @option opts [
|
|
412
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
413
|
+
# @option opts [Integer] :page_size2 The number of results to return
|
|
414
414
|
# @return [Array<(ApiResponseFilingNotesSearch, Fixnum, Hash)>] ApiResponseFilingNotesSearch data, response status code and response headers
|
|
415
415
|
def search_notes_with_http_info(query, opts = {})
|
|
416
416
|
if @api_client.config.debugging
|
|
@@ -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
|
|
@@ -120,9 +120,9 @@ module Intrinio
|
|
|
120
120
|
# @param timeframe The time interval for the quotes
|
|
121
121
|
# @param [Hash] opts the optional parameters
|
|
122
122
|
# @option opts [String] :timezone Returns trading times in this timezone (default to UTC)
|
|
123
|
-
# @option opts [
|
|
123
|
+
# @option opts [Date] :start_date Return Forex Prices on or after this date
|
|
124
124
|
# @option opts [String] :start_time Return Forex Prices at or after this time (24-hour)
|
|
125
|
-
# @option opts [
|
|
125
|
+
# @option opts [Date] :end_date Return Forex Prices on or before this date
|
|
126
126
|
# @option opts [String] :end_time Return Forex Prices at or before this time (24-hour)
|
|
127
127
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
|
128
128
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
@@ -138,9 +138,9 @@ module Intrinio
|
|
|
138
138
|
# @param timeframe The time interval for the quotes
|
|
139
139
|
# @param [Hash] opts the optional parameters
|
|
140
140
|
# @option opts [String] :timezone Returns trading times in this timezone
|
|
141
|
-
# @option opts [
|
|
141
|
+
# @option opts [Date] :start_date Return Forex Prices on or after this date
|
|
142
142
|
# @option opts [String] :start_time Return Forex Prices at or after this time (24-hour)
|
|
143
|
-
# @option opts [
|
|
143
|
+
# @option opts [Date] :end_date Return Forex Prices on or before this date
|
|
144
144
|
# @option opts [String] :end_time Return Forex Prices at or before this time (24-hour)
|
|
145
145
|
# @option opts [Integer] :page_size The number of results to return
|
|
146
146
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
@@ -169,10 +169,11 @@ module Intrinio
|
|
|
169
169
|
end
|
|
170
170
|
|
|
171
171
|
# resource path
|
|
172
|
-
local_var_path = "/forex/prices/{pair}/{timeframe}".sub('{' + 'pair' + '}', pair.to_s)
|
|
172
|
+
local_var_path = "/forex/prices/{pair}/{timeframe}".sub('{' + 'pair' + '}', pair.to_s)
|
|
173
173
|
|
|
174
174
|
# query parameters
|
|
175
175
|
query_params = {}
|
|
176
|
+
query_params[:'timeframe'] = timeframe
|
|
176
177
|
query_params[:'timezone'] = opts[:'timezone'] if !opts[:'timezone'].nil?
|
|
177
178
|
query_params[:'start_date'] = opts[:'start_date'] if !opts[:'start_date'].nil?
|
|
178
179
|
query_params[:'start_time'] = opts[:'start_time'] if !opts[:'start_time'].nil?
|
|
@@ -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
|
|
@@ -21,16 +21,16 @@ module Intrinio
|
|
|
21
21
|
end
|
|
22
22
|
|
|
23
23
|
# Historical Data
|
|
24
|
-
#
|
|
25
|
-
# @param identifier
|
|
26
|
-
# @param tag
|
|
24
|
+
# Returns historical values for the given `tag` and the entity represented by the given `identifier`
|
|
25
|
+
# @param identifier An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID)
|
|
26
|
+
# @param tag An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
|
|
27
27
|
# @param [Hash] opts the optional parameters
|
|
28
28
|
# @option opts [String] :frequency Return historical data in the given frequency (default to daily)
|
|
29
29
|
# @option opts [String] :type Filter by type, when applicable
|
|
30
30
|
# @option opts [Date] :start_date Get historical data on or after this date
|
|
31
31
|
# @option opts [Date] :end_date Get historical date on or before this date
|
|
32
32
|
# @option opts [String] :sort_order Sort by date `asc` or `desc` (default to desc)
|
|
33
|
-
# @option opts [
|
|
33
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
|
34
34
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
35
35
|
# @return [ApiResponseHistoricalData]
|
|
36
36
|
def get_historical_data(identifier, tag, opts = {})
|
|
@@ -39,16 +39,16 @@ module Intrinio
|
|
|
39
39
|
end
|
|
40
40
|
|
|
41
41
|
# Historical Data
|
|
42
|
-
#
|
|
43
|
-
# @param identifier
|
|
44
|
-
# @param tag
|
|
42
|
+
# Returns historical values for the given `tag` and the entity represented by the given `identifier`
|
|
43
|
+
# @param identifier An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID)
|
|
44
|
+
# @param tag An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
|
|
45
45
|
# @param [Hash] opts the optional parameters
|
|
46
46
|
# @option opts [String] :frequency Return historical data in the given frequency
|
|
47
47
|
# @option opts [String] :type Filter by type, when applicable
|
|
48
48
|
# @option opts [Date] :start_date Get historical data on or after this date
|
|
49
49
|
# @option opts [Date] :end_date Get historical date on or before this date
|
|
50
50
|
# @option opts [String] :sort_order Sort by date `asc` or `desc`
|
|
51
|
-
# @option opts [
|
|
51
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
52
52
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
53
53
|
# @return [Array<(ApiResponseHistoricalData, Fixnum, Hash)>] ApiResponseHistoricalData data, response status code and response headers
|
|
54
54
|
def get_historical_data_with_http_info(identifier, tag, 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 Economic Indices
|
|
24
24
|
#
|
|
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 [ApiResponseEconomicIndices]
|
|
29
29
|
def get_all_economic_indices(opts = {})
|
|
@@ -34,7 +34,7 @@ module Intrinio
|
|
|
34
34
|
# All Economic Indices
|
|
35
35
|
#
|
|
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<(ApiResponseEconomicIndices, Fixnum, Hash)>] ApiResponseEconomicIndices data, response status code and response headers
|
|
40
40
|
def get_all_economic_indices_with_http_info(opts = {})
|
|
@@ -80,7 +80,7 @@ module Intrinio
|
|
|
80
80
|
# All SIC Indices
|
|
81
81
|
#
|
|
82
82
|
# @param [Hash] opts the optional parameters
|
|
83
|
-
# @option opts [
|
|
83
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
|
84
84
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
85
85
|
# @return [ApiResponseSICIndices]
|
|
86
86
|
def get_all_sic_indices(opts = {})
|
|
@@ -91,7 +91,7 @@ module Intrinio
|
|
|
91
91
|
# All SIC Indices
|
|
92
92
|
#
|
|
93
93
|
# @param [Hash] opts the optional parameters
|
|
94
|
-
# @option opts [
|
|
94
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
95
95
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
96
96
|
# @return [Array<(ApiResponseSICIndices, Fixnum, Hash)>] ApiResponseSICIndices data, response status code and response headers
|
|
97
97
|
def get_all_sic_indices_with_http_info(opts = {})
|
|
@@ -137,7 +137,7 @@ module Intrinio
|
|
|
137
137
|
# All Stock Market Indices
|
|
138
138
|
#
|
|
139
139
|
# @param [Hash] opts the optional parameters
|
|
140
|
-
# @option opts [
|
|
140
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
|
141
141
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
142
142
|
# @return [ApiResponseStockMarketIndices]
|
|
143
143
|
def get_all_stock_market_indices(opts = {})
|
|
@@ -148,7 +148,7 @@ module Intrinio
|
|
|
148
148
|
# All Stock Market Indices
|
|
149
149
|
#
|
|
150
150
|
# @param [Hash] opts the optional parameters
|
|
151
|
-
# @option opts [
|
|
151
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
152
152
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
153
153
|
# @return [Array<(ApiResponseStockMarketIndices, Fixnum, Hash)>] ApiResponseStockMarketIndices data, response status code and response headers
|
|
154
154
|
def get_all_stock_market_indices_with_http_info(opts = {})
|
|
@@ -247,7 +247,7 @@ module Intrinio
|
|
|
247
247
|
# Data Point (Number) for an Economic Index
|
|
248
248
|
# Returns a numeric value for the given `tag` for the Economic Index with the given `identifier`
|
|
249
249
|
# @param identifier An Index Identifier (symbol, Intrinio ID)
|
|
250
|
-
# @param tag An Intrinio data tag
|
|
250
|
+
# @param tag An Intrinio data tag <a href='https://data.intrinio.com/data-tags/economic'>reference</a>
|
|
251
251
|
# @param [Hash] opts the optional parameters
|
|
252
252
|
# @return [Float]
|
|
253
253
|
def get_economic_index_data_point_number(identifier, tag, opts = {})
|
|
@@ -258,7 +258,7 @@ module Intrinio
|
|
|
258
258
|
# Data Point (Number) for an Economic Index
|
|
259
259
|
# Returns a numeric value for the given `tag` for the Economic Index with the given `identifier`
|
|
260
260
|
# @param identifier An Index Identifier (symbol, Intrinio ID)
|
|
261
|
-
# @param tag An Intrinio data tag
|
|
261
|
+
# @param tag An Intrinio data tag <a href='https://data.intrinio.com/data-tags/economic'>reference</a>
|
|
262
262
|
# @param [Hash] opts the optional parameters
|
|
263
263
|
# @return [Array<(Float, Fixnum, Hash)>] Float data, response status code and response headers
|
|
264
264
|
def get_economic_index_data_point_number_with_http_info(identifier, tag, opts = {})
|
|
@@ -365,13 +365,13 @@ module Intrinio
|
|
|
365
365
|
# Historical Data for an Economic Index
|
|
366
366
|
# Returns historical values for the given `tag` and the Economic Index with the given `identifier`
|
|
367
367
|
# @param identifier An Index Identifier (symbol, Intrinio ID)
|
|
368
|
-
# @param tag An Intrinio data tag
|
|
368
|
+
# @param tag An Intrinio data tag <a href='https://data.intrinio.com/data-tags/economic'>reference</a>
|
|
369
369
|
# @param [Hash] opts the optional parameters
|
|
370
370
|
# @option opts [String] :type Filter by type, when applicable
|
|
371
371
|
# @option opts [Date] :start_date Get historical data on or after this date
|
|
372
372
|
# @option opts [Date] :end_date Get historical data on or before this date
|
|
373
373
|
# @option opts [String] :sort_order Sort by date `asc` or `desc` (default to desc)
|
|
374
|
-
# @option opts [
|
|
374
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
|
375
375
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
376
376
|
# @return [ApiResponseEconomicIndexHistoricalData]
|
|
377
377
|
def get_economic_index_historical_data(identifier, tag, opts = {})
|
|
@@ -382,13 +382,13 @@ module Intrinio
|
|
|
382
382
|
# Historical Data for an Economic Index
|
|
383
383
|
# Returns historical values for the given `tag` and the Economic Index with the given `identifier`
|
|
384
384
|
# @param identifier An Index Identifier (symbol, Intrinio ID)
|
|
385
|
-
# @param tag An Intrinio data tag
|
|
385
|
+
# @param tag An Intrinio data tag <a href='https://data.intrinio.com/data-tags/economic'>reference</a>
|
|
386
386
|
# @param [Hash] opts the optional parameters
|
|
387
387
|
# @option opts [String] :type Filter by type, when applicable
|
|
388
388
|
# @option opts [Date] :start_date Get historical data on or after this date
|
|
389
389
|
# @option opts [Date] :end_date Get historical data on or before this date
|
|
390
390
|
# @option opts [String] :sort_order Sort by date `asc` or `desc`
|
|
391
|
-
# @option opts [
|
|
391
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
392
392
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
393
393
|
# @return [Array<(ApiResponseEconomicIndexHistoricalData, Fixnum, Hash)>] ApiResponseEconomicIndexHistoricalData data, response status code and response headers
|
|
394
394
|
def get_economic_index_historical_data_with_http_info(identifier, tag, opts = {})
|
|
@@ -626,7 +626,7 @@ module Intrinio
|
|
|
626
626
|
# @option opts [Date] :start_date Get historical data on or after this date
|
|
627
627
|
# @option opts [Date] :end_date Get historical data on or before this date
|
|
628
628
|
# @option opts [String] :sort_order Sort by date `asc` or `desc` (default to desc)
|
|
629
|
-
# @option opts [
|
|
629
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
|
630
630
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
631
631
|
# @return [ApiResponseSICIndexHistoricalData]
|
|
632
632
|
def get_sic_index_historical_data(identifier, tag, opts = {})
|
|
@@ -643,7 +643,7 @@ module Intrinio
|
|
|
643
643
|
# @option opts [Date] :start_date Get historical data on or after this date
|
|
644
644
|
# @option opts [Date] :end_date Get historical data on or before this date
|
|
645
645
|
# @option opts [String] :sort_order Sort by date `asc` or `desc`
|
|
646
|
-
# @option opts [
|
|
646
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
647
647
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
648
648
|
# @return [Array<(ApiResponseSICIndexHistoricalData, Fixnum, Hash)>] ApiResponseSICIndexHistoricalData data, response status code and response headers
|
|
649
649
|
def get_sic_index_historical_data_with_http_info(identifier, tag, opts = {})
|
|
@@ -881,7 +881,7 @@ module Intrinio
|
|
|
881
881
|
# @option opts [Date] :start_date Get historical data on or after this date
|
|
882
882
|
# @option opts [Date] :end_date Get historical data on or before this date
|
|
883
883
|
# @option opts [String] :sort_order Sort by date `asc` or `desc` (default to desc)
|
|
884
|
-
# @option opts [
|
|
884
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
|
885
885
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
886
886
|
# @return [ApiResponseStockMarketIndexHistoricalData]
|
|
887
887
|
def get_stock_market_index_historical_data(identifier, tag, opts = {})
|
|
@@ -898,7 +898,7 @@ module Intrinio
|
|
|
898
898
|
# @option opts [Date] :start_date Get historical data on or after this date
|
|
899
899
|
# @option opts [Date] :end_date Get historical data on or before this date
|
|
900
900
|
# @option opts [String] :sort_order Sort by date `asc` or `desc`
|
|
901
|
-
# @option opts [
|
|
901
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
902
902
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
903
903
|
# @return [Array<(ApiResponseStockMarketIndexHistoricalData, Fixnum, Hash)>] ApiResponseStockMarketIndexHistoricalData data, response status code and response headers
|
|
904
904
|
def get_stock_market_index_historical_data_with_http_info(identifier, tag, opts = {})
|
|
@@ -960,7 +960,7 @@ module Intrinio
|
|
|
960
960
|
# Searches for indices using the text in `query`
|
|
961
961
|
# @param query Search query
|
|
962
962
|
# @param [Hash] opts the optional parameters
|
|
963
|
-
# @option opts [
|
|
963
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
|
964
964
|
# @return [ApiResponseEconomicIndicesSearch]
|
|
965
965
|
def search_economic_indices(query, opts = {})
|
|
966
966
|
data, _status_code, _headers = search_economic_indices_with_http_info(query, opts)
|
|
@@ -971,7 +971,7 @@ module Intrinio
|
|
|
971
971
|
# Searches for indices using the text in `query`
|
|
972
972
|
# @param query Search query
|
|
973
973
|
# @param [Hash] opts the optional parameters
|
|
974
|
-
# @option opts [
|
|
974
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
975
975
|
# @return [Array<(ApiResponseEconomicIndicesSearch, Fixnum, Hash)>] ApiResponseEconomicIndicesSearch data, response status code and response headers
|
|
976
976
|
def search_economic_indices_with_http_info(query, opts = {})
|
|
977
977
|
if @api_client.config.debugging
|
|
@@ -1021,7 +1021,7 @@ module Intrinio
|
|
|
1021
1021
|
# Searches for indices using the text in `query`
|
|
1022
1022
|
# @param query Search query
|
|
1023
1023
|
# @param [Hash] opts the optional parameters
|
|
1024
|
-
# @option opts [
|
|
1024
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
|
1025
1025
|
# @return [ApiResponseSICIndicesSearch]
|
|
1026
1026
|
def search_sic_indices(query, opts = {})
|
|
1027
1027
|
data, _status_code, _headers = search_sic_indices_with_http_info(query, opts)
|
|
@@ -1032,7 +1032,7 @@ module Intrinio
|
|
|
1032
1032
|
# Searches for indices using the text in `query`
|
|
1033
1033
|
# @param query Search query
|
|
1034
1034
|
# @param [Hash] opts the optional parameters
|
|
1035
|
-
# @option opts [
|
|
1035
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
1036
1036
|
# @return [Array<(ApiResponseSICIndicesSearch, Fixnum, Hash)>] ApiResponseSICIndicesSearch data, response status code and response headers
|
|
1037
1037
|
def search_sic_indices_with_http_info(query, opts = {})
|
|
1038
1038
|
if @api_client.config.debugging
|
|
@@ -1082,7 +1082,7 @@ module Intrinio
|
|
|
1082
1082
|
# Searches for indices using the text in `query`
|
|
1083
1083
|
# @param query Search query
|
|
1084
1084
|
# @param [Hash] opts the optional parameters
|
|
1085
|
-
# @option opts [
|
|
1085
|
+
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
|
1086
1086
|
# @return [ApiResponseStockMarketIndicesSearch]
|
|
1087
1087
|
def search_stock_markets_indices(query, opts = {})
|
|
1088
1088
|
data, _status_code, _headers = search_stock_markets_indices_with_http_info(query, opts)
|
|
@@ -1093,7 +1093,7 @@ module Intrinio
|
|
|
1093
1093
|
# Searches for indices using the text in `query`
|
|
1094
1094
|
# @param query Search query
|
|
1095
1095
|
# @param [Hash] opts the optional parameters
|
|
1096
|
-
# @option opts [
|
|
1096
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
1097
1097
|
# @return [Array<(ApiResponseStockMarketIndicesSearch, Fixnum, Hash)>] ApiResponseStockMarketIndicesSearch data, response status code and response headers
|
|
1098
1098
|
def search_stock_markets_indices_with_http_info(query, opts = {})
|
|
1099
1099
|
if @api_client.config.debugging
|