intrinio-sdk 5.17.0 → 5.20.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 +4 -2
- data/docs/CompanyApi.md +7 -3
- data/docs/ETFAnalytics.md +1 -0
- data/docs/InsiderTransactionFiling.md +3 -0
- data/docs/InsiderTransactionFilingsApi.md +2 -0
- data/docs/OptionChainEod.md +1 -1
- data/docs/OptionPriceEod.md +5 -0
- data/docs/OptionsApi.md +192 -0
- data/docs/SecurityApi.md +1 -1
- data/docs/ZacksApi.md +6 -6
- data/intrinio-sdk.gemspec +1 -1
- data/lib/intrinio-sdk/api/bulk_downloads_api.rb +1 -1
- data/lib/intrinio-sdk/api/company_api.rb +15 -6
- data/lib/intrinio-sdk/api/data_point_api.rb +1 -1
- data/lib/intrinio-sdk/api/data_tag_api.rb +1 -1
- data/lib/intrinio-sdk/api/et_fs_api.rb +1 -1
- data/lib/intrinio-sdk/api/filing_api.rb +1 -1
- data/lib/intrinio-sdk/api/forex_api.rb +1 -1
- data/lib/intrinio-sdk/api/fundamentals_api.rb +1 -1
- data/lib/intrinio-sdk/api/historical_data_api.rb +1 -1
- data/lib/intrinio-sdk/api/index_api.rb +1 -1
- data/lib/intrinio-sdk/api/insider_transaction_filings_api.rb +4 -1
- data/lib/intrinio-sdk/api/municipality_api.rb +1 -1
- data/lib/intrinio-sdk/api/options_api.rb +169 -1
- data/lib/intrinio-sdk/api/owners_api.rb +1 -1
- data/lib/intrinio-sdk/api/security_api.rb +3 -3
- data/lib/intrinio-sdk/api/stock_exchange_api.rb +1 -1
- data/lib/intrinio-sdk/api/technical_api.rb +1 -1
- data/lib/intrinio-sdk/api/zacks_api.rb +13 -13
- 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_bulk_download_links.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_answers.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_insider_transaction_filings.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_company_news.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_company_recognize.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_company_securities.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_company_shares_outstanding.rb +1 -1
- 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_et_fs.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_etf_holdings.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_filing_answers.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_filing_fundamentals.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_initial_public_offerings.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_insider_transaction_filings.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 +1 -1
- data/lib/intrinio-sdk/models/api_response_options_chain_eod.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_chain_realtime.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_expirations.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_price_realtime.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_prices_batch_realtime.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_prices_eod.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_realtime.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_stats_realtime.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_tickers.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_options_unusual_activity.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_owner_insider_transaction_filings.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_owner_institutional_holdings.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_owners.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_institutional_ownership.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_interval_prices.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 +1 -1
- data/lib/intrinio-sdk/models/api_response_security_zacks_analyst_ratings_snapshot.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_zacks_eps_surprises.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_security_zacks_sales_surprises.rb +1 -1
- 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_standardized_financials_dimensions.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 +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_eps_estimates.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_eps_growth_rates.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_eps_surprises.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_etf_holdings.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_companies.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_institutional_holding_owners.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_institutional_holdings.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_long_term_growth_rates.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_sales_surprises.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_zacks_target_price_consensuses.rb +1 -1
- 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/bulk_download_links.rb +1 -1
- data/lib/intrinio-sdk/models/bulk_download_summary.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 +1 -1
- data/lib/intrinio-sdk/models/company_filing.rb +1 -1
- data/lib/intrinio-sdk/models/company_initial_public_offering.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_shares_outstanding.rb +1 -1
- data/lib/intrinio-sdk/models/company_summary.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/etf.rb +1 -1
- data/lib/intrinio-sdk/models/etf_analytics.rb +12 -2
- data/lib/intrinio-sdk/models/etf_holding.rb +1 -1
- data/lib/intrinio-sdk/models/etf_stats.rb +1 -1
- data/lib/intrinio-sdk/models/etf_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 +1 -1
- data/lib/intrinio-sdk/models/fundamental_summary.rb +1 -1
- data/lib/intrinio-sdk/models/historical_data.rb +1 -1
- data/lib/intrinio-sdk/models/ichimoku_kinko_hyo_technical_value.rb +1 -1
- data/lib/intrinio-sdk/models/insider_transaction.rb +1 -1
- data/lib/intrinio-sdk/models/insider_transaction_filing.rb +32 -2
- data/lib/intrinio-sdk/models/institutional_holding.rb +1 -1
- data/lib/intrinio-sdk/models/institutional_ownership.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_chain_eod.rb +8 -8
- data/lib/intrinio-sdk/models/option_chain_realtime.rb +1 -1
- data/lib/intrinio-sdk/models/option_contracts_list.rb +1 -1
- data/lib/intrinio-sdk/models/option_eod.rb +1 -1
- data/lib/intrinio-sdk/models/option_factors_realtime.rb +1 -1
- data/lib/intrinio-sdk/models/option_price.rb +1 -1
- data/lib/intrinio-sdk/models/option_price_batch_realtime.rb +1 -1
- data/lib/intrinio-sdk/models/option_price_eod.rb +55 -5
- data/lib/intrinio-sdk/models/option_price_realtime.rb +1 -1
- data/lib/intrinio-sdk/models/option_realtime.rb +1 -1
- data/lib/intrinio-sdk/models/option_stats_realtime.rb +1 -1
- data/lib/intrinio-sdk/models/option_unusual_trade.rb +1 -1
- data/lib/intrinio-sdk/models/owner.rb +1 -1
- data/lib/intrinio-sdk/models/owner_summary.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/standardized_financials_dimension.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_interval.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/thea_entity_answer.rb +1 -1
- data/lib/intrinio-sdk/models/thea_source_document.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 +1 -1
- data/lib/intrinio-sdk/models/zacks_analyst_rating_snapshot.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_analyst_rating_summary.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_eps_estimate.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_eps_growth_rate.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_eps_surprise.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_eps_surprise_summary.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_etf_holding.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_institutional_holding.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_institutional_holding_company_detail.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_institutional_holding_company_summary.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_institutional_holding_historical_summary.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_institutional_holding_owner_detail.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_institutional_holding_owner_summary.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_long_term_growth_rate.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_sales_surprise.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_sales_surprise_summary.rb +1 -1
- data/lib/intrinio-sdk/models/zacks_target_price_consensus.rb +1 -1
- data/lib/intrinio-sdk/version.rb +2 -2
- data/lib/intrinio-sdk.rb +1 -1
- data/spec/api/bulk_downloads_api_spec.rb +1 -1
- data/spec/api/company_api_spec.rb +4 -2
- data/spec/api/data_point_api_spec.rb +1 -1
- data/spec/api/data_tag_api_spec.rb +1 -1
- data/spec/api/et_fs_api_spec.rb +1 -1
- data/spec/api/filing_api_spec.rb +1 -1
- data/spec/api/forex_api_spec.rb +1 -1
- data/spec/api/fundamentals_api_spec.rb +1 -1
- data/spec/api/historical_data_api_spec.rb +1 -1
- data/spec/api/index_api_spec.rb +1 -1
- data/spec/api/insider_transaction_filings_api_spec.rb +2 -1
- data/spec/api/municipality_api_spec.rb +1 -1
- data/spec/api/options_api_spec.rb +40 -1
- data/spec/api/owners_api_spec.rb +1 -1
- data/spec/api/security_api_spec.rb +2 -2
- data/spec/api/stock_exchange_api_spec.rb +1 -1
- data/spec/api/technical_api_spec.rb +1 -1
- data/spec/api/zacks_api_spec.rb +7 -7
- 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_bulk_download_links_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_answers_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_insider_transaction_filings_spec.rb +1 -1
- data/spec/models/api_response_company_news_spec.rb +1 -1
- data/spec/models/api_response_company_recognize_spec.rb +1 -1
- data/spec/models/api_response_company_securities_spec.rb +1 -1
- data/spec/models/api_response_company_shares_outstanding_spec.rb +1 -1
- 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_et_fs_spec.rb +1 -1
- data/spec/models/api_response_etf_holdings_spec.rb +1 -1
- data/spec/models/api_response_filing_answers_spec.rb +1 -1
- data/spec/models/api_response_filing_fundamentals_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_initial_public_offerings_spec.rb +1 -1
- data/spec/models/api_response_insider_transaction_filings_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_eod_spec.rb +1 -1
- data/spec/models/api_response_options_chain_realtime_spec.rb +1 -1
- data/spec/models/api_response_options_chain_spec.rb +1 -1
- data/spec/models/api_response_options_expirations_spec.rb +1 -1
- data/spec/models/api_response_options_price_realtime_spec.rb +1 -1
- data/spec/models/api_response_options_prices_batch_realtime_spec.rb +1 -1
- data/spec/models/api_response_options_prices_eod_spec.rb +1 -1
- data/spec/models/api_response_options_realtime_spec.rb +1 -1
- data/spec/models/api_response_options_spec.rb +1 -1
- data/spec/models/api_response_options_stats_realtime_spec.rb +1 -1
- data/spec/models/api_response_options_tickers_spec.rb +1 -1
- data/spec/models/api_response_options_unusual_activity_spec.rb +1 -1
- data/spec/models/api_response_owner_insider_transaction_filings_spec.rb +1 -1
- data/spec/models/api_response_owner_institutional_holdings_spec.rb +1 -1
- data/spec/models/api_response_owners_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_institutional_ownership_spec.rb +1 -1
- data/spec/models/api_response_security_interval_prices_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 +1 -1
- data/spec/models/api_response_security_zacks_analyst_ratings_spec.rb +1 -1
- data/spec/models/api_response_security_zacks_eps_surprises_spec.rb +1 -1
- data/spec/models/api_response_security_zacks_sales_surprises_spec.rb +1 -1
- 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_dimensions_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 +1 -1
- data/spec/models/api_response_zacks_eps_estimates_spec.rb +1 -1
- data/spec/models/api_response_zacks_eps_growth_rates_spec.rb +1 -1
- data/spec/models/api_response_zacks_eps_surprises_spec.rb +1 -1
- data/spec/models/api_response_zacks_etf_holdings_spec.rb +1 -1
- data/spec/models/api_response_zacks_institutional_holding_companies_spec.rb +1 -1
- data/spec/models/api_response_zacks_institutional_holding_owners_spec.rb +1 -1
- data/spec/models/api_response_zacks_institutional_holdings_spec.rb +1 -1
- data/spec/models/api_response_zacks_long_term_growth_rates_spec.rb +1 -1
- data/spec/models/api_response_zacks_sales_surprises_spec.rb +1 -1
- data/spec/models/api_response_zacks_target_price_consensuses_spec.rb +1 -1
- 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/bulk_download_links_spec.rb +1 -1
- data/spec/models/bulk_download_summary_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_initial_public_offering_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_shares_outstanding_spec.rb +1 -1
- data/spec/models/company_spec.rb +1 -1
- data/spec/models/company_summary_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/etf_analytics_spec.rb +7 -1
- data/spec/models/etf_holding_spec.rb +1 -1
- data/spec/models/etf_spec.rb +1 -1
- data/spec/models/etf_stats_spec.rb +1 -1
- data/spec/models/etf_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/insider_transaction_filing_spec.rb +19 -1
- data/spec/models/insider_transaction_spec.rb +1 -1
- data/spec/models/institutional_holding_spec.rb +1 -1
- data/spec/models/institutional_ownership_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_eod_spec.rb +2 -2
- data/spec/models/option_chain_realtime_spec.rb +1 -1
- data/spec/models/option_chain_spec.rb +1 -1
- data/spec/models/option_contracts_list_spec.rb +1 -1
- data/spec/models/option_eod_spec.rb +1 -1
- data/spec/models/option_factors_realtime_spec.rb +1 -1
- data/spec/models/option_price_batch_realtime_spec.rb +1 -1
- data/spec/models/option_price_eod_spec.rb +31 -1
- data/spec/models/option_price_realtime_spec.rb +1 -1
- data/spec/models/option_price_spec.rb +1 -1
- data/spec/models/option_realtime_spec.rb +1 -1
- data/spec/models/option_spec.rb +1 -1
- data/spec/models/option_stats_realtime_spec.rb +1 -1
- data/spec/models/option_unusual_trade_spec.rb +1 -1
- data/spec/models/owner_spec.rb +1 -1
- data/spec/models/owner_summary_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/standardized_financials_dimension_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_interval_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/thea_entity_answer_spec.rb +1 -1
- data/spec/models/thea_source_document_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 +1 -1
- data/spec/models/zacks_analyst_rating_spec.rb +1 -1
- data/spec/models/zacks_analyst_rating_summary_spec.rb +1 -1
- data/spec/models/zacks_eps_estimate_spec.rb +1 -1
- data/spec/models/zacks_eps_growth_rate_spec.rb +1 -1
- data/spec/models/zacks_eps_surprise_spec.rb +1 -1
- data/spec/models/zacks_eps_surprise_summary_spec.rb +1 -1
- data/spec/models/zacks_etf_holding_spec.rb +1 -1
- data/spec/models/zacks_institutional_holding_company_detail_spec.rb +1 -1
- data/spec/models/zacks_institutional_holding_company_summary_spec.rb +1 -1
- data/spec/models/zacks_institutional_holding_historical_summary_spec.rb +1 -1
- data/spec/models/zacks_institutional_holding_owner_detail_spec.rb +1 -1
- data/spec/models/zacks_institutional_holding_owner_summary_spec.rb +1 -1
- data/spec/models/zacks_institutional_holding_spec.rb +1 -1
- data/spec/models/zacks_long_term_growth_rate_spec.rb +1 -1
- data/spec/models/zacks_sales_surprise_spec.rb +1 -1
- data/spec/models/zacks_sales_surprise_summary_spec.rb +1 -1
- data/spec/models/zacks_target_price_consensus_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d65fd6620b2a2603a627dd1d2234783100c8151974707491a29e08a989c16e73
|
|
4
|
+
data.tar.gz: b92aa2cdb20c53b73aa3e072e33ec425853eb58fe394019a9be3238c719a6649
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 14d639901a856c8add661d7f201c74abef2cbffd27592457f29d57716922ed24cdabd7f92b3a15fc364e1fb80a9b48d2a8889e20bb618e61d66938e161e66366
|
|
7
|
+
data.tar.gz: 54d2c377430eb2e9f65f8a13072589e246145338f94671fbe4d86c1d72ad66307726f6d29eade96f82d4ad30eba8ac5284c4548156e25e74f74347765125d0be
|
data/README.md
CHANGED
|
@@ -8,8 +8,8 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a
|
|
|
8
8
|
|
|
9
9
|
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
|
10
10
|
|
|
11
|
-
- API version: 2.
|
|
12
|
-
- Package version: 5.
|
|
11
|
+
- API version: 2.27.5
|
|
12
|
+
- Package version: 5.20.0
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
## Installation
|
|
@@ -148,7 +148,9 @@ Class | Method | HTTP request | Description
|
|
|
148
148
|
*Intrinio::OptionsApi* | [**get_options_prices_realtime**](docs/OptionsApi.md#get_options_prices_realtime) | **GET** /options/prices/{identifier}/realtime | Option Prices Realtime
|
|
149
149
|
*Intrinio::OptionsApi* | [**get_options_stats_realtime**](docs/OptionsApi.md#get_options_stats_realtime) | **GET** /options/prices/{identifier}/realtime/stats | Option Stats Realtime
|
|
150
150
|
*Intrinio::OptionsApi* | [**get_unusual_activity**](docs/OptionsApi.md#get_unusual_activity) | **GET** /options/unusual_activity/{symbol} | Options Unusual Activity
|
|
151
|
+
*Intrinio::OptionsApi* | [**get_unusual_activity_intraday**](docs/OptionsApi.md#get_unusual_activity_intraday) | **GET** /options/unusual_activity/{symbol}/intraday | Options Unusual Activity Intraday
|
|
151
152
|
*Intrinio::OptionsApi* | [**get_unusual_activity_universal**](docs/OptionsApi.md#get_unusual_activity_universal) | **GET** /options/unusual_activity | Options Unusual Activity Universal
|
|
153
|
+
*Intrinio::OptionsApi* | [**get_unusual_activity_universal_intraday**](docs/OptionsApi.md#get_unusual_activity_universal_intraday) | **GET** /options/unusual_activity/intraday | Options Unusual Activity Universal Intraday
|
|
152
154
|
*Intrinio::OwnersApi* | [**get_all_owners**](docs/OwnersApi.md#get_all_owners) | **GET** /owners | All Owners
|
|
153
155
|
*Intrinio::OwnersApi* | [**get_owner_by_id**](docs/OwnersApi.md#get_owner_by_id) | **GET** /owners/{identifier} | Owner by ID
|
|
154
156
|
*Intrinio::OwnersApi* | [**insider_transaction_filings_by_owner**](docs/OwnersApi.md#insider_transaction_filings_by_owner) | **GET** /owners/{identifier}/insider_transaction_filings | Insider Transaction Filings by Owner
|
data/docs/CompanyApi.md
CHANGED
|
@@ -1124,8 +1124,10 @@ opts = {
|
|
|
1124
1124
|
start_date: Date.parse("2018-01-01"),
|
|
1125
1125
|
end_date: Date.parse("2019-01-01"),
|
|
1126
1126
|
ownership_type: "D",
|
|
1127
|
-
|
|
1128
|
-
|
|
1127
|
+
next_page: nil,
|
|
1128
|
+
page_size: 1000,
|
|
1129
|
+
sort_by: "updated_on",
|
|
1130
|
+
next_page2: nil
|
|
1129
1131
|
}
|
|
1130
1132
|
|
|
1131
1133
|
result = company_api.insider_transaction_filings_by_company(identifier, opts)
|
|
@@ -1147,8 +1149,10 @@ Name | Type | Description | Notes
|
|
|
1147
1149
|
**start_date** | Date| Return Company's insider transaction filings on or after this date | [optional]
|
|
1148
1150
|
**end_date** | Date| Return Company's insider transaction filings on or before this date | [optional]
|
|
1149
1151
|
**ownership_type** | String| The type of ownership to return transaction filings for. 'D' is for direct transactions. 'I' is for indirect transactions. Omit for both types. | [optional]
|
|
1150
|
-
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
|
1151
1152
|
**next_page** | String| Gets the next page of data from a previous API call | [optional]
|
|
1153
|
+
**page_size** | Integer| The number of results to return | [optional] [default to 1000]
|
|
1154
|
+
**sort_by** | String| The field to sort by. Default is 'filing_date'. | [optional]
|
|
1155
|
+
**next_page2** | String| Gets the next page of data from a previous API call | [optional]
|
|
1152
1156
|
|
|
1153
1157
|
[//]: # (END_PARAMETERS)
|
|
1154
1158
|
|
data/docs/ETFAnalytics.md
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
Name | Type | Description
|
|
14
14
|
------------ | ------------- | -------------
|
|
15
|
+
**date** | Date | The calendar date these analytics represent.
|
|
15
16
|
**fifty_two_week_high** | Float | Highest trading price for the security in the preceding 52 weeks
|
|
16
17
|
**fifty_two_week_low** | Float | Lowest trading price for the security in the preceding 52 weeks
|
|
17
18
|
**volume_traded** | Float | The total quantity of shares traded on the latest trading day
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
Name | Type | Description
|
|
14
14
|
------------ | ------------- | -------------
|
|
15
15
|
**filing_url** | String | The URL of the filing with the SEC
|
|
16
|
+
**issuer_ticker** | String | The ticker of the issuing company.
|
|
17
|
+
**issuer_cik** | String | The Central Index Key (CIK) of the issuing company.
|
|
18
|
+
**issuer_company** | String | The name of the issuing company.
|
|
16
19
|
**transactions** | [**Array<InsiderTransaction>**](InsiderTransaction.md) | The insider transactions associated with the filing
|
|
17
20
|
**company** | [**CompanySummary**](CompanySummary.md) | The company associated with the filing
|
|
18
21
|
**owner** | [**OwnerSummary**](OwnerSummary.md) | The owner associated with the filing
|
|
@@ -62,6 +62,7 @@ opts = {
|
|
|
62
62
|
start_date: Date.parse("2015-01-01"),
|
|
63
63
|
end_date: nil,
|
|
64
64
|
page_size: 100,
|
|
65
|
+
sort_by: "updated_on",
|
|
65
66
|
next_page: nil
|
|
66
67
|
}
|
|
67
68
|
|
|
@@ -83,6 +84,7 @@ Name | Type | Description | Notes
|
|
|
83
84
|
**start_date** | Date| Filed on or after the given date | [optional]
|
|
84
85
|
**end_date** | Date| Filed before or after the given date | [optional]
|
|
85
86
|
**page_size** | Integer| The number of results to return | [optional] [default to 100]
|
|
87
|
+
**sort_by** | String| The field to sort by. Default is 'filing_date'. Valid values are - 'filing_date', 'updated_on'. | [optional]
|
|
86
88
|
**next_page** | String| Gets the next page of data from a previous API call | [optional]
|
|
87
89
|
|
|
88
90
|
[//]: # (END_PARAMETERS)
|
data/docs/OptionChainEod.md
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
Name | Type | Description
|
|
14
14
|
------------ | ------------- | -------------
|
|
15
15
|
**option** | [**OptionEod**](OptionEod.md) |
|
|
16
|
-
**
|
|
16
|
+
**prices** | [**OptionPriceEod**](OptionPriceEod.md) |
|
|
17
17
|
|
|
18
18
|
[//]: # (END_DEFINITION)
|
|
19
19
|
|
data/docs/OptionPriceEod.md
CHANGED
|
@@ -28,6 +28,11 @@ Name | Type | Description
|
|
|
28
28
|
**ask_low** | Float | The lowest ask over the span of the period
|
|
29
29
|
**bid_high** | Float | The highest bid over the span of the period
|
|
30
30
|
**bid_low** | Object | The lowest bid over the span of the period
|
|
31
|
+
**implied_volatility** | Float | The implied volatility of the contract calculated using the Black-Scholes Model.
|
|
32
|
+
**delta** | Float | Delta represents the rate of change between the option's price and a $1 change in the underlying asset's price.
|
|
33
|
+
**gamma** | Float | Gamma represents the rate of change between an option's delta and the underlying asset's price.
|
|
34
|
+
**theta** | Float | Theta represents the rate of change between the option price and time, or time sensitivity - sometimes known as an option's time decay.
|
|
35
|
+
**vega** | Float | Vega represents the rate of change between an option's value and the underlying asset's implied volatility.
|
|
31
36
|
|
|
32
37
|
[//]: # (END_DEFINITION)
|
|
33
38
|
|
data/docs/OptionsApi.md
CHANGED
|
@@ -19,7 +19,9 @@ Method | HTTP request | Description
|
|
|
19
19
|
[**get_options_prices_realtime**](OptionsApi.md#get_options_prices_realtime) | **GET** /options/prices/{identifier}/realtime | Option Prices Realtime
|
|
20
20
|
[**get_options_stats_realtime**](OptionsApi.md#get_options_stats_realtime) | **GET** /options/prices/{identifier}/realtime/stats | Option Stats Realtime
|
|
21
21
|
[**get_unusual_activity**](OptionsApi.md#get_unusual_activity) | **GET** /options/unusual_activity/{symbol} | Options Unusual Activity
|
|
22
|
+
[**get_unusual_activity_intraday**](OptionsApi.md#get_unusual_activity_intraday) | **GET** /options/unusual_activity/{symbol}/intraday | Options Unusual Activity Intraday
|
|
22
23
|
[**get_unusual_activity_universal**](OptionsApi.md#get_unusual_activity_universal) | **GET** /options/unusual_activity | Options Unusual Activity Universal
|
|
24
|
+
[**get_unusual_activity_universal_intraday**](OptionsApi.md#get_unusual_activity_universal_intraday) | **GET** /options/unusual_activity/intraday | Options Unusual Activity Universal Intraday
|
|
23
25
|
|
|
24
26
|
|
|
25
27
|
|
|
@@ -1325,6 +1327,102 @@ Name | Type | Description | Notes
|
|
|
1325
1327
|
[//]: # (END_OPERATION)
|
|
1326
1328
|
|
|
1327
1329
|
|
|
1330
|
+
[//]: # (START_OPERATION)
|
|
1331
|
+
|
|
1332
|
+
[//]: # (CLASS:Intrinio::OptionsApi)
|
|
1333
|
+
|
|
1334
|
+
[//]: # (METHOD:get_unusual_activity_intraday)
|
|
1335
|
+
|
|
1336
|
+
[//]: # (RETURN_TYPE:Intrinio::ApiResponseOptionsUnusualActivity)
|
|
1337
|
+
|
|
1338
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
|
1339
|
+
|
|
1340
|
+
[//]: # (RETURN_TYPE_DOC:ApiResponseOptionsUnusualActivity.md)
|
|
1341
|
+
|
|
1342
|
+
[//]: # (OPERATION:get_unusual_activity_intraday_v2)
|
|
1343
|
+
|
|
1344
|
+
[//]: # (ENDPOINT:/options/unusual_activity/{symbol}/intraday)
|
|
1345
|
+
|
|
1346
|
+
[//]: # (DOCUMENT_LINK:OptionsApi.md#get_unusual_activity_intraday)
|
|
1347
|
+
|
|
1348
|
+
## **get_unusual_activity_intraday**
|
|
1349
|
+
|
|
1350
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_unusual_activity_intraday_v2)
|
|
1351
|
+
|
|
1352
|
+
[//]: # (START_OVERVIEW)
|
|
1353
|
+
|
|
1354
|
+
> ApiResponseOptionsUnusualActivity get_unusual_activity_intraday(symbol, opts)
|
|
1355
|
+
|
|
1356
|
+
#### Options Unusual Activity Intraday
|
|
1357
|
+
|
|
1358
|
+
|
|
1359
|
+
Returns unusual trades for a given identifier within the query parameters.
|
|
1360
|
+
|
|
1361
|
+
[//]: # (END_OVERVIEW)
|
|
1362
|
+
|
|
1363
|
+
### Example
|
|
1364
|
+
|
|
1365
|
+
[//]: # (START_CODE_EXAMPLE)
|
|
1366
|
+
|
|
1367
|
+
```ruby
|
|
1368
|
+
# Load the gem
|
|
1369
|
+
require 'intrinio-sdk'
|
|
1370
|
+
require 'pp'
|
|
1371
|
+
|
|
1372
|
+
# Setup authorization
|
|
1373
|
+
Intrinio.configure do |config|
|
|
1374
|
+
config.api_key['api_key'] = 'YOUR_API_KEY'
|
|
1375
|
+
config.allow_retries = true
|
|
1376
|
+
end
|
|
1377
|
+
|
|
1378
|
+
options_api = Intrinio::OptionsApi.new
|
|
1379
|
+
symbol = "AAPL"
|
|
1380
|
+
|
|
1381
|
+
opts = {
|
|
1382
|
+
next_page: nil,
|
|
1383
|
+
page_size: 1000,
|
|
1384
|
+
activity_type: nil,
|
|
1385
|
+
sentiment: nil,
|
|
1386
|
+
start_date: Date.parse("2022-02-01"),
|
|
1387
|
+
end_date: Date.parse("2022-02-03"),
|
|
1388
|
+
minimum_total_value: 100000.0,
|
|
1389
|
+
maximum_total_value: 200000.0
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1392
|
+
result = options_api.get_unusual_activity_intraday(symbol, opts)
|
|
1393
|
+
pp result
|
|
1394
|
+
```
|
|
1395
|
+
|
|
1396
|
+
[//]: # (END_CODE_EXAMPLE)
|
|
1397
|
+
|
|
1398
|
+
[//]: # (START_DEFINITION)
|
|
1399
|
+
|
|
1400
|
+
### Parameters
|
|
1401
|
+
|
|
1402
|
+
[//]: # (START_PARAMETERS)
|
|
1403
|
+
|
|
1404
|
+
|
|
1405
|
+
Name | Type | Description | Notes
|
|
1406
|
+
------------- | ------------- | ------------- | -------------
|
|
1407
|
+
**symbol** | String| The option symbol, corresponding to the underlying security. |
|
|
1408
|
+
**next_page** | String| Gets the next page of data from a previous API call | [optional]
|
|
1409
|
+
**page_size** | Integer| The number of results to return | [optional] [default to 1000]
|
|
1410
|
+
**activity_type** | String| The unusual activity type to query for. | [optional]
|
|
1411
|
+
**sentiment** | String| The sentiment type to query for. | [optional]
|
|
1412
|
+
**start_date** | Date| Return unusual activity on or after this date. | [optional]
|
|
1413
|
+
**end_date** | Date| Return unusual activity on or before this date. | [optional]
|
|
1414
|
+
**minimum_total_value** | [**Object**](.md)| The inclusive minimum total value for the unusual activity. | [optional]
|
|
1415
|
+
**maximum_total_value** | [**Object**](.md)| The inclusive maximum total value for the unusual activity. | [optional]
|
|
1416
|
+
|
|
1417
|
+
[//]: # (END_PARAMETERS)
|
|
1418
|
+
|
|
1419
|
+
### Return type
|
|
1420
|
+
|
|
1421
|
+
[**ApiResponseOptionsUnusualActivity**](ApiResponseOptionsUnusualActivity.md)
|
|
1422
|
+
|
|
1423
|
+
[//]: # (END_OPERATION)
|
|
1424
|
+
|
|
1425
|
+
|
|
1328
1426
|
[//]: # (START_OPERATION)
|
|
1329
1427
|
|
|
1330
1428
|
[//]: # (CLASS:Intrinio::OptionsApi)
|
|
@@ -1404,3 +1502,97 @@ Name | Type | Description | Notes
|
|
|
1404
1502
|
|
|
1405
1503
|
[//]: # (END_OPERATION)
|
|
1406
1504
|
|
|
1505
|
+
|
|
1506
|
+
[//]: # (START_OPERATION)
|
|
1507
|
+
|
|
1508
|
+
[//]: # (CLASS:Intrinio::OptionsApi)
|
|
1509
|
+
|
|
1510
|
+
[//]: # (METHOD:get_unusual_activity_universal_intraday)
|
|
1511
|
+
|
|
1512
|
+
[//]: # (RETURN_TYPE:Intrinio::ApiResponseOptionsUnusualActivity)
|
|
1513
|
+
|
|
1514
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
|
1515
|
+
|
|
1516
|
+
[//]: # (RETURN_TYPE_DOC:ApiResponseOptionsUnusualActivity.md)
|
|
1517
|
+
|
|
1518
|
+
[//]: # (OPERATION:get_unusual_activity_universal_intraday_v2)
|
|
1519
|
+
|
|
1520
|
+
[//]: # (ENDPOINT:/options/unusual_activity/intraday)
|
|
1521
|
+
|
|
1522
|
+
[//]: # (DOCUMENT_LINK:OptionsApi.md#get_unusual_activity_universal_intraday)
|
|
1523
|
+
|
|
1524
|
+
## **get_unusual_activity_universal_intraday**
|
|
1525
|
+
|
|
1526
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_unusual_activity_universal_intraday_v2)
|
|
1527
|
+
|
|
1528
|
+
[//]: # (START_OVERVIEW)
|
|
1529
|
+
|
|
1530
|
+
> ApiResponseOptionsUnusualActivity get_unusual_activity_universal_intraday(opts)
|
|
1531
|
+
|
|
1532
|
+
#### Options Unusual Activity Universal Intraday
|
|
1533
|
+
|
|
1534
|
+
|
|
1535
|
+
Returns unusual trades for all underlying security symbols within the query parameters.
|
|
1536
|
+
|
|
1537
|
+
[//]: # (END_OVERVIEW)
|
|
1538
|
+
|
|
1539
|
+
### Example
|
|
1540
|
+
|
|
1541
|
+
[//]: # (START_CODE_EXAMPLE)
|
|
1542
|
+
|
|
1543
|
+
```ruby
|
|
1544
|
+
# Load the gem
|
|
1545
|
+
require 'intrinio-sdk'
|
|
1546
|
+
require 'pp'
|
|
1547
|
+
|
|
1548
|
+
# Setup authorization
|
|
1549
|
+
Intrinio.configure do |config|
|
|
1550
|
+
config.api_key['api_key'] = 'YOUR_API_KEY'
|
|
1551
|
+
config.allow_retries = true
|
|
1552
|
+
end
|
|
1553
|
+
|
|
1554
|
+
options_api = Intrinio::OptionsApi.new
|
|
1555
|
+
|
|
1556
|
+
opts = {
|
|
1557
|
+
next_page: nil,
|
|
1558
|
+
page_size: 1000,
|
|
1559
|
+
activity_type: nil,
|
|
1560
|
+
sentiment: nil,
|
|
1561
|
+
start_date: Date.parse("2022-02-01"),
|
|
1562
|
+
end_date: Date.parse("2022-02-03"),
|
|
1563
|
+
minimum_total_value: 100000.0,
|
|
1564
|
+
maximum_total_value: 200000.0
|
|
1565
|
+
}
|
|
1566
|
+
|
|
1567
|
+
result = options_api.get_unusual_activity_universal_intraday(opts)
|
|
1568
|
+
pp result
|
|
1569
|
+
```
|
|
1570
|
+
|
|
1571
|
+
[//]: # (END_CODE_EXAMPLE)
|
|
1572
|
+
|
|
1573
|
+
[//]: # (START_DEFINITION)
|
|
1574
|
+
|
|
1575
|
+
### Parameters
|
|
1576
|
+
|
|
1577
|
+
[//]: # (START_PARAMETERS)
|
|
1578
|
+
|
|
1579
|
+
|
|
1580
|
+
Name | Type | Description | Notes
|
|
1581
|
+
------------- | ------------- | ------------- | -------------
|
|
1582
|
+
**next_page** | String| Gets the next page of data from a previous API call | [optional]
|
|
1583
|
+
**page_size** | Integer| The number of results to return | [optional] [default to 1000]
|
|
1584
|
+
**activity_type** | String| The unusual activity type to query for. | [optional]
|
|
1585
|
+
**sentiment** | String| The sentiment type to query for. | [optional]
|
|
1586
|
+
**start_date** | Date| Return unusual activity on or after this date. | [optional]
|
|
1587
|
+
**end_date** | Date| Return unusual activity on or before this date. | [optional]
|
|
1588
|
+
**minimum_total_value** | [**Object**](.md)| The inclusive minimum total value for the unusual activity. | [optional]
|
|
1589
|
+
**maximum_total_value** | [**Object**](.md)| The inclusive maximum total value for the unusual activity. | [optional]
|
|
1590
|
+
|
|
1591
|
+
[//]: # (END_PARAMETERS)
|
|
1592
|
+
|
|
1593
|
+
### Return type
|
|
1594
|
+
|
|
1595
|
+
[**ApiResponseOptionsUnusualActivity**](ApiResponseOptionsUnusualActivity.md)
|
|
1596
|
+
|
|
1597
|
+
[//]: # (END_OPERATION)
|
|
1598
|
+
|
data/docs/SecurityApi.md
CHANGED
|
@@ -4054,7 +4054,7 @@ Name | Type | Description | Notes
|
|
|
4054
4054
|
#### Zacks Analyst Ratings for Security
|
|
4055
4055
|
|
|
4056
4056
|
|
|
4057
|
-
|
|
4057
|
+
This database offers consensus analyst recommendations for over 5,000 US and Canadian listed companies.
|
|
4058
4058
|
|
|
4059
4059
|
[//]: # (END_OVERVIEW)
|
|
4060
4060
|
|
data/docs/ZacksApi.md
CHANGED
|
@@ -47,7 +47,7 @@ Method | HTTP request | Description
|
|
|
47
47
|
#### Zacks Analyst Ratings
|
|
48
48
|
|
|
49
49
|
|
|
50
|
-
|
|
50
|
+
This database offers consensus analyst recommendations for over 5,000 US and Canadian listed companies.
|
|
51
51
|
|
|
52
52
|
[//]: # (END_OVERVIEW)
|
|
53
53
|
|
|
@@ -163,7 +163,7 @@ Name | Type | Description | Notes
|
|
|
163
163
|
#### Zacks EPS Estimates
|
|
164
164
|
|
|
165
165
|
|
|
166
|
-
|
|
166
|
+
This database offers consensus earnings estimates for over 5,000 US and Canadian listed companies.
|
|
167
167
|
|
|
168
168
|
[//]: # (END_OVERVIEW)
|
|
169
169
|
|
|
@@ -259,7 +259,7 @@ Name | Type | Description | Notes
|
|
|
259
259
|
#### Zacks EPS Growth Rates
|
|
260
260
|
|
|
261
261
|
|
|
262
|
-
|
|
262
|
+
This database offers consensus EPS growth rate estimates, comparing company estimates to historical company estimates, industry estimates, and S&P 500 index estimates.
|
|
263
263
|
|
|
264
264
|
[//]: # (END_OVERVIEW)
|
|
265
265
|
|
|
@@ -347,7 +347,7 @@ Name | Type | Description | Notes
|
|
|
347
347
|
#### Zacks EPS Surprises
|
|
348
348
|
|
|
349
349
|
|
|
350
|
-
|
|
350
|
+
This database returns historical estimated and actual earnings, guidance, and announcement dates for 17,000+ US and Canadian listed companies.
|
|
351
351
|
|
|
352
352
|
[//]: # (END_OVERVIEW)
|
|
353
353
|
|
|
@@ -801,7 +801,7 @@ Name | Type | Description | Notes
|
|
|
801
801
|
#### Zacks Long Term Growth Rates
|
|
802
802
|
|
|
803
803
|
|
|
804
|
-
|
|
804
|
+
This database offers consensus long term growth rate estimates, including insight into changes in estimates and revisions over time.
|
|
805
805
|
|
|
806
806
|
[//]: # (END_OVERVIEW)
|
|
807
807
|
|
|
@@ -885,7 +885,7 @@ Name | Type | Description | Notes
|
|
|
885
885
|
#### Zacks Sales Surprises
|
|
886
886
|
|
|
887
887
|
|
|
888
|
-
|
|
888
|
+
This database returns historical estimated and actual sales, guidance, and announcement dates for 17,000+ US and Canadian listed companies.
|
|
889
889
|
|
|
890
890
|
[//]: # (END_OVERVIEW)
|
|
891
891
|
|
data/intrinio-sdk.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
#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://docs.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.
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 2.
|
|
8
|
+
OpenAPI spec version: 2.27.5
|
|
9
9
|
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
Swagger Codegen version: unset
|
|
@@ -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://docs.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.27.5
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
9
|
Swagger Codegen version: unset
|
|
@@ -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://docs.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.27.5
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
9
|
Swagger Codegen version: unset
|
|
@@ -860,8 +860,10 @@ module Intrinio
|
|
|
860
860
|
# @option opts [Date] :start_date Return Company's insider transaction filings on or after this date
|
|
861
861
|
# @option opts [Date] :end_date Return Company's insider transaction filings on or before this date
|
|
862
862
|
# @option opts [String] :ownership_type The type of ownership to return transaction filings for. 'D' is for direct transactions. 'I' is for indirect transactions. Omit for both types.
|
|
863
|
-
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
|
864
863
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
864
|
+
# @option opts [Integer] :page_size The number of results to return (default to 1000)
|
|
865
|
+
# @option opts [String] :sort_by The field to sort by. Default is 'filing_date'.
|
|
866
|
+
# @option opts [String] :next_page2 Gets the next page of data from a previous API call
|
|
865
867
|
# @return [ApiResponseInsiderTransactionFilings]
|
|
866
868
|
def insider_transaction_filings_by_company(identifier, opts = {})
|
|
867
869
|
data, _status_code, _headers = insider_transaction_filings_by_company_with_http_info(identifier, opts)
|
|
@@ -875,8 +877,10 @@ module Intrinio
|
|
|
875
877
|
# @option opts [Date] :start_date Return Company's insider transaction filings on or after this date
|
|
876
878
|
# @option opts [Date] :end_date Return Company's insider transaction filings on or before this date
|
|
877
879
|
# @option opts [String] :ownership_type The type of ownership to return transaction filings for. 'D' is for direct transactions. 'I' is for indirect transactions. Omit for both types.
|
|
878
|
-
# @option opts [Integer] :page_size The number of results to return
|
|
879
880
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
881
|
+
# @option opts [Integer] :page_size The number of results to return
|
|
882
|
+
# @option opts [String] :sort_by The field to sort by. Default is 'filing_date'.
|
|
883
|
+
# @option opts [String] :next_page2 Gets the next page of data from a previous API call
|
|
880
884
|
# @return [Array<(ApiResponseInsiderTransactionFilings, Fixnum, Hash)>] ApiResponseInsiderTransactionFilings data, response status code and response headers
|
|
881
885
|
def insider_transaction_filings_by_company_with_http_info(identifier, opts = {})
|
|
882
886
|
if @api_client.config.debugging
|
|
@@ -886,10 +890,13 @@ module Intrinio
|
|
|
886
890
|
if @api_client.config.client_side_validation && identifier.nil?
|
|
887
891
|
fail ArgumentError, "Missing the required parameter 'identifier' when calling CompanyApi.insider_transaction_filings_by_company"
|
|
888
892
|
end
|
|
889
|
-
if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] >
|
|
890
|
-
fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling CompanyApi.insider_transaction_filings_by_company, must be smaller than or equal to
|
|
893
|
+
if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 1000
|
|
894
|
+
fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling CompanyApi.insider_transaction_filings_by_company, must be smaller than or equal to 1000.'
|
|
891
895
|
end
|
|
892
896
|
|
|
897
|
+
if @api_client.config.client_side_validation && opts[:'sort_by'] && !['filing_date', 'updated_on'].include?(opts[:'sort_by'])
|
|
898
|
+
fail ArgumentError, 'invalid value for "sort_by", must be one of filing_date, updated_on'
|
|
899
|
+
end
|
|
893
900
|
# resource path
|
|
894
901
|
local_var_path = "/companies/{identifier}/insider_transaction_filings".sub('{' + 'identifier' + '}', identifier.to_s)
|
|
895
902
|
|
|
@@ -898,8 +905,10 @@ module Intrinio
|
|
|
898
905
|
query_params[:'start_date'] = opts[:'start_date'] if !opts[:'start_date'].nil?
|
|
899
906
|
query_params[:'end_date'] = opts[:'end_date'] if !opts[:'end_date'].nil?
|
|
900
907
|
query_params[:'ownership_type'] = opts[:'ownership_type'] if !opts[:'ownership_type'].nil?
|
|
901
|
-
query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
|
902
908
|
query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
|
|
909
|
+
query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
|
910
|
+
query_params[:'sort_by'] = opts[:'sort_by'] if !opts[:'sort_by'].nil?
|
|
911
|
+
query_params[:'next_page'] = opts[:'next_page2'] if !opts[:'next_page2'].nil?
|
|
903
912
|
|
|
904
913
|
# header parameters
|
|
905
914
|
header_params = {}
|
|
@@ -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://docs.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.27.5
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
9
|
Swagger Codegen version: unset
|
|
@@ -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://docs.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.27.5
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
9
|
Swagger Codegen version: unset
|
|
@@ -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://docs.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.27.5
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
9
|
Swagger Codegen version: unset
|
|
@@ -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://docs.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.27.5
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
9
|
Swagger Codegen version: unset
|
|
@@ -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://docs.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.27.5
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
9
|
Swagger Codegen version: unset
|
|
@@ -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://docs.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.27.5
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
9
|
Swagger Codegen version: unset
|
|
@@ -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://docs.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.27.5
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
9
|
Swagger Codegen version: unset
|
|
@@ -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://docs.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.27.5
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
9
|
Swagger Codegen version: unset
|
|
@@ -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://docs.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.27.5
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
9
|
Swagger Codegen version: unset
|
|
@@ -26,6 +26,7 @@ module Intrinio
|
|
|
26
26
|
# @option opts [Date] :start_date Filed on or after the given date
|
|
27
27
|
# @option opts [Date] :end_date Filed before or after the given date
|
|
28
28
|
# @option opts [Integer] :page_size The number of results to return (default to 100)
|
|
29
|
+
# @option opts [String] :sort_by The field to sort by. Default is 'filing_date'. Valid values are - 'filing_date', 'updated_on'.
|
|
29
30
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
30
31
|
# @return [ApiResponseOwnerInsiderTransactionFilings]
|
|
31
32
|
def get_all_insider_transaction_filings(opts = {})
|
|
@@ -39,6 +40,7 @@ module Intrinio
|
|
|
39
40
|
# @option opts [Date] :start_date Filed on or after the given date
|
|
40
41
|
# @option opts [Date] :end_date Filed before or after the given date
|
|
41
42
|
# @option opts [Integer] :page_size The number of results to return
|
|
43
|
+
# @option opts [String] :sort_by The field to sort by. Default is 'filing_date'. Valid values are - 'filing_date', 'updated_on'.
|
|
42
44
|
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
43
45
|
# @return [Array<(ApiResponseOwnerInsiderTransactionFilings, Fixnum, Hash)>] ApiResponseOwnerInsiderTransactionFilings data, response status code and response headers
|
|
44
46
|
def get_all_insider_transaction_filings_with_http_info(opts = {})
|
|
@@ -57,6 +59,7 @@ module Intrinio
|
|
|
57
59
|
query_params[:'start_date'] = opts[:'start_date'] if !opts[:'start_date'].nil?
|
|
58
60
|
query_params[:'end_date'] = opts[:'end_date'] if !opts[:'end_date'].nil?
|
|
59
61
|
query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
|
62
|
+
query_params[:'sort_by'] = opts[:'sort_by'] if !opts[:'sort_by'].nil?
|
|
60
63
|
query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
|
|
61
64
|
|
|
62
65
|
# header parameters
|
|
@@ -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://docs.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.27.5
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
9
|
Swagger Codegen version: unset
|