intrinio-sdk 6.26.1 → 6.26.2
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/Gemfile.lock +72 -0
- data/README.md +8 -2
- data/docs/ApiResponseCompanyPublicFloatResult.md +28 -0
- data/docs/CompanyApi.md +89 -0
- data/docs/CompanyPublicFloat.md +23 -0
- data/docs/CompanySharesOutstanding.md +1 -0
- data/docs/IndexApi.md +77 -0
- data/docs/InsiderTransaction.md +4 -0
- data/docs/InsiderTransactionFiling.md +1 -0
- data/docs/InstitutionalHolding.md +1 -0
- data/docs/InstitutionalOwnership.md +1 -0
- data/docs/RealtimeIndexPrice.md +25 -0
- data/docs/RealtimeIndexPriceIndex.md +20 -0
- data/docs/SecurityApi.md +6 -4
- data/docs/TheaSourceDocument.md +1 -0
- 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 +66 -1
- 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/esg_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 +54 -1
- data/lib/intrinio-sdk/api/insider_transaction_filings_api.rb +1 -1
- data/lib/intrinio-sdk/api/market_api.rb +1 -1
- data/lib/intrinio-sdk/api/municipality_api.rb +1 -1
- data/lib/intrinio-sdk/api/options_api.rb +1 -1
- data/lib/intrinio-sdk/api/owners_api.rb +1 -1
- data/lib/intrinio-sdk/api/security_api.rb +11 -5
- 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 +1 -1
- 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_public_float_result.rb +210 -0
- 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_esg_companies.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_esg_company_comprehensive_rating_history.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_esg_company_rating_history.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_esg_latest.rb +1 -1
- data/lib/intrinio-sdk/models/api_response_esg_latest_comprehensive.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_public_float.rb +219 -0
- data/lib/intrinio-sdk/models/company_shares_outstanding.rb +12 -2
- 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/esg_company_summary.rb +1 -1
- data/lib/intrinio-sdk/models/esg_comprehensive_rating.rb +1 -1
- data/lib/intrinio-sdk/models/esg_comprehensive_rating_with_company.rb +1 -1
- data/lib/intrinio-sdk/models/esg_rating.rb +1 -1
- data/lib/intrinio-sdk/models/esg_rating_with_company.rb +1 -1
- data/lib/intrinio-sdk/models/etf.rb +1 -1
- data/lib/intrinio-sdk/models/etf_analytics.rb +1 -1
- 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 +42 -2
- data/lib/intrinio-sdk/models/insider_transaction_filing.rb +12 -2
- data/lib/intrinio-sdk/models/institutional_holding.rb +12 -2
- data/lib/intrinio-sdk/models/institutional_ownership.rb +12 -2
- 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/market_status_result.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 +1 -1
- 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_interval.rb +1 -1
- data/lib/intrinio-sdk/models/option_interval_mover.rb +1 -1
- data/lib/intrinio-sdk/models/option_intervals_movers_result.rb +1 -1
- data/lib/intrinio-sdk/models/option_intervals_result.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 +1 -1
- 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_snapshot_group.rb +1 -1
- data/lib/intrinio-sdk/models/option_snapshots_result.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_index_price.rb +208 -0
- data/lib/intrinio-sdk/models/realtime_index_price_index.rb +189 -0
- data/lib/intrinio-sdk/models/realtime_stock_price.rb +1 -1
- data/lib/intrinio-sdk/models/realtime_stock_price_security.rb +1 -1
- data/lib/intrinio-sdk/models/relative_strength_index_technical_value.rb +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_interval_mover.rb +1 -1
- data/lib/intrinio-sdk/models/security_intervals_movers_result.rb +1 -1
- data/lib/intrinio-sdk/models/security_replay_file_result.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_snapshot_group.rb +1 -1
- data/lib/intrinio-sdk/models/security_snapshots_result.rb +1 -1
- data/lib/intrinio-sdk/models/security_summary.rb +1 -1
- data/lib/intrinio-sdk/models/security_trades.rb +1 -1
- data/lib/intrinio-sdk/models/security_trades_result.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 +12 -2
- 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 +5 -1
- data/spec/api/bulk_downloads_api_spec.rb +1 -1
- data/spec/api/company_api_spec.rb +17 -1
- data/spec/api/data_point_api_spec.rb +1 -1
- data/spec/api/data_tag_api_spec.rb +1 -1
- data/spec/api/esg_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 +13 -1
- data/spec/api/insider_transaction_filings_api_spec.rb +1 -1
- data/spec/api/market_api_spec.rb +1 -1
- data/spec/api/municipality_api_spec.rb +1 -1
- data/spec/api/options_api_spec.rb +1 -1
- data/spec/api/owners_api_spec.rb +1 -1
- data/spec/api/security_api_spec.rb +2 -1
- 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 +1 -1
- 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_public_float_result_spec.rb +54 -0
- 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_esg_companies_spec.rb +1 -1
- data/spec/models/api_response_esg_company_comprehensive_rating_history_spec.rb +1 -1
- data/spec/models/api_response_esg_company_rating_history_spec.rb +1 -1
- data/spec/models/api_response_esg_latest_comprehensive_spec.rb +1 -1
- data/spec/models/api_response_esg_latest_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_public_float_spec.rb +60 -0
- data/spec/models/company_shares_outstanding_spec.rb +7 -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/esg_company_summary_spec.rb +1 -1
- data/spec/models/esg_comprehensive_rating_spec.rb +1 -1
- data/spec/models/esg_comprehensive_rating_with_company_spec.rb +1 -1
- data/spec/models/esg_rating_spec.rb +1 -1
- data/spec/models/esg_rating_with_company_spec.rb +1 -1
- data/spec/models/etf_analytics_spec.rb +1 -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 +7 -1
- data/spec/models/insider_transaction_spec.rb +25 -1
- data/spec/models/institutional_holding_spec.rb +7 -1
- data/spec/models/institutional_ownership_spec.rb +7 -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/market_status_result_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 +1 -1
- 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_interval_mover_spec.rb +1 -1
- data/spec/models/option_interval_spec.rb +1 -1
- data/spec/models/option_intervals_movers_result_spec.rb +1 -1
- data/spec/models/option_intervals_result_spec.rb +1 -1
- data/spec/models/option_price_batch_realtime_spec.rb +1 -1
- data/spec/models/option_price_eod_spec.rb +1 -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_snapshot_group_spec.rb +1 -1
- data/spec/models/option_snapshots_result_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_index_price_index_spec.rb +42 -0
- data/spec/models/realtime_index_price_spec.rb +54 -0
- 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_interval_mover_spec.rb +1 -1
- data/spec/models/security_intervals_movers_result_spec.rb +1 -1
- data/spec/models/security_replay_file_result_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_snapshot_group_spec.rb +1 -1
- data/spec/models/security_snapshots_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/security_trades_result_spec.rb +1 -1
- data/spec/models/security_trades_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 +7 -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 +19 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fe50ea75adda87a1abb60d85aa0258755d83353332cedab1338569e8a0c3dd2d
|
|
4
|
+
data.tar.gz: e16d57fa83d67541f78532765256ff3e63ed5cf547dc7cedada8aeb1d8f8204d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e8c24e26fcc3139b491f9b0176344d053f4c3740dbf25f30eebd7b685ab314d4109c40e25e5a5474f7492a1e1ebb5f9fdf0b8d18e005ade81c9d01e3263ba188
|
|
7
|
+
data.tar.gz: 7edfce89859c21e7f3e4d6063a0af8f5d7efe63d28c842ff32274437d0f9dca1331e4f267480834cf2a0a44e23d5d5f24527a8a9157345049d29ed914db899d0
|
data/Gemfile.lock
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
PATH
|
|
2
|
+
remote: .
|
|
3
|
+
specs:
|
|
4
|
+
intrinio-sdk (6.26.2)
|
|
5
|
+
json (~> 2.1, >= 2.1.0)
|
|
6
|
+
retriable (~> 3.1, >= 3.1.0)
|
|
7
|
+
typhoeus (~> 1.0, >= 1.0.1)
|
|
8
|
+
|
|
9
|
+
GEM
|
|
10
|
+
remote: https://rubygems.org/
|
|
11
|
+
specs:
|
|
12
|
+
ZenTest (4.12.1)
|
|
13
|
+
addressable (2.8.5)
|
|
14
|
+
public_suffix (>= 2.0.2, < 6.0)
|
|
15
|
+
autotest (4.4.6)
|
|
16
|
+
ZenTest (>= 4.4.1)
|
|
17
|
+
autotest-fsevent (0.2.20)
|
|
18
|
+
sys-uname
|
|
19
|
+
autotest-growl (0.2.16)
|
|
20
|
+
autotest-rails-pure (4.1.2)
|
|
21
|
+
crack (0.4.5)
|
|
22
|
+
rexml
|
|
23
|
+
diff-lcs (1.5.0)
|
|
24
|
+
ethon (0.16.0)
|
|
25
|
+
ffi (>= 1.15.0)
|
|
26
|
+
ffi (1.16.3)
|
|
27
|
+
hashdiff (1.0.1)
|
|
28
|
+
json (2.6.3)
|
|
29
|
+
public_suffix (5.0.3)
|
|
30
|
+
rake (12.0.0)
|
|
31
|
+
retriable (3.1.2)
|
|
32
|
+
rexml (3.2.6)
|
|
33
|
+
rspec (3.12.0)
|
|
34
|
+
rspec-core (~> 3.12.0)
|
|
35
|
+
rspec-expectations (~> 3.12.0)
|
|
36
|
+
rspec-mocks (~> 3.12.0)
|
|
37
|
+
rspec-core (3.12.2)
|
|
38
|
+
rspec-support (~> 3.12.0)
|
|
39
|
+
rspec-expectations (3.12.3)
|
|
40
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
41
|
+
rspec-support (~> 3.12.0)
|
|
42
|
+
rspec-mocks (3.12.6)
|
|
43
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
44
|
+
rspec-support (~> 3.12.0)
|
|
45
|
+
rspec-support (3.12.1)
|
|
46
|
+
sys-uname (1.2.3)
|
|
47
|
+
ffi (~> 1.1)
|
|
48
|
+
typhoeus (1.4.0)
|
|
49
|
+
ethon (>= 0.9.0)
|
|
50
|
+
vcr (3.0.3)
|
|
51
|
+
webmock (1.24.6)
|
|
52
|
+
addressable (>= 2.3.6)
|
|
53
|
+
crack (>= 0.3.2)
|
|
54
|
+
hashdiff
|
|
55
|
+
|
|
56
|
+
PLATFORMS
|
|
57
|
+
ruby
|
|
58
|
+
|
|
59
|
+
DEPENDENCIES
|
|
60
|
+
autotest (~> 4.4, >= 4.4.6)
|
|
61
|
+
autotest-fsevent (~> 0.2, >= 0.2.12)
|
|
62
|
+
autotest-growl (~> 0.2, >= 0.2.16)
|
|
63
|
+
autotest-rails-pure (~> 4.1, >= 4.1.2)
|
|
64
|
+
intrinio-sdk!
|
|
65
|
+
rake (~> 12.0.0)
|
|
66
|
+
retriable (~> 3.1)
|
|
67
|
+
rspec (~> 3.6, >= 3.6.0)
|
|
68
|
+
vcr (~> 3.0, >= 3.0.1)
|
|
69
|
+
webmock (~> 1.24, >= 1.24.3)
|
|
70
|
+
|
|
71
|
+
BUNDLED WITH
|
|
72
|
+
2.1.4
|
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.47.
|
|
12
|
-
- Package version: 6.26.
|
|
11
|
+
- API version: 2.47.7
|
|
12
|
+
- Package version: 6.26.2
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
## Installation
|
|
@@ -73,6 +73,7 @@ Class | Method | HTTP request | Description
|
|
|
73
73
|
*Intrinio::CompanyApi* | [**get_company_historical_data**](docs/CompanyApi.md#get_company_historical_data) | **GET** /companies/{identifier}/historical_data/{tag} | Historical Data for Company
|
|
74
74
|
*Intrinio::CompanyApi* | [**get_company_ipos**](docs/CompanyApi.md#get_company_ipos) | **GET** /companies/ipos | IPOs
|
|
75
75
|
*Intrinio::CompanyApi* | [**get_company_news**](docs/CompanyApi.md#get_company_news) | **GET** /companies/{identifier}/news | All News by Company
|
|
76
|
+
*Intrinio::CompanyApi* | [**get_company_public_float**](docs/CompanyApi.md#get_company_public_float) | **GET** /companies/{identifier}/public_float | Get Company's public float
|
|
76
77
|
*Intrinio::CompanyApi* | [**get_company_securities**](docs/CompanyApi.md#get_company_securities) | **GET** /companies/{identifier}/securities | All Securities by Company
|
|
77
78
|
*Intrinio::CompanyApi* | [**insider_transaction_filings_by_company**](docs/CompanyApi.md#insider_transaction_filings_by_company) | **GET** /companies/{identifier}/insider_transaction_filings | Insider Transaction Filings by Company
|
|
78
79
|
*Intrinio::CompanyApi* | [**latest_insider_transaction_filing_by_company**](docs/CompanyApi.md#latest_insider_transaction_filing_by_company) | **GET** /companies/{identifier}/insider_transaction_filings/latest | Latest Insider Transaction Filing by Company
|
|
@@ -124,6 +125,7 @@ Class | Method | HTTP request | Description
|
|
|
124
125
|
*Intrinio::IndexApi* | [**get_economic_index_data_point_number**](docs/IndexApi.md#get_economic_index_data_point_number) | **GET** /indices/economic/{identifier}/data_point/{tag}/number | Data Point (Number) for an Economic Index
|
|
125
126
|
*Intrinio::IndexApi* | [**get_economic_index_data_point_text**](docs/IndexApi.md#get_economic_index_data_point_text) | **GET** /indices/economic/{identifier}/data_point/{tag}/text | Data Point (Text) for an Economic Index
|
|
126
127
|
*Intrinio::IndexApi* | [**get_economic_index_historical_data**](docs/IndexApi.md#get_economic_index_historical_data) | **GET** /indices/economic/{identifier}/historical_data/{tag} | Historical Data for an Economic Index
|
|
128
|
+
*Intrinio::IndexApi* | [**get_realtime_index_price_by_id**](docs/IndexApi.md#get_realtime_index_price_by_id) | **GET** /indices/{identifier}/realtime | Realtime Index Price
|
|
127
129
|
*Intrinio::IndexApi* | [**get_sic_index_by_id**](docs/IndexApi.md#get_sic_index_by_id) | **GET** /indices/sic/{identifier} | Lookup SIC Index
|
|
128
130
|
*Intrinio::IndexApi* | [**get_sic_index_data_point_number**](docs/IndexApi.md#get_sic_index_data_point_number) | **GET** /indices/sic/{identifier}/data_point/{tag}/number | Data Point (Number) for an SIC Index
|
|
129
131
|
*Intrinio::IndexApi* | [**get_sic_index_data_point_text**](docs/IndexApi.md#get_sic_index_data_point_text) | **GET** /indices/sic/{identifier}/data_point/{tag}/text | Data Point (Text) for an SIC Index
|
|
@@ -288,6 +290,7 @@ Class | Method | HTTP request | Description
|
|
|
288
290
|
- [Intrinio::ApiResponseCompanyHistoricalData](docs/ApiResponseCompanyHistoricalData.md)
|
|
289
291
|
- [Intrinio::ApiResponseCompanyInsiderTransactionFilings](docs/ApiResponseCompanyInsiderTransactionFilings.md)
|
|
290
292
|
- [Intrinio::ApiResponseCompanyNews](docs/ApiResponseCompanyNews.md)
|
|
293
|
+
- [Intrinio::ApiResponseCompanyPublicFloatResult](docs/ApiResponseCompanyPublicFloatResult.md)
|
|
291
294
|
- [Intrinio::ApiResponseCompanyRecognize](docs/ApiResponseCompanyRecognize.md)
|
|
292
295
|
- [Intrinio::ApiResponseCompanySecurities](docs/ApiResponseCompanySecurities.md)
|
|
293
296
|
- [Intrinio::ApiResponseCompanySharesOutstanding](docs/ApiResponseCompanySharesOutstanding.md)
|
|
@@ -415,6 +418,7 @@ Class | Method | HTTP request | Description
|
|
|
415
418
|
- [Intrinio::CompanyInitialPublicOffering](docs/CompanyInitialPublicOffering.md)
|
|
416
419
|
- [Intrinio::CompanyNews](docs/CompanyNews.md)
|
|
417
420
|
- [Intrinio::CompanyNewsSummary](docs/CompanyNewsSummary.md)
|
|
421
|
+
- [Intrinio::CompanyPublicFloat](docs/CompanyPublicFloat.md)
|
|
418
422
|
- [Intrinio::CompanySharesOutstanding](docs/CompanySharesOutstanding.md)
|
|
419
423
|
- [Intrinio::CompanySummary](docs/CompanySummary.md)
|
|
420
424
|
- [Intrinio::DataTag](docs/DataTag.md)
|
|
@@ -487,6 +491,8 @@ Class | Method | HTTP request | Description
|
|
|
487
491
|
- [Intrinio::OptionUnusualTrade](docs/OptionUnusualTrade.md)
|
|
488
492
|
- [Intrinio::Owner](docs/Owner.md)
|
|
489
493
|
- [Intrinio::OwnerSummary](docs/OwnerSummary.md)
|
|
494
|
+
- [Intrinio::RealtimeIndexPrice](docs/RealtimeIndexPrice.md)
|
|
495
|
+
- [Intrinio::RealtimeIndexPriceIndex](docs/RealtimeIndexPriceIndex.md)
|
|
490
496
|
- [Intrinio::RealtimeStockPrice](docs/RealtimeStockPrice.md)
|
|
491
497
|
- [Intrinio::RealtimeStockPriceSecurity](docs/RealtimeStockPriceSecurity.md)
|
|
492
498
|
- [Intrinio::RelativeStrengthIndexTechnicalValue](docs/RelativeStrengthIndexTechnicalValue.md)
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
[//]: # (CLASS:Intrinio::ApiResponseCompanyPublicFloatResult)
|
|
4
|
+
|
|
5
|
+
[//]: # (KIND:object)
|
|
6
|
+
|
|
7
|
+
### Intrinio::ApiResponseCompanyPublicFloatResult
|
|
8
|
+
|
|
9
|
+
#### Properties
|
|
10
|
+
|
|
11
|
+
[//]: # (START_DEFINITION)
|
|
12
|
+
|
|
13
|
+
Name | Type | Description
|
|
14
|
+
------------ | ------------- | -------------
|
|
15
|
+
**next_page** | String | The token required to request the next page of the data. If null, no further results are available.
|
|
16
|
+
**company** | [**CompanySummary**](CompanySummary.md) |
|
|
17
|
+
**public_floats** | [**Array<CompanyPublicFloat>**](CompanyPublicFloat.md) | Array of all the public floats in this page of the result.
|
|
18
|
+
|
|
19
|
+
[//]: # (END_DEFINITION)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
[//]: # (CONTAINED_CLASS:Intrinio::CompanySummary)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
[//]: # (CONTAINED_CLASS:Intrinio::CompanyPublicFloat)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
data/docs/CompanyApi.md
CHANGED
|
@@ -15,6 +15,7 @@ Method | HTTP request | Description
|
|
|
15
15
|
[**get_company_historical_data**](CompanyApi.md#get_company_historical_data) | **GET** /companies/{identifier}/historical_data/{tag} | Historical Data for Company
|
|
16
16
|
[**get_company_ipos**](CompanyApi.md#get_company_ipos) | **GET** /companies/ipos | IPOs
|
|
17
17
|
[**get_company_news**](CompanyApi.md#get_company_news) | **GET** /companies/{identifier}/news | All News by Company
|
|
18
|
+
[**get_company_public_float**](CompanyApi.md#get_company_public_float) | **GET** /companies/{identifier}/public_float | Get Company's public float
|
|
18
19
|
[**get_company_securities**](CompanyApi.md#get_company_securities) | **GET** /companies/{identifier}/securities | All Securities by Company
|
|
19
20
|
[**insider_transaction_filings_by_company**](CompanyApi.md#insider_transaction_filings_by_company) | **GET** /companies/{identifier}/insider_transaction_filings | Insider Transaction Filings by Company
|
|
20
21
|
[**latest_insider_transaction_filing_by_company**](CompanyApi.md#latest_insider_transaction_filing_by_company) | **GET** /companies/{identifier}/insider_transaction_filings/latest | Latest Insider Transaction Filing by Company
|
|
@@ -987,6 +988,94 @@ Name | Type | Description | Notes
|
|
|
987
988
|
[//]: # (END_OPERATION)
|
|
988
989
|
|
|
989
990
|
|
|
991
|
+
[//]: # (START_OPERATION)
|
|
992
|
+
|
|
993
|
+
[//]: # (CLASS:Intrinio::CompanyApi)
|
|
994
|
+
|
|
995
|
+
[//]: # (METHOD:get_company_public_float)
|
|
996
|
+
|
|
997
|
+
[//]: # (RETURN_TYPE:Intrinio::ApiResponseCompanyPublicFloatResult)
|
|
998
|
+
|
|
999
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
|
1000
|
+
|
|
1001
|
+
[//]: # (RETURN_TYPE_DOC:ApiResponseCompanyPublicFloatResult.md)
|
|
1002
|
+
|
|
1003
|
+
[//]: # (OPERATION:get_company_public_float_v2)
|
|
1004
|
+
|
|
1005
|
+
[//]: # (ENDPOINT:/companies/{identifier}/public_float)
|
|
1006
|
+
|
|
1007
|
+
[//]: # (DOCUMENT_LINK:CompanyApi.md#get_company_public_float)
|
|
1008
|
+
|
|
1009
|
+
## **get_company_public_float**
|
|
1010
|
+
|
|
1011
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_company_public_float_v2)
|
|
1012
|
+
|
|
1013
|
+
[//]: # (START_OVERVIEW)
|
|
1014
|
+
|
|
1015
|
+
> ApiResponseCompanyPublicFloatResult get_company_public_float(identifier, opts)
|
|
1016
|
+
|
|
1017
|
+
#### Get Company's public float
|
|
1018
|
+
|
|
1019
|
+
|
|
1020
|
+
Returns a list of public float data tied to a given company identifier.
|
|
1021
|
+
|
|
1022
|
+
[//]: # (END_OVERVIEW)
|
|
1023
|
+
|
|
1024
|
+
### Example
|
|
1025
|
+
|
|
1026
|
+
[//]: # (START_CODE_EXAMPLE)
|
|
1027
|
+
|
|
1028
|
+
```ruby
|
|
1029
|
+
# Load the gem
|
|
1030
|
+
require 'intrinio-sdk'
|
|
1031
|
+
require 'pp'
|
|
1032
|
+
|
|
1033
|
+
# Setup authorization
|
|
1034
|
+
Intrinio.configure do |config|
|
|
1035
|
+
config.api_key['api_key'] = 'YOUR_API_KEY'
|
|
1036
|
+
config.allow_retries = true
|
|
1037
|
+
end
|
|
1038
|
+
|
|
1039
|
+
company_api = Intrinio::CompanyApi.new
|
|
1040
|
+
identifier = "AAPL"
|
|
1041
|
+
|
|
1042
|
+
opts = {
|
|
1043
|
+
float_date_greater_than: nil,
|
|
1044
|
+
float_date_less_than: nil,
|
|
1045
|
+
next_page: nil,
|
|
1046
|
+
next_page2: nil
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
result = company_api.get_company_public_float(identifier, opts)
|
|
1050
|
+
pp result
|
|
1051
|
+
```
|
|
1052
|
+
|
|
1053
|
+
[//]: # (END_CODE_EXAMPLE)
|
|
1054
|
+
|
|
1055
|
+
[//]: # (START_DEFINITION)
|
|
1056
|
+
|
|
1057
|
+
### Parameters
|
|
1058
|
+
|
|
1059
|
+
[//]: # (START_PARAMETERS)
|
|
1060
|
+
|
|
1061
|
+
|
|
1062
|
+
Name | Type | Description | Notes
|
|
1063
|
+
------------- | ------------- | ------------- | -------------
|
|
1064
|
+
**identifier** | String| A Company identifier (Ticker, CIK, LEI, Intrinio ID) |
|
|
1065
|
+
**float_date_greater_than** | Date| The lower-bound date for the data being requested. | [optional]
|
|
1066
|
+
**float_date_less_than** | Date| The upper-bound date for the data being requested. | [optional]
|
|
1067
|
+
**next_page** | String| Gets the next page of data from a previous API call | [optional]
|
|
1068
|
+
**next_page2** | String| Gets the next page of data from a previous API call | [optional]
|
|
1069
|
+
|
|
1070
|
+
[//]: # (END_PARAMETERS)
|
|
1071
|
+
|
|
1072
|
+
### Return type
|
|
1073
|
+
|
|
1074
|
+
[**ApiResponseCompanyPublicFloatResult**](ApiResponseCompanyPublicFloatResult.md)
|
|
1075
|
+
|
|
1076
|
+
[//]: # (END_OPERATION)
|
|
1077
|
+
|
|
1078
|
+
|
|
990
1079
|
[//]: # (START_OPERATION)
|
|
991
1080
|
|
|
992
1081
|
[//]: # (CLASS:Intrinio::CompanyApi)
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
[//]: # (CLASS:Intrinio::CompanyPublicFloat)
|
|
4
|
+
|
|
5
|
+
[//]: # (KIND:object)
|
|
6
|
+
|
|
7
|
+
### Intrinio::CompanyPublicFloat
|
|
8
|
+
|
|
9
|
+
#### Properties
|
|
10
|
+
|
|
11
|
+
[//]: # (START_DEFINITION)
|
|
12
|
+
|
|
13
|
+
Name | Type | Description
|
|
14
|
+
------------ | ------------- | -------------
|
|
15
|
+
**date** | Date | The date of the public float.
|
|
16
|
+
**filing_date** | Date | The filing date of the public float.
|
|
17
|
+
**public_float_value** | Float | The dollar value for company float.
|
|
18
|
+
**public_float_shares** | Float | The public shares for the company.
|
|
19
|
+
|
|
20
|
+
[//]: # (END_DEFINITION)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
@@ -14,6 +14,7 @@ Name | Type | Description
|
|
|
14
14
|
------------ | ------------- | -------------
|
|
15
15
|
**xbrl_axis** | String | The xbrl concept axis member reported to the SEC.
|
|
16
16
|
**xbrl_member** | String | Provides information about the class of stock as reported in XBRL
|
|
17
|
+
**end_date** | Date | End date of the filing period
|
|
17
18
|
**title_of_security** | String | The description of the security type
|
|
18
19
|
**trading_symbol** | String | The symbol under which the security is traded in the exchange
|
|
19
20
|
**security_exchange_name** | String | The name of the secuirty exchange
|
data/docs/IndexApi.md
CHANGED
|
@@ -11,6 +11,7 @@ Method | HTTP request | Description
|
|
|
11
11
|
[**get_economic_index_data_point_number**](IndexApi.md#get_economic_index_data_point_number) | **GET** /indices/economic/{identifier}/data_point/{tag}/number | Data Point (Number) for an Economic Index
|
|
12
12
|
[**get_economic_index_data_point_text**](IndexApi.md#get_economic_index_data_point_text) | **GET** /indices/economic/{identifier}/data_point/{tag}/text | Data Point (Text) for an Economic Index
|
|
13
13
|
[**get_economic_index_historical_data**](IndexApi.md#get_economic_index_historical_data) | **GET** /indices/economic/{identifier}/historical_data/{tag} | Historical Data for an Economic Index
|
|
14
|
+
[**get_realtime_index_price_by_id**](IndexApi.md#get_realtime_index_price_by_id) | **GET** /indices/{identifier}/realtime | Realtime Index Price
|
|
14
15
|
[**get_sic_index_by_id**](IndexApi.md#get_sic_index_by_id) | **GET** /indices/sic/{identifier} | Lookup SIC Index
|
|
15
16
|
[**get_sic_index_data_point_number**](IndexApi.md#get_sic_index_data_point_number) | **GET** /indices/sic/{identifier}/data_point/{tag}/number | Data Point (Number) for an SIC Index
|
|
16
17
|
[**get_sic_index_data_point_text**](IndexApi.md#get_sic_index_data_point_text) | **GET** /indices/sic/{identifier}/data_point/{tag}/text | Data Point (Text) for an SIC Index
|
|
@@ -598,6 +599,82 @@ Name | Type | Description | Notes
|
|
|
598
599
|
[//]: # (END_OPERATION)
|
|
599
600
|
|
|
600
601
|
|
|
602
|
+
[//]: # (START_OPERATION)
|
|
603
|
+
|
|
604
|
+
[//]: # (CLASS:Intrinio::IndexApi)
|
|
605
|
+
|
|
606
|
+
[//]: # (METHOD:get_realtime_index_price_by_id)
|
|
607
|
+
|
|
608
|
+
[//]: # (RETURN_TYPE:Intrinio::RealtimeIndexPrice)
|
|
609
|
+
|
|
610
|
+
[//]: # (RETURN_TYPE_KIND:object)
|
|
611
|
+
|
|
612
|
+
[//]: # (RETURN_TYPE_DOC:RealtimeIndexPrice.md)
|
|
613
|
+
|
|
614
|
+
[//]: # (OPERATION:get_realtime_index_price_by_id_v2)
|
|
615
|
+
|
|
616
|
+
[//]: # (ENDPOINT:/indices/{identifier}/realtime)
|
|
617
|
+
|
|
618
|
+
[//]: # (DOCUMENT_LINK:IndexApi.md#get_realtime_index_price_by_id)
|
|
619
|
+
|
|
620
|
+
## **get_realtime_index_price_by_id**
|
|
621
|
+
|
|
622
|
+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/ruby/get_realtime_index_price_by_id_v2)
|
|
623
|
+
|
|
624
|
+
[//]: # (START_OVERVIEW)
|
|
625
|
+
|
|
626
|
+
> RealtimeIndexPrice get_realtime_index_price_by_id(identifier)
|
|
627
|
+
|
|
628
|
+
#### Realtime Index Price
|
|
629
|
+
|
|
630
|
+
|
|
631
|
+
|
|
632
|
+
[//]: # (END_OVERVIEW)
|
|
633
|
+
|
|
634
|
+
### Example
|
|
635
|
+
|
|
636
|
+
[//]: # (START_CODE_EXAMPLE)
|
|
637
|
+
|
|
638
|
+
```ruby
|
|
639
|
+
# Load the gem
|
|
640
|
+
require 'intrinio-sdk'
|
|
641
|
+
require 'pp'
|
|
642
|
+
|
|
643
|
+
# Setup authorization
|
|
644
|
+
Intrinio.configure do |config|
|
|
645
|
+
config.api_key['api_key'] = 'YOUR_API_KEY'
|
|
646
|
+
config.allow_retries = true
|
|
647
|
+
end
|
|
648
|
+
|
|
649
|
+
index_api = Intrinio::IndexApi.new
|
|
650
|
+
identifier = "SPX"
|
|
651
|
+
|
|
652
|
+
result = index_api.get_realtime_index_price_by_id(identifier)
|
|
653
|
+
pp result
|
|
654
|
+
```
|
|
655
|
+
|
|
656
|
+
[//]: # (END_CODE_EXAMPLE)
|
|
657
|
+
|
|
658
|
+
[//]: # (START_DEFINITION)
|
|
659
|
+
|
|
660
|
+
### Parameters
|
|
661
|
+
|
|
662
|
+
[//]: # (START_PARAMETERS)
|
|
663
|
+
|
|
664
|
+
|
|
665
|
+
Name | Type | Description | Notes
|
|
666
|
+
------------- | ------------- | ------------- | -------------
|
|
667
|
+
**identifier** | String| The ticker symbol of the currently trading index |
|
|
668
|
+
|
|
669
|
+
[//]: # (END_PARAMETERS)
|
|
670
|
+
|
|
671
|
+
### Return type
|
|
672
|
+
|
|
673
|
+
[**RealtimeIndexPrice**](RealtimeIndexPrice.md)
|
|
674
|
+
|
|
675
|
+
[//]: # (END_OPERATION)
|
|
676
|
+
|
|
677
|
+
|
|
601
678
|
[//]: # (START_OPERATION)
|
|
602
679
|
|
|
603
680
|
[//]: # (CLASS:Intrinio::IndexApi)
|
data/docs/InsiderTransaction.md
CHANGED
|
@@ -21,9 +21,13 @@ Name | Type | Description
|
|
|
21
21
|
**ticker** | String | The ticker symbol for the company’s common stock
|
|
22
22
|
**security_title** | String | The name of the derivative security transacted
|
|
23
23
|
**conversion_exercise_price** | Float | The conversion or exercise price of the derivative security transacted
|
|
24
|
+
**transaction_date** | Date | The date of the transaction
|
|
25
|
+
**deemed_execution_date** | Date | The date of the transaction had it not a directly identifiable date
|
|
24
26
|
**transaction_type_code** | String | A symbol representing the transaction type; P = Purchase | S = Sale | A = Award | M = Conversion to Common | C = Conversion | X = Exercise of Derivative More Transaction Codes
|
|
25
27
|
**acquisition_disposition_code** | String | A symbol representing whether or not the derivative securities are Acquired or Disposed; A = Acquisition | D = Disposition
|
|
26
28
|
**amount_of_shares** | Float | The number of derivative securities involved in the subject transaction
|
|
29
|
+
**exercise_date** | Date | The exercise date of the derivative securities
|
|
30
|
+
**expiration_date** | Date | The expiration date of the derivative securities
|
|
27
31
|
**underlying_security_title** | String | The name of the underlying non-derivative security related to this derivative transaction
|
|
28
32
|
**underlying_shares** | Float | The number of non-derivative shares involved in the subject transaction
|
|
29
33
|
**transaction_price** | Float | The price of the derivative securities
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
Name | Type | Description
|
|
14
14
|
------------ | ------------- | -------------
|
|
15
|
+
**filing_date** | Date | The date of the filing with the SEC made by the owner
|
|
15
16
|
**filing_url** | String | The URL of the filing with the SEC
|
|
16
17
|
**issuer_ticker** | String | The ticker of the issuing company.
|
|
17
18
|
**issuer_cik** | String | The Central Index Key (CIK) of the issuing company.
|
|
@@ -18,6 +18,7 @@ Name | Type | Description
|
|
|
18
18
|
**security_type** | String | The type of the security
|
|
19
19
|
**title_of_class** | String | The class of stock held
|
|
20
20
|
**stock_exchange** | String | The stock exchange where the security is traded
|
|
21
|
+
**period_ended** | Date | The date of the latest 13-F filing on record with the SEC.
|
|
21
22
|
**filing_date** | Date | The date when the filing was submitted to the SEC by the company
|
|
22
23
|
**value** | Float | The market value in amount of dollars of the holding in the listed security
|
|
23
24
|
**amount** | Float | The number of shares held in the listed security
|
|
@@ -14,6 +14,7 @@ Name | Type | Description
|
|
|
14
14
|
------------ | ------------- | -------------
|
|
15
15
|
**owner_cik** | String | The Central Index Key issued by the SEC, which is the unique identifier all owner filings
|
|
16
16
|
**owner_name** | String | The name of the institutional owner
|
|
17
|
+
**period_ended** | Date | The date of the latest 13-F filing on record with the SEC.
|
|
17
18
|
**value** | Float | The market value in amount of dollars of the holding in the listed security
|
|
18
19
|
**amount** | Float | The number of shares held in the listed security
|
|
19
20
|
**sole_voting_authority** | Float | The number of shares where the insitutional holder has sole voting authority
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
[//]: # (CLASS:Intrinio::RealtimeIndexPrice)
|
|
4
|
+
|
|
5
|
+
[//]: # (KIND:object)
|
|
6
|
+
|
|
7
|
+
### Intrinio::RealtimeIndexPrice
|
|
8
|
+
|
|
9
|
+
#### Properties
|
|
10
|
+
|
|
11
|
+
[//]: # (START_DEFINITION)
|
|
12
|
+
|
|
13
|
+
Name | Type | Description
|
|
14
|
+
------------ | ------------- | -------------
|
|
15
|
+
**last_price** | Float | The last price
|
|
16
|
+
**last_time** | DateTime | The timestamp of the last price
|
|
17
|
+
**index** | [**RealtimeIndexPriceIndex**](RealtimeIndexPriceIndex.md) |
|
|
18
|
+
|
|
19
|
+
[//]: # (END_DEFINITION)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
[//]: # (CONTAINED_CLASS:Intrinio::RealtimeIndexPriceIndex)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
[//]: # (CLASS:Intrinio::RealtimeIndexPriceIndex)
|
|
4
|
+
|
|
5
|
+
[//]: # (KIND:object)
|
|
6
|
+
|
|
7
|
+
### Intrinio::RealtimeIndexPriceIndex
|
|
8
|
+
|
|
9
|
+
#### Properties
|
|
10
|
+
|
|
11
|
+
[//]: # (START_DEFINITION)
|
|
12
|
+
|
|
13
|
+
Name | Type | Description
|
|
14
|
+
------------ | ------------- | -------------
|
|
15
|
+
**symbol** | String | The current ticker of the index
|
|
16
|
+
|
|
17
|
+
[//]: # (END_DEFINITION)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
data/docs/SecurityApi.md
CHANGED
|
@@ -893,9 +893,9 @@ interval_size = "15m"
|
|
|
893
893
|
|
|
894
894
|
opts = {
|
|
895
895
|
source: nil,
|
|
896
|
-
start_date: Date.parse("
|
|
896
|
+
start_date: Date.parse("2023-01-01"),
|
|
897
897
|
start_time: nil,
|
|
898
|
-
end_date: Date.parse("
|
|
898
|
+
end_date: Date.parse("2023-02-01"),
|
|
899
899
|
end_time: nil,
|
|
900
900
|
timezone: "UTC",
|
|
901
901
|
page_size: 100,
|
|
@@ -4560,7 +4560,7 @@ Name | Type | Description | Notes
|
|
|
4560
4560
|
|
|
4561
4561
|
[//]: # (START_OVERVIEW)
|
|
4562
4562
|
|
|
4563
|
-
> SecurityTradesResult get_security_trades_by_symbol(source, opts)
|
|
4563
|
+
> SecurityTradesResult get_security_trades_by_symbol(identifier, source, opts)
|
|
4564
4564
|
|
|
4565
4565
|
#### Security Trades By Symbol
|
|
4566
4566
|
|
|
@@ -4585,6 +4585,7 @@ Intrinio.configure do |config|
|
|
|
4585
4585
|
end
|
|
4586
4586
|
|
|
4587
4587
|
security_api = Intrinio::SecurityApi.new
|
|
4588
|
+
identifier = "AAPL"
|
|
4588
4589
|
source = nil
|
|
4589
4590
|
|
|
4590
4591
|
opts = {
|
|
@@ -4597,7 +4598,7 @@ opts = {
|
|
|
4597
4598
|
next_page: nil
|
|
4598
4599
|
}
|
|
4599
4600
|
|
|
4600
|
-
result = security_api.get_security_trades_by_symbol(source, opts)
|
|
4601
|
+
result = security_api.get_security_trades_by_symbol(identifier, source, opts)
|
|
4601
4602
|
pp result
|
|
4602
4603
|
```
|
|
4603
4604
|
|
|
@@ -4612,6 +4613,7 @@ pp result
|
|
|
4612
4613
|
|
|
4613
4614
|
Name | Type | Description | Notes
|
|
4614
4615
|
------------- | ------------- | ------------- | -------------
|
|
4616
|
+
**identifier** | String| The ticker symbol for which trades are being requested. |
|
|
4615
4617
|
**source** | String| The specific source of the data being requested. |
|
|
4616
4618
|
**start_date** | Date| The start date for the data being requested. | [optional]
|
|
4617
4619
|
**start_time** | String| The start time for the data being requested. | [optional]
|
data/docs/TheaSourceDocument.md
CHANGED
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
Name | Type | Description
|
|
14
14
|
------------ | ------------- | -------------
|
|
15
15
|
**id** | String | The unique id for the Thea source document
|
|
16
|
+
**date_time** | Date | The date at which the document was created
|
|
16
17
|
**tags** | Array<Object> | Entity identifying tags associated with the source document
|
|
17
18
|
|
|
18
19
|
[//]: # (END_DEFINITION)
|
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.47.
|
|
8
|
+
OpenAPI spec version: 2.47.7
|
|
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.47.
|
|
6
|
+
OpenAPI spec version: 2.47.7
|
|
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.47.
|
|
6
|
+
OpenAPI spec version: 2.47.7
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
9
|
Swagger Codegen version: unset
|
|
@@ -797,6 +797,71 @@ module Intrinio
|
|
|
797
797
|
return data, status_code, headers
|
|
798
798
|
end
|
|
799
799
|
|
|
800
|
+
# Get Company's public float
|
|
801
|
+
# Returns a list of public float data tied to a given company identifier.
|
|
802
|
+
# @param identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
|
|
803
|
+
# @param [Hash] opts the optional parameters
|
|
804
|
+
# @option opts [Date] :float_date_greater_than The lower-bound date for the data being requested.
|
|
805
|
+
# @option opts [Date] :float_date_less_than The upper-bound date for the data being requested.
|
|
806
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
807
|
+
# @option opts [String] :next_page2 Gets the next page of data from a previous API call
|
|
808
|
+
# @return [ApiResponseCompanyPublicFloatResult]
|
|
809
|
+
def get_company_public_float(identifier, opts = {})
|
|
810
|
+
data, _status_code, _headers = get_company_public_float_with_http_info(identifier, opts)
|
|
811
|
+
return data
|
|
812
|
+
end
|
|
813
|
+
|
|
814
|
+
# Get Company's public float
|
|
815
|
+
# Returns a list of public float data tied to a given company identifier.
|
|
816
|
+
# @param identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
|
|
817
|
+
# @param [Hash] opts the optional parameters
|
|
818
|
+
# @option opts [Date] :float_date_greater_than The lower-bound date for the data being requested.
|
|
819
|
+
# @option opts [Date] :float_date_less_than The upper-bound date for the data being requested.
|
|
820
|
+
# @option opts [String] :next_page Gets the next page of data from a previous API call
|
|
821
|
+
# @option opts [String] :next_page2 Gets the next page of data from a previous API call
|
|
822
|
+
# @return [Array<(ApiResponseCompanyPublicFloatResult, Fixnum, Hash)>] ApiResponseCompanyPublicFloatResult data, response status code and response headers
|
|
823
|
+
def get_company_public_float_with_http_info(identifier, opts = {})
|
|
824
|
+
if @api_client.config.debugging
|
|
825
|
+
@api_client.config.logger.debug "Calling API: CompanyApi.get_company_public_float ..."
|
|
826
|
+
end
|
|
827
|
+
# verify the required parameter 'identifier' is set
|
|
828
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
|
829
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling CompanyApi.get_company_public_float"
|
|
830
|
+
end
|
|
831
|
+
# resource path
|
|
832
|
+
local_var_path = "/companies/{identifier}/public_float".sub('{' + 'identifier' + '}', identifier.to_s)
|
|
833
|
+
|
|
834
|
+
# query parameters
|
|
835
|
+
query_params = {}
|
|
836
|
+
query_params[:'float_date_greater_than'] = opts[:'float_date_greater_than'] if !opts[:'float_date_greater_than'].nil?
|
|
837
|
+
query_params[:'float_date_less_than'] = opts[:'float_date_less_than'] if !opts[:'float_date_less_than'].nil?
|
|
838
|
+
query_params[:'next_page'] = opts[:'next_page'] if !opts[:'next_page'].nil?
|
|
839
|
+
query_params[:'next_page'] = opts[:'next_page2'] if !opts[:'next_page2'].nil?
|
|
840
|
+
|
|
841
|
+
# header parameters
|
|
842
|
+
header_params = {}
|
|
843
|
+
# HTTP header 'Accept' (if needed)
|
|
844
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
845
|
+
|
|
846
|
+
# form parameters
|
|
847
|
+
form_params = {}
|
|
848
|
+
|
|
849
|
+
# http body (model)
|
|
850
|
+
post_body = nil
|
|
851
|
+
auth_names = ['ApiKeyAuth']
|
|
852
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
853
|
+
:header_params => header_params,
|
|
854
|
+
:query_params => query_params,
|
|
855
|
+
:form_params => form_params,
|
|
856
|
+
:body => post_body,
|
|
857
|
+
:auth_names => auth_names,
|
|
858
|
+
:return_type => 'ApiResponseCompanyPublicFloatResult')
|
|
859
|
+
if @api_client.config.debugging
|
|
860
|
+
@api_client.config.logger.debug "API called: CompanyApi#get_company_public_float\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
861
|
+
end
|
|
862
|
+
return data, status_code, headers
|
|
863
|
+
end
|
|
864
|
+
|
|
800
865
|
# All Securities by Company
|
|
801
866
|
# Returns a list of underlying securities with associated reference data tied to a given company identifier.
|
|
802
867
|
# @param identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
|
|
@@ -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.47.
|
|
6
|
+
OpenAPI spec version: 2.47.7
|
|
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.47.
|
|
6
|
+
OpenAPI spec version: 2.47.7
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
9
|
Swagger Codegen version: unset
|