finnhub_ruby 1.0.1 → 1.1.6
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 +60 -8
- data/docs/AggregateIndicators.md +10 -9
- data/docs/BasicFinancials.md +14 -11
- data/docs/BreakdownItem.md +20 -0
- data/docs/Company.md +20 -19
- data/docs/CompanyExecutive.md +10 -9
- data/docs/CompanyNews.md +34 -0
- data/docs/CompanyNewsStatistics.md +12 -11
- data/docs/CompanyProfile.md +62 -61
- data/docs/CompanyProfile2.md +30 -29
- data/docs/CountryMetadata.md +18 -17
- data/docs/CovidInfo.md +14 -13
- data/docs/CryptoCandles.md +20 -19
- data/docs/CryptoSymbol.md +12 -11
- data/docs/DefaultApi.md +3288 -792
- data/docs/Development.md +16 -13
- data/docs/Dividends.md +22 -21
- data/docs/Dividends2.md +20 -0
- data/docs/Dividends2Info.md +20 -0
- data/docs/ETFCountryExposureData.md +20 -0
- data/docs/ETFHoldingsData.md +30 -0
- data/docs/ETFProfileData.md +52 -0
- data/docs/ETFSectorExposureData.md +20 -0
- data/docs/ETFsCountryExposure.md +20 -0
- data/docs/ETFsHoldings.md +24 -0
- data/docs/ETFsProfile.md +20 -0
- data/docs/ETFsSectorExposure.md +20 -0
- data/docs/EarningEstimate.md +16 -15
- data/docs/EarningRelease.md +24 -23
- data/docs/EarningResult.md +18 -13
- data/docs/EarningsCalendar.md +8 -7
- data/docs/EarningsCallTranscripts.md +24 -23
- data/docs/EarningsCallTranscriptsList.md +10 -9
- data/docs/EarningsEstimates.md +12 -11
- data/docs/EconomicCalendar.md +8 -7
- data/docs/EconomicCode.md +14 -13
- data/docs/EconomicData.md +10 -9
- data/docs/EconomicDataInfo.md +20 -0
- data/docs/EconomicEvent.md +22 -21
- data/docs/Estimate.md +16 -15
- data/docs/FDAComitteeMeeting.md +24 -0
- data/docs/Filing.md +22 -21
- data/docs/FilingSentiment.md +34 -0
- data/docs/FinancialStatements.md +10 -9
- data/docs/FinancialsAsReported.md +12 -11
- data/docs/ForexCandles.md +20 -19
- data/docs/ForexSymbol.md +12 -11
- data/docs/Forexrates.md +10 -9
- data/docs/FundOwnership.md +10 -9
- data/docs/FundOwnershipInfo.md +26 -0
- data/docs/HistoricalNBBO.md +40 -0
- data/docs/IPOCalendar.md +8 -7
- data/docs/IPOEvent.md +22 -21
- data/docs/IndexHistoricalConstituent.md +22 -0
- data/docs/Indicator.md +12 -11
- data/docs/IndicesConstituents.md +20 -0
- data/docs/IndicesHistoricalConstituents.md +20 -0
- data/docs/InsiderTransactions.md +20 -0
- data/docs/InternationalFiling.md +34 -0
- data/docs/InvestmentThemePortfolio.md +18 -0
- data/docs/InvestmentThemes.md +20 -0
- data/docs/KeyCustomersSuppliers.md +24 -0
- data/docs/LastBidAsk.md +16 -15
- data/docs/MarketNews.md +34 -0
- data/docs/MutualFundCountryExposure.md +20 -0
- data/docs/MutualFundCountryExposureData.md +20 -0
- data/docs/MutualFundHoldings.md +24 -0
- data/docs/MutualFundHoldingsData.md +30 -0
- data/docs/MutualFundProfile.md +20 -0
- data/docs/MutualFundProfileData.md +58 -0
- data/docs/MutualFundSectorExposure.md +20 -0
- data/docs/MutualFundSectorExposureData.md +20 -0
- data/docs/NewsSentiment.md +18 -17
- data/docs/Ownership.md +20 -0
- data/docs/OwnershipInfo.md +24 -0
- data/docs/PatternRecognition.md +8 -7
- data/docs/PressRelease.md +20 -0
- data/docs/PriceTarget.md +18 -17
- data/docs/Quote.md +20 -15
- data/docs/RecommendationTrend.md +20 -19
- data/docs/RedditSentimentContent.md +30 -0
- data/docs/Report.md +28 -27
- data/docs/RevenueBreakdown.md +22 -0
- data/docs/RevenueEstimates.md +12 -11
- data/docs/SECSentimentAnalysis.md +24 -0
- data/docs/Sentiment.md +10 -9
- data/docs/SimilarityIndex.md +22 -0
- data/docs/SocialSentiment.md +22 -0
- data/docs/Split.md +14 -13
- data/docs/StockCandles.md +20 -19
- data/docs/StockSymbol.md +30 -0
- data/docs/StockTranscripts.md +16 -15
- data/docs/SupplyChainRelationships.md +20 -0
- data/docs/SupportResistance.md +8 -7
- data/docs/SymbolLookup.md +20 -0
- data/docs/SymbolLookupInfo.md +24 -0
- data/docs/TechnicalAnalysis.md +10 -9
- data/docs/TickData.md +24 -21
- data/docs/Transactions.md +30 -0
- data/docs/TranscriptContent.md +12 -9
- data/docs/TranscriptParticipant.md +12 -9
- data/docs/Trend.md +10 -7
- data/docs/TwitterSentimentContent.md +30 -0
- data/docs/UpgradeDowngrade.md +18 -17
- data/finnhub_ruby-1.1.5.gem +0 -0
- data/finnhub_ruby.gemspec +7 -8
- data/lib/finnhub_ruby.rb +49 -6
- data/lib/finnhub_ruby/api/default_api.rb +2063 -515
- data/lib/finnhub_ruby/api_client.rb +50 -48
- data/lib/finnhub_ruby/api_error.rb +1 -1
- data/lib/finnhub_ruby/configuration.rb +39 -10
- data/lib/finnhub_ruby/models/aggregate_indicators.rb +19 -7
- data/lib/finnhub_ruby/models/basic_financials.rb +29 -8
- data/lib/finnhub_ruby/models/breakdown_item.rb +228 -0
- data/lib/finnhub_ruby/models/company.rb +19 -7
- data/lib/finnhub_ruby/models/company_executive.rb +20 -8
- data/lib/finnhub_ruby/models/company_news.rb +299 -0
- data/lib/finnhub_ruby/models/company_news_statistics.rb +19 -7
- data/lib/finnhub_ruby/models/company_profile.rb +20 -8
- data/lib/finnhub_ruby/models/company_profile2.rb +19 -7
- data/lib/finnhub_ruby/models/country_metadata.rb +19 -7
- data/lib/finnhub_ruby/models/covid_info.rb +20 -8
- data/lib/finnhub_ruby/models/crypto_candles.rb +19 -7
- data/lib/finnhub_ruby/models/crypto_symbol.rb +19 -7
- data/lib/finnhub_ruby/models/development.rb +34 -12
- data/lib/finnhub_ruby/models/dividends.rb +19 -7
- data/lib/finnhub_ruby/models/dividends2.rb +231 -0
- data/lib/finnhub_ruby/models/dividends2_basic.rb +231 -0
- data/lib/finnhub_ruby/models/dividends2_info.rb +229 -0
- data/lib/finnhub_ruby/models/earning_estimate.rb +20 -8
- data/lib/finnhub_ruby/models/earning_release.rb +20 -8
- data/lib/finnhub_ruby/models/earning_result.rb +40 -8
- data/lib/finnhub_ruby/models/earnings_calendar.rb +20 -8
- data/lib/finnhub_ruby/models/earnings_call_transcripts.rb +22 -10
- data/lib/finnhub_ruby/models/earnings_call_transcripts_list.rb +20 -8
- data/lib/finnhub_ruby/models/earnings_estimates.rb +20 -8
- data/lib/finnhub_ruby/models/economic_calendar.rb +20 -8
- data/lib/finnhub_ruby/models/economic_code.rb +19 -7
- data/lib/finnhub_ruby/models/economic_data.rb +20 -8
- data/lib/finnhub_ruby/models/economic_data_info.rb +229 -0
- data/lib/finnhub_ruby/models/economic_event.rb +19 -7
- data/lib/finnhub_ruby/models/estimate.rb +20 -8
- data/lib/finnhub_ruby/models/et_fs_country_exposure.rb +219 -0
- data/lib/finnhub_ruby/models/et_fs_holdings.rb +219 -0
- data/lib/finnhub_ruby/models/et_fs_industry_exposure.rb +219 -0
- data/lib/finnhub_ruby/models/et_fs_profile.rb +216 -0
- data/lib/finnhub_ruby/models/etf_country_exposure_data.rb +229 -0
- data/lib/finnhub_ruby/models/etf_holdings_data.rb +279 -0
- data/lib/finnhub_ruby/models/etf_profile_data.rb +389 -0
- data/lib/finnhub_ruby/models/etf_sector_exposure_data.rb +229 -0
- data/lib/finnhub_ruby/models/etfs_country_exposure.rb +231 -0
- data/lib/finnhub_ruby/models/etfs_holdings.rb +251 -0
- data/lib/finnhub_ruby/models/etfs_profile.rb +228 -0
- data/lib/finnhub_ruby/models/etfs_sector_exposure.rb +231 -0
- data/lib/finnhub_ruby/models/fda_comittee_meeting.rb +249 -0
- data/lib/finnhub_ruby/models/filing.rb +21 -9
- data/lib/finnhub_ruby/models/filing_sentiment.rb +299 -0
- data/lib/finnhub_ruby/models/financial_statements.rb +19 -7
- data/lib/finnhub_ruby/models/financials_as_reported.rb +20 -8
- data/lib/finnhub_ruby/models/forex_candles.rb +19 -7
- data/lib/finnhub_ruby/models/forex_symbol.rb +19 -7
- data/lib/finnhub_ruby/models/forexrates.rb +19 -7
- data/lib/finnhub_ruby/models/fund_ownership.rb +20 -8
- data/lib/finnhub_ruby/models/fund_ownership_info.rb +259 -0
- data/lib/finnhub_ruby/models/historical_nbbo.rb +345 -0
- data/lib/finnhub_ruby/models/index_historical_constituent.rb +239 -0
- data/lib/finnhub_ruby/models/indicator.rb +19 -7
- data/lib/finnhub_ruby/models/indices_constituents.rb +231 -0
- data/lib/finnhub_ruby/models/indices_historical_constituents.rb +231 -0
- data/lib/finnhub_ruby/models/insider_transactions.rb +231 -0
- data/lib/finnhub_ruby/models/international_filing.rb +299 -0
- data/lib/finnhub_ruby/models/investment_theme_portfolio.rb +219 -0
- data/lib/finnhub_ruby/models/investment_themes.rb +231 -0
- data/lib/finnhub_ruby/models/investment_themes_thematic_investing.rb +231 -0
- data/lib/finnhub_ruby/models/investor.rb +19 -7
- data/lib/finnhub_ruby/models/ipo_calendar.rb +20 -8
- data/lib/finnhub_ruby/models/ipo_event.rb +19 -7
- data/lib/finnhub_ruby/models/key_customers_suppliers.rb +249 -0
- data/lib/finnhub_ruby/models/last_bid_ask.rb +19 -7
- data/lib/finnhub_ruby/models/major_press_releases.rb +231 -0
- data/lib/finnhub_ruby/models/market_news.rb +299 -0
- data/lib/finnhub_ruby/models/mutual_fund_country_exposure.rb +231 -0
- data/lib/finnhub_ruby/models/mutual_fund_country_exposure_data.rb +229 -0
- data/lib/finnhub_ruby/models/mutual_fund_holdings.rb +251 -0
- data/lib/finnhub_ruby/models/mutual_fund_holdings_data.rb +279 -0
- data/lib/finnhub_ruby/models/mutual_fund_profile.rb +228 -0
- data/lib/finnhub_ruby/models/mutual_fund_profile_data.rb +419 -0
- data/lib/finnhub_ruby/models/mutual_fund_sector_exposure.rb +231 -0
- data/lib/finnhub_ruby/models/mutual_fund_sector_exposure_data.rb +229 -0
- data/lib/finnhub_ruby/models/mutual_funds_country_exposure.rb +231 -0
- data/lib/finnhub_ruby/models/mutual_funds_holdings.rb +251 -0
- data/lib/finnhub_ruby/models/mutual_funds_profile.rb +228 -0
- data/lib/finnhub_ruby/models/news.rb +19 -7
- data/lib/finnhub_ruby/models/news_sentiment.rb +19 -7
- data/lib/finnhub_ruby/models/ownership.rb +231 -0
- data/lib/finnhub_ruby/models/ownership_info.rb +249 -0
- data/lib/finnhub_ruby/models/pattern_recognition.rb +19 -7
- data/lib/finnhub_ruby/models/press_release.rb +231 -0
- data/lib/finnhub_ruby/models/price_target.rb +20 -8
- data/lib/finnhub_ruby/models/quote.rb +43 -11
- data/lib/finnhub_ruby/models/recommendation_trend.rb +19 -7
- data/lib/finnhub_ruby/models/reddit_sentiment_content.rb +279 -0
- data/lib/finnhub_ruby/models/report.rb +23 -11
- data/lib/finnhub_ruby/models/revenue_breakdown.rb +241 -0
- data/lib/finnhub_ruby/models/revenue_estimates.rb +20 -8
- data/lib/finnhub_ruby/models/sec_sentiment_analysis.rb +248 -0
- data/lib/finnhub_ruby/models/sentiment.rb +19 -7
- data/lib/finnhub_ruby/models/similarity_index.rb +241 -0
- data/lib/finnhub_ruby/models/social_sentiment.rb +243 -0
- data/lib/finnhub_ruby/models/split.rb +19 -7
- data/lib/finnhub_ruby/models/stock.rb +33 -11
- data/lib/finnhub_ruby/models/stock_candles.rb +19 -7
- data/lib/finnhub_ruby/models/stock_symbol.rb +279 -0
- data/lib/finnhub_ruby/models/stock_transcripts.rb +20 -8
- data/lib/finnhub_ruby/models/supply_chain_relationships.rb +231 -0
- data/lib/finnhub_ruby/models/support_resistance.rb +19 -7
- data/lib/finnhub_ruby/models/symbol_lookup.rb +231 -0
- data/lib/finnhub_ruby/models/symbol_lookup_info.rb +249 -0
- data/lib/finnhub_ruby/models/technical_analysis.rb +19 -7
- data/lib/finnhub_ruby/models/tick_data.rb +36 -12
- data/lib/finnhub_ruby/models/transactions.rb +279 -0
- data/lib/finnhub_ruby/models/transcript_content.rb +33 -11
- data/lib/finnhub_ruby/models/transcript_participant.rb +33 -11
- data/lib/finnhub_ruby/models/trend.rb +33 -11
- data/lib/finnhub_ruby/models/twitter_sentiment_content.rb +279 -0
- data/lib/finnhub_ruby/models/upgrade_downgrade.rb +19 -7
- data/lib/finnhub_ruby/version.rb +2 -2
- data/release.sh +12 -2
- data/spec/api/default_api_spec.rb +88 -2
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/aggregate_indicators_spec.rb +4 -11
- data/spec/models/basic_financials_spec.rb +10 -11
- data/spec/models/breakdown_item_spec.rb +40 -0
- data/spec/models/company_executive_spec.rb +4 -11
- data/spec/models/{news_spec.rb → company_news_spec.rb} +7 -14
- data/spec/models/company_news_statistics_spec.rb +4 -11
- data/spec/models/company_profile2_spec.rb +4 -11
- data/spec/models/company_profile_spec.rb +4 -11
- data/spec/models/company_spec.rb +4 -11
- data/spec/models/country_metadata_spec.rb +4 -11
- data/spec/models/covid_info_spec.rb +4 -11
- data/spec/models/crypto_candles_spec.rb +4 -11
- data/spec/models/crypto_symbol_spec.rb +4 -11
- data/spec/models/development_spec.rb +10 -11
- data/spec/models/dividends2_info_spec.rb +40 -0
- data/spec/models/dividends2_spec.rb +40 -0
- data/spec/models/dividends_spec.rb +4 -11
- data/spec/models/earning_estimate_spec.rb +4 -11
- data/spec/models/earning_release_spec.rb +4 -11
- data/spec/models/earning_result_spec.rb +16 -11
- data/spec/models/earnings_calendar_spec.rb +4 -11
- data/spec/models/earnings_call_transcripts_list_spec.rb +4 -11
- data/spec/models/earnings_call_transcripts_spec.rb +4 -11
- data/spec/models/earnings_estimates_spec.rb +4 -11
- data/spec/models/economic_calendar_spec.rb +4 -11
- data/spec/models/economic_code_spec.rb +4 -11
- data/spec/models/economic_data_info_spec.rb +40 -0
- data/spec/models/economic_data_spec.rb +4 -11
- data/spec/models/economic_event_spec.rb +4 -11
- data/spec/models/estimate_spec.rb +4 -11
- data/spec/models/etf_country_exposure_data_spec.rb +40 -0
- data/spec/models/etf_holdings_data_spec.rb +70 -0
- data/spec/models/etf_profile_data_spec.rb +136 -0
- data/spec/models/etf_sector_exposure_data_spec.rb +40 -0
- data/spec/models/etfs_country_exposure_spec.rb +40 -0
- data/spec/models/etfs_holdings_spec.rb +52 -0
- data/spec/models/etfs_profile_spec.rb +40 -0
- data/spec/models/etfs_sector_exposure_spec.rb +40 -0
- data/spec/models/fda_comittee_meeting_spec.rb +52 -0
- data/spec/models/filing_sentiment_spec.rb +82 -0
- data/spec/models/filing_spec.rb +4 -11
- data/spec/models/financial_statements_spec.rb +4 -11
- data/spec/models/financials_as_reported_spec.rb +4 -11
- data/spec/models/forex_candles_spec.rb +4 -11
- data/spec/models/forex_symbol_spec.rb +4 -11
- data/spec/models/forexrates_spec.rb +4 -11
- data/spec/models/fund_ownership_info_spec.rb +58 -0
- data/spec/models/fund_ownership_spec.rb +4 -11
- data/spec/models/historical_nbbo_spec.rb +100 -0
- data/spec/models/index_historical_constituent_spec.rb +46 -0
- data/spec/models/indicator_spec.rb +4 -11
- data/spec/models/indices_constituents_spec.rb +40 -0
- data/spec/models/indices_historical_constituents_spec.rb +40 -0
- data/spec/models/insider_transactions_spec.rb +40 -0
- data/spec/models/international_filing_spec.rb +82 -0
- data/spec/models/investment_theme_portfolio_spec.rb +34 -0
- data/spec/models/investment_themes_spec.rb +40 -0
- data/spec/models/ipo_calendar_spec.rb +4 -11
- data/spec/models/ipo_event_spec.rb +4 -11
- data/spec/models/key_customers_suppliers_spec.rb +52 -0
- data/spec/models/last_bid_ask_spec.rb +4 -11
- data/spec/models/market_news_spec.rb +82 -0
- data/spec/models/mutual_fund_country_exposure_data_spec.rb +40 -0
- data/spec/models/mutual_fund_country_exposure_spec.rb +40 -0
- data/spec/models/mutual_fund_holdings_data_spec.rb +70 -0
- data/spec/models/mutual_fund_holdings_spec.rb +52 -0
- data/spec/models/mutual_fund_profile_data_spec.rb +154 -0
- data/spec/models/mutual_fund_profile_spec.rb +40 -0
- data/spec/models/mutual_fund_sector_exposure_data_spec.rb +40 -0
- data/spec/models/mutual_fund_sector_exposure_spec.rb +40 -0
- data/spec/models/news_sentiment_spec.rb +4 -11
- data/spec/models/{investor_spec.rb → ownership_info_spec.rb} +7 -14
- data/spec/models/{investors_ownership_spec.rb → ownership_spec.rb} +7 -14
- data/spec/models/pattern_recognition_spec.rb +4 -11
- data/spec/models/{major_developments_spec.rb → press_release_spec.rb} +7 -14
- data/spec/models/price_target_spec.rb +4 -11
- data/spec/models/quote_spec.rb +16 -11
- data/spec/models/recommendation_trend_spec.rb +4 -11
- data/spec/models/reddit_sentiment_content_spec.rb +70 -0
- data/spec/models/report_spec.rb +4 -11
- data/spec/models/{stock_spec.rb → revenue_breakdown_spec.rb} +10 -17
- data/spec/models/revenue_estimates_spec.rb +4 -11
- data/spec/models/sec_sentiment_analysis_spec.rb +52 -0
- data/spec/models/sentiment_spec.rb +4 -11
- data/spec/models/similarity_index_spec.rb +46 -0
- data/spec/models/social_sentiment_spec.rb +46 -0
- data/spec/models/split_spec.rb +4 -11
- data/spec/models/stock_candles_spec.rb +4 -11
- data/spec/models/stock_symbol_spec.rb +70 -0
- data/spec/models/stock_transcripts_spec.rb +4 -11
- data/spec/models/supply_chain_relationships_spec.rb +40 -0
- data/spec/models/support_resistance_spec.rb +4 -11
- data/spec/models/symbol_lookup_info_spec.rb +52 -0
- data/spec/models/symbol_lookup_spec.rb +40 -0
- data/spec/models/technical_analysis_spec.rb +4 -11
- data/spec/models/tick_data_spec.rb +10 -11
- data/spec/models/transactions_spec.rb +70 -0
- data/spec/models/transcript_content_spec.rb +10 -11
- data/spec/models/transcript_participant_spec.rb +10 -11
- data/spec/models/trend_spec.rb +10 -11
- data/spec/models/twitter_sentiment_content_spec.rb +70 -0
- data/spec/models/upgrade_downgrade_spec.rb +4 -11
- data/spec/spec_helper.rb +1 -1
- metadata +211 -45
- data/docs/Investor.md +0 -23
- data/docs/InvestorsOwnership.md +0 -19
- data/docs/MajorDevelopments.md +0 -19
- data/docs/News.md +0 -33
- data/docs/Stock.md +0 -21
- data/finnhub_ruby-1.0.0.gem +0 -0
- data/test.rb +0 -139
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Finnhub API
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0.0
|
|
7
|
+
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
OpenAPI Generator version: 5.2.0
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for FinnhubRuby::SymbolLookup
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe FinnhubRuby::SymbolLookup do
|
|
21
|
+
let(:instance) { FinnhubRuby::SymbolLookup.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of SymbolLookup' do
|
|
24
|
+
it 'should create an instance of SymbolLookup' do
|
|
25
|
+
expect(instance).to be_instance_of(FinnhubRuby::SymbolLookup)
|
|
26
|
+
end
|
|
27
|
+
end
|
|
28
|
+
describe 'test attribute "result"' do
|
|
29
|
+
it 'should work' do
|
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
31
|
+
end
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
describe 'test attribute "count"' do
|
|
35
|
+
it 'should work' do
|
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version:
|
|
9
|
+
OpenAPI Generator version: 5.2.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -17,19 +17,12 @@ require 'date'
|
|
|
17
17
|
# Unit tests for FinnhubRuby::TechnicalAnalysis
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe
|
|
21
|
-
|
|
22
|
-
# run before each test
|
|
23
|
-
@instance = FinnhubRuby::TechnicalAnalysis.new
|
|
24
|
-
end
|
|
25
|
-
|
|
26
|
-
after do
|
|
27
|
-
# run after each test
|
|
28
|
-
end
|
|
20
|
+
describe FinnhubRuby::TechnicalAnalysis do
|
|
21
|
+
let(:instance) { FinnhubRuby::TechnicalAnalysis.new }
|
|
29
22
|
|
|
30
23
|
describe 'test an instance of TechnicalAnalysis' do
|
|
31
24
|
it 'should create an instance of TechnicalAnalysis' do
|
|
32
|
-
expect(
|
|
25
|
+
expect(instance).to be_instance_of(FinnhubRuby::TechnicalAnalysis)
|
|
33
26
|
end
|
|
34
27
|
end
|
|
35
28
|
describe 'test attribute "count"' do
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version:
|
|
9
|
+
OpenAPI Generator version: 5.2.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -17,19 +17,12 @@ require 'date'
|
|
|
17
17
|
# Unit tests for FinnhubRuby::TickData
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe
|
|
21
|
-
|
|
22
|
-
# run before each test
|
|
23
|
-
@instance = FinnhubRuby::TickData.new
|
|
24
|
-
end
|
|
25
|
-
|
|
26
|
-
after do
|
|
27
|
-
# run after each test
|
|
28
|
-
end
|
|
20
|
+
describe FinnhubRuby::TickData do
|
|
21
|
+
let(:instance) { FinnhubRuby::TickData.new }
|
|
29
22
|
|
|
30
23
|
describe 'test an instance of TickData' do
|
|
31
24
|
it 'should create an instance of TickData' do
|
|
32
|
-
expect(
|
|
25
|
+
expect(instance).to be_instance_of(FinnhubRuby::TickData)
|
|
33
26
|
end
|
|
34
27
|
end
|
|
35
28
|
describe 'test attribute "s"' do
|
|
@@ -80,4 +73,10 @@ describe 'TickData' do
|
|
|
80
73
|
end
|
|
81
74
|
end
|
|
82
75
|
|
|
76
|
+
describe 'test attribute "c"' do
|
|
77
|
+
it 'should work' do
|
|
78
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
79
|
+
end
|
|
80
|
+
end
|
|
81
|
+
|
|
83
82
|
end
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Finnhub API
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0.0
|
|
7
|
+
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
OpenAPI Generator version: 5.2.0
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for FinnhubRuby::Transactions
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe FinnhubRuby::Transactions do
|
|
21
|
+
let(:instance) { FinnhubRuby::Transactions.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of Transactions' do
|
|
24
|
+
it 'should create an instance of Transactions' do
|
|
25
|
+
expect(instance).to be_instance_of(FinnhubRuby::Transactions)
|
|
26
|
+
end
|
|
27
|
+
end
|
|
28
|
+
describe 'test attribute "name"' do
|
|
29
|
+
it 'should work' do
|
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
31
|
+
end
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
describe 'test attribute "share"' do
|
|
35
|
+
it 'should work' do
|
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
describe 'test attribute "change"' do
|
|
41
|
+
it 'should work' do
|
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
describe 'test attribute "filing_date"' do
|
|
47
|
+
it 'should work' do
|
|
48
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
describe 'test attribute "transaction_date"' do
|
|
53
|
+
it 'should work' do
|
|
54
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
55
|
+
end
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
describe 'test attribute "transaction_price"' do
|
|
59
|
+
it 'should work' do
|
|
60
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
61
|
+
end
|
|
62
|
+
end
|
|
63
|
+
|
|
64
|
+
describe 'test attribute "transaction_code"' do
|
|
65
|
+
it 'should work' do
|
|
66
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
67
|
+
end
|
|
68
|
+
end
|
|
69
|
+
|
|
70
|
+
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version:
|
|
9
|
+
OpenAPI Generator version: 5.2.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -17,19 +17,12 @@ require 'date'
|
|
|
17
17
|
# Unit tests for FinnhubRuby::TranscriptContent
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe
|
|
21
|
-
|
|
22
|
-
# run before each test
|
|
23
|
-
@instance = FinnhubRuby::TranscriptContent.new
|
|
24
|
-
end
|
|
25
|
-
|
|
26
|
-
after do
|
|
27
|
-
# run after each test
|
|
28
|
-
end
|
|
20
|
+
describe FinnhubRuby::TranscriptContent do
|
|
21
|
+
let(:instance) { FinnhubRuby::TranscriptContent.new }
|
|
29
22
|
|
|
30
23
|
describe 'test an instance of TranscriptContent' do
|
|
31
24
|
it 'should create an instance of TranscriptContent' do
|
|
32
|
-
expect(
|
|
25
|
+
expect(instance).to be_instance_of(FinnhubRuby::TranscriptContent)
|
|
33
26
|
end
|
|
34
27
|
end
|
|
35
28
|
describe 'test attribute "name"' do
|
|
@@ -44,4 +37,10 @@ describe 'TranscriptContent' do
|
|
|
44
37
|
end
|
|
45
38
|
end
|
|
46
39
|
|
|
40
|
+
describe 'test attribute "session"' do
|
|
41
|
+
it 'should work' do
|
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
|
|
47
46
|
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version:
|
|
9
|
+
OpenAPI Generator version: 5.2.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -17,19 +17,12 @@ require 'date'
|
|
|
17
17
|
# Unit tests for FinnhubRuby::TranscriptParticipant
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe
|
|
21
|
-
|
|
22
|
-
# run before each test
|
|
23
|
-
@instance = FinnhubRuby::TranscriptParticipant.new
|
|
24
|
-
end
|
|
25
|
-
|
|
26
|
-
after do
|
|
27
|
-
# run after each test
|
|
28
|
-
end
|
|
20
|
+
describe FinnhubRuby::TranscriptParticipant do
|
|
21
|
+
let(:instance) { FinnhubRuby::TranscriptParticipant.new }
|
|
29
22
|
|
|
30
23
|
describe 'test an instance of TranscriptParticipant' do
|
|
31
24
|
it 'should create an instance of TranscriptParticipant' do
|
|
32
|
-
expect(
|
|
25
|
+
expect(instance).to be_instance_of(FinnhubRuby::TranscriptParticipant)
|
|
33
26
|
end
|
|
34
27
|
end
|
|
35
28
|
describe 'test attribute "name"' do
|
|
@@ -44,4 +37,10 @@ describe 'TranscriptParticipant' do
|
|
|
44
37
|
end
|
|
45
38
|
end
|
|
46
39
|
|
|
40
|
+
describe 'test attribute "role"' do
|
|
41
|
+
it 'should work' do
|
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
|
|
47
46
|
end
|
data/spec/models/trend_spec.rb
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version:
|
|
9
|
+
OpenAPI Generator version: 5.2.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -17,19 +17,12 @@ require 'date'
|
|
|
17
17
|
# Unit tests for FinnhubRuby::Trend
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe
|
|
21
|
-
|
|
22
|
-
# run before each test
|
|
23
|
-
@instance = FinnhubRuby::Trend.new
|
|
24
|
-
end
|
|
25
|
-
|
|
26
|
-
after do
|
|
27
|
-
# run after each test
|
|
28
|
-
end
|
|
20
|
+
describe FinnhubRuby::Trend do
|
|
21
|
+
let(:instance) { FinnhubRuby::Trend.new }
|
|
29
22
|
|
|
30
23
|
describe 'test an instance of Trend' do
|
|
31
24
|
it 'should create an instance of Trend' do
|
|
32
|
-
expect(
|
|
25
|
+
expect(instance).to be_instance_of(FinnhubRuby::Trend)
|
|
33
26
|
end
|
|
34
27
|
end
|
|
35
28
|
describe 'test attribute "adx"' do
|
|
@@ -38,4 +31,10 @@ describe 'Trend' do
|
|
|
38
31
|
end
|
|
39
32
|
end
|
|
40
33
|
|
|
34
|
+
describe 'test attribute "trending"' do
|
|
35
|
+
it 'should work' do
|
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
|
|
41
40
|
end
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Finnhub API
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0.0
|
|
7
|
+
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
OpenAPI Generator version: 5.2.0
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for FinnhubRuby::TwitterSentimentContent
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe FinnhubRuby::TwitterSentimentContent do
|
|
21
|
+
let(:instance) { FinnhubRuby::TwitterSentimentContent.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of TwitterSentimentContent' do
|
|
24
|
+
it 'should create an instance of TwitterSentimentContent' do
|
|
25
|
+
expect(instance).to be_instance_of(FinnhubRuby::TwitterSentimentContent)
|
|
26
|
+
end
|
|
27
|
+
end
|
|
28
|
+
describe 'test attribute "mention"' do
|
|
29
|
+
it 'should work' do
|
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
31
|
+
end
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
describe 'test attribute "positive_mention"' do
|
|
35
|
+
it 'should work' do
|
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
describe 'test attribute "negative_mention"' do
|
|
41
|
+
it 'should work' do
|
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
describe 'test attribute "positive_score"' do
|
|
47
|
+
it 'should work' do
|
|
48
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
describe 'test attribute "negative_score"' do
|
|
53
|
+
it 'should work' do
|
|
54
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
55
|
+
end
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
describe 'test attribute "score"' do
|
|
59
|
+
it 'should work' do
|
|
60
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
61
|
+
end
|
|
62
|
+
end
|
|
63
|
+
|
|
64
|
+
describe 'test attribute "at_time"' do
|
|
65
|
+
it 'should work' do
|
|
66
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
67
|
+
end
|
|
68
|
+
end
|
|
69
|
+
|
|
70
|
+
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version:
|
|
9
|
+
OpenAPI Generator version: 5.2.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -17,19 +17,12 @@ require 'date'
|
|
|
17
17
|
# Unit tests for FinnhubRuby::UpgradeDowngrade
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe
|
|
21
|
-
|
|
22
|
-
# run before each test
|
|
23
|
-
@instance = FinnhubRuby::UpgradeDowngrade.new
|
|
24
|
-
end
|
|
25
|
-
|
|
26
|
-
after do
|
|
27
|
-
# run after each test
|
|
28
|
-
end
|
|
20
|
+
describe FinnhubRuby::UpgradeDowngrade do
|
|
21
|
+
let(:instance) { FinnhubRuby::UpgradeDowngrade.new }
|
|
29
22
|
|
|
30
23
|
describe 'test an instance of UpgradeDowngrade' do
|
|
31
24
|
it 'should create an instance of UpgradeDowngrade' do
|
|
32
|
-
expect(
|
|
25
|
+
expect(instance).to be_instance_of(FinnhubRuby::UpgradeDowngrade)
|
|
33
26
|
end
|
|
34
27
|
end
|
|
35
28
|
describe 'test attribute "symbol"' do
|
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: finnhub_ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-07-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -30,26 +30,6 @@ dependencies:
|
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 1.0.1
|
|
33
|
-
- !ruby/object:Gem::Dependency
|
|
34
|
-
name: json
|
|
35
|
-
requirement: !ruby/object:Gem::Requirement
|
|
36
|
-
requirements:
|
|
37
|
-
- - ">="
|
|
38
|
-
- !ruby/object:Gem::Version
|
|
39
|
-
version: 2.1.0
|
|
40
|
-
- - "~>"
|
|
41
|
-
- !ruby/object:Gem::Version
|
|
42
|
-
version: '2.1'
|
|
43
|
-
type: :runtime
|
|
44
|
-
prerelease: false
|
|
45
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
46
|
-
requirements:
|
|
47
|
-
- - ">="
|
|
48
|
-
- !ruby/object:Gem::Version
|
|
49
|
-
version: 2.1.0
|
|
50
|
-
- - "~>"
|
|
51
|
-
- !ruby/object:Gem::Version
|
|
52
|
-
version: '2.1'
|
|
53
33
|
- !ruby/object:Gem::Dependency
|
|
54
34
|
name: rspec
|
|
55
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -70,9 +50,9 @@ dependencies:
|
|
|
70
50
|
- - "~>"
|
|
71
51
|
- !ruby/object:Gem::Version
|
|
72
52
|
version: '3.6'
|
|
73
|
-
description:
|
|
53
|
+
description: No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
74
54
|
email:
|
|
75
|
-
-
|
|
55
|
+
- ''
|
|
76
56
|
executables: []
|
|
77
57
|
extensions: []
|
|
78
58
|
extra_rdoc_files: []
|
|
@@ -83,8 +63,10 @@ files:
|
|
|
83
63
|
- Rakefile
|
|
84
64
|
- docs/AggregateIndicators.md
|
|
85
65
|
- docs/BasicFinancials.md
|
|
66
|
+
- docs/BreakdownItem.md
|
|
86
67
|
- docs/Company.md
|
|
87
68
|
- docs/CompanyExecutive.md
|
|
69
|
+
- docs/CompanyNews.md
|
|
88
70
|
- docs/CompanyNewsStatistics.md
|
|
89
71
|
- docs/CompanyProfile.md
|
|
90
72
|
- docs/CompanyProfile2.md
|
|
@@ -95,6 +77,16 @@ files:
|
|
|
95
77
|
- docs/DefaultApi.md
|
|
96
78
|
- docs/Development.md
|
|
97
79
|
- docs/Dividends.md
|
|
80
|
+
- docs/Dividends2.md
|
|
81
|
+
- docs/Dividends2Info.md
|
|
82
|
+
- docs/ETFCountryExposureData.md
|
|
83
|
+
- docs/ETFHoldingsData.md
|
|
84
|
+
- docs/ETFProfileData.md
|
|
85
|
+
- docs/ETFSectorExposureData.md
|
|
86
|
+
- docs/ETFsCountryExposure.md
|
|
87
|
+
- docs/ETFsHoldings.md
|
|
88
|
+
- docs/ETFsProfile.md
|
|
89
|
+
- docs/ETFsSectorExposure.md
|
|
98
90
|
- docs/EarningEstimate.md
|
|
99
91
|
- docs/EarningRelease.md
|
|
100
92
|
- docs/EarningResult.md
|
|
@@ -105,43 +97,74 @@ files:
|
|
|
105
97
|
- docs/EconomicCalendar.md
|
|
106
98
|
- docs/EconomicCode.md
|
|
107
99
|
- docs/EconomicData.md
|
|
100
|
+
- docs/EconomicDataInfo.md
|
|
108
101
|
- docs/EconomicEvent.md
|
|
109
102
|
- docs/Estimate.md
|
|
103
|
+
- docs/FDAComitteeMeeting.md
|
|
110
104
|
- docs/Filing.md
|
|
105
|
+
- docs/FilingSentiment.md
|
|
111
106
|
- docs/FinancialStatements.md
|
|
112
107
|
- docs/FinancialsAsReported.md
|
|
113
108
|
- docs/ForexCandles.md
|
|
114
109
|
- docs/ForexSymbol.md
|
|
115
110
|
- docs/Forexrates.md
|
|
116
111
|
- docs/FundOwnership.md
|
|
112
|
+
- docs/FundOwnershipInfo.md
|
|
113
|
+
- docs/HistoricalNBBO.md
|
|
117
114
|
- docs/IPOCalendar.md
|
|
118
115
|
- docs/IPOEvent.md
|
|
116
|
+
- docs/IndexHistoricalConstituent.md
|
|
119
117
|
- docs/Indicator.md
|
|
120
|
-
- docs/
|
|
121
|
-
- docs/
|
|
118
|
+
- docs/IndicesConstituents.md
|
|
119
|
+
- docs/IndicesHistoricalConstituents.md
|
|
120
|
+
- docs/InsiderTransactions.md
|
|
121
|
+
- docs/InternationalFiling.md
|
|
122
|
+
- docs/InvestmentThemePortfolio.md
|
|
123
|
+
- docs/InvestmentThemes.md
|
|
124
|
+
- docs/KeyCustomersSuppliers.md
|
|
122
125
|
- docs/LastBidAsk.md
|
|
123
|
-
- docs/
|
|
124
|
-
- docs/
|
|
126
|
+
- docs/MarketNews.md
|
|
127
|
+
- docs/MutualFundCountryExposure.md
|
|
128
|
+
- docs/MutualFundCountryExposureData.md
|
|
129
|
+
- docs/MutualFundHoldings.md
|
|
130
|
+
- docs/MutualFundHoldingsData.md
|
|
131
|
+
- docs/MutualFundProfile.md
|
|
132
|
+
- docs/MutualFundProfileData.md
|
|
133
|
+
- docs/MutualFundSectorExposure.md
|
|
134
|
+
- docs/MutualFundSectorExposureData.md
|
|
125
135
|
- docs/NewsSentiment.md
|
|
136
|
+
- docs/Ownership.md
|
|
137
|
+
- docs/OwnershipInfo.md
|
|
126
138
|
- docs/PatternRecognition.md
|
|
139
|
+
- docs/PressRelease.md
|
|
127
140
|
- docs/PriceTarget.md
|
|
128
141
|
- docs/Quote.md
|
|
129
142
|
- docs/RecommendationTrend.md
|
|
143
|
+
- docs/RedditSentimentContent.md
|
|
130
144
|
- docs/Report.md
|
|
145
|
+
- docs/RevenueBreakdown.md
|
|
131
146
|
- docs/RevenueEstimates.md
|
|
147
|
+
- docs/SECSentimentAnalysis.md
|
|
132
148
|
- docs/Sentiment.md
|
|
149
|
+
- docs/SimilarityIndex.md
|
|
150
|
+
- docs/SocialSentiment.md
|
|
133
151
|
- docs/Split.md
|
|
134
|
-
- docs/Stock.md
|
|
135
152
|
- docs/StockCandles.md
|
|
153
|
+
- docs/StockSymbol.md
|
|
136
154
|
- docs/StockTranscripts.md
|
|
155
|
+
- docs/SupplyChainRelationships.md
|
|
137
156
|
- docs/SupportResistance.md
|
|
157
|
+
- docs/SymbolLookup.md
|
|
158
|
+
- docs/SymbolLookupInfo.md
|
|
138
159
|
- docs/TechnicalAnalysis.md
|
|
139
160
|
- docs/TickData.md
|
|
161
|
+
- docs/Transactions.md
|
|
140
162
|
- docs/TranscriptContent.md
|
|
141
163
|
- docs/TranscriptParticipant.md
|
|
142
164
|
- docs/Trend.md
|
|
165
|
+
- docs/TwitterSentimentContent.md
|
|
143
166
|
- docs/UpgradeDowngrade.md
|
|
144
|
-
- finnhub_ruby-1.
|
|
167
|
+
- finnhub_ruby-1.1.5.gem
|
|
145
168
|
- finnhub_ruby.gemspec
|
|
146
169
|
- git_push.sh
|
|
147
170
|
- lib/finnhub_ruby.rb
|
|
@@ -151,8 +174,10 @@ files:
|
|
|
151
174
|
- lib/finnhub_ruby/configuration.rb
|
|
152
175
|
- lib/finnhub_ruby/models/aggregate_indicators.rb
|
|
153
176
|
- lib/finnhub_ruby/models/basic_financials.rb
|
|
177
|
+
- lib/finnhub_ruby/models/breakdown_item.rb
|
|
154
178
|
- lib/finnhub_ruby/models/company.rb
|
|
155
179
|
- lib/finnhub_ruby/models/company_executive.rb
|
|
180
|
+
- lib/finnhub_ruby/models/company_news.rb
|
|
156
181
|
- lib/finnhub_ruby/models/company_news_statistics.rb
|
|
157
182
|
- lib/finnhub_ruby/models/company_profile.rb
|
|
158
183
|
- lib/finnhub_ruby/models/company_profile2.rb
|
|
@@ -162,6 +187,9 @@ files:
|
|
|
162
187
|
- lib/finnhub_ruby/models/crypto_symbol.rb
|
|
163
188
|
- lib/finnhub_ruby/models/development.rb
|
|
164
189
|
- lib/finnhub_ruby/models/dividends.rb
|
|
190
|
+
- lib/finnhub_ruby/models/dividends2.rb
|
|
191
|
+
- lib/finnhub_ruby/models/dividends2_basic.rb
|
|
192
|
+
- lib/finnhub_ruby/models/dividends2_info.rb
|
|
165
193
|
- lib/finnhub_ruby/models/earning_estimate.rb
|
|
166
194
|
- lib/finnhub_ruby/models/earning_release.rb
|
|
167
195
|
- lib/finnhub_ruby/models/earning_result.rb
|
|
@@ -172,41 +200,94 @@ files:
|
|
|
172
200
|
- lib/finnhub_ruby/models/economic_calendar.rb
|
|
173
201
|
- lib/finnhub_ruby/models/economic_code.rb
|
|
174
202
|
- lib/finnhub_ruby/models/economic_data.rb
|
|
203
|
+
- lib/finnhub_ruby/models/economic_data_info.rb
|
|
175
204
|
- lib/finnhub_ruby/models/economic_event.rb
|
|
176
205
|
- lib/finnhub_ruby/models/estimate.rb
|
|
206
|
+
- lib/finnhub_ruby/models/et_fs_country_exposure.rb
|
|
207
|
+
- lib/finnhub_ruby/models/et_fs_holdings.rb
|
|
208
|
+
- lib/finnhub_ruby/models/et_fs_industry_exposure.rb
|
|
209
|
+
- lib/finnhub_ruby/models/et_fs_profile.rb
|
|
210
|
+
- lib/finnhub_ruby/models/etf_country_exposure_data.rb
|
|
211
|
+
- lib/finnhub_ruby/models/etf_holdings_data.rb
|
|
212
|
+
- lib/finnhub_ruby/models/etf_profile_data.rb
|
|
213
|
+
- lib/finnhub_ruby/models/etf_sector_exposure_data.rb
|
|
214
|
+
- lib/finnhub_ruby/models/etfs_country_exposure.rb
|
|
215
|
+
- lib/finnhub_ruby/models/etfs_holdings.rb
|
|
216
|
+
- lib/finnhub_ruby/models/etfs_profile.rb
|
|
217
|
+
- lib/finnhub_ruby/models/etfs_sector_exposure.rb
|
|
218
|
+
- lib/finnhub_ruby/models/fda_comittee_meeting.rb
|
|
177
219
|
- lib/finnhub_ruby/models/filing.rb
|
|
220
|
+
- lib/finnhub_ruby/models/filing_sentiment.rb
|
|
178
221
|
- lib/finnhub_ruby/models/financial_statements.rb
|
|
179
222
|
- lib/finnhub_ruby/models/financials_as_reported.rb
|
|
180
223
|
- lib/finnhub_ruby/models/forex_candles.rb
|
|
181
224
|
- lib/finnhub_ruby/models/forex_symbol.rb
|
|
182
225
|
- lib/finnhub_ruby/models/forexrates.rb
|
|
183
226
|
- lib/finnhub_ruby/models/fund_ownership.rb
|
|
227
|
+
- lib/finnhub_ruby/models/fund_ownership_info.rb
|
|
228
|
+
- lib/finnhub_ruby/models/historical_nbbo.rb
|
|
229
|
+
- lib/finnhub_ruby/models/index_historical_constituent.rb
|
|
184
230
|
- lib/finnhub_ruby/models/indicator.rb
|
|
231
|
+
- lib/finnhub_ruby/models/indices_constituents.rb
|
|
232
|
+
- lib/finnhub_ruby/models/indices_historical_constituents.rb
|
|
233
|
+
- lib/finnhub_ruby/models/insider_transactions.rb
|
|
234
|
+
- lib/finnhub_ruby/models/international_filing.rb
|
|
235
|
+
- lib/finnhub_ruby/models/investment_theme_portfolio.rb
|
|
236
|
+
- lib/finnhub_ruby/models/investment_themes.rb
|
|
237
|
+
- lib/finnhub_ruby/models/investment_themes_thematic_investing.rb
|
|
185
238
|
- lib/finnhub_ruby/models/investor.rb
|
|
186
239
|
- lib/finnhub_ruby/models/investors_ownership.rb
|
|
187
240
|
- lib/finnhub_ruby/models/ipo_calendar.rb
|
|
188
241
|
- lib/finnhub_ruby/models/ipo_event.rb
|
|
242
|
+
- lib/finnhub_ruby/models/key_customers_suppliers.rb
|
|
189
243
|
- lib/finnhub_ruby/models/last_bid_ask.rb
|
|
190
244
|
- lib/finnhub_ruby/models/major_developments.rb
|
|
245
|
+
- lib/finnhub_ruby/models/major_press_releases.rb
|
|
246
|
+
- lib/finnhub_ruby/models/market_news.rb
|
|
247
|
+
- lib/finnhub_ruby/models/mutual_fund_country_exposure.rb
|
|
248
|
+
- lib/finnhub_ruby/models/mutual_fund_country_exposure_data.rb
|
|
249
|
+
- lib/finnhub_ruby/models/mutual_fund_holdings.rb
|
|
250
|
+
- lib/finnhub_ruby/models/mutual_fund_holdings_data.rb
|
|
251
|
+
- lib/finnhub_ruby/models/mutual_fund_profile.rb
|
|
252
|
+
- lib/finnhub_ruby/models/mutual_fund_profile_data.rb
|
|
253
|
+
- lib/finnhub_ruby/models/mutual_fund_sector_exposure.rb
|
|
254
|
+
- lib/finnhub_ruby/models/mutual_fund_sector_exposure_data.rb
|
|
255
|
+
- lib/finnhub_ruby/models/mutual_funds_country_exposure.rb
|
|
256
|
+
- lib/finnhub_ruby/models/mutual_funds_holdings.rb
|
|
257
|
+
- lib/finnhub_ruby/models/mutual_funds_profile.rb
|
|
191
258
|
- lib/finnhub_ruby/models/news.rb
|
|
192
259
|
- lib/finnhub_ruby/models/news_sentiment.rb
|
|
260
|
+
- lib/finnhub_ruby/models/ownership.rb
|
|
261
|
+
- lib/finnhub_ruby/models/ownership_info.rb
|
|
193
262
|
- lib/finnhub_ruby/models/pattern_recognition.rb
|
|
263
|
+
- lib/finnhub_ruby/models/press_release.rb
|
|
194
264
|
- lib/finnhub_ruby/models/price_target.rb
|
|
195
265
|
- lib/finnhub_ruby/models/quote.rb
|
|
196
266
|
- lib/finnhub_ruby/models/recommendation_trend.rb
|
|
267
|
+
- lib/finnhub_ruby/models/reddit_sentiment_content.rb
|
|
197
268
|
- lib/finnhub_ruby/models/report.rb
|
|
269
|
+
- lib/finnhub_ruby/models/revenue_breakdown.rb
|
|
198
270
|
- lib/finnhub_ruby/models/revenue_estimates.rb
|
|
271
|
+
- lib/finnhub_ruby/models/sec_sentiment_analysis.rb
|
|
199
272
|
- lib/finnhub_ruby/models/sentiment.rb
|
|
273
|
+
- lib/finnhub_ruby/models/similarity_index.rb
|
|
274
|
+
- lib/finnhub_ruby/models/social_sentiment.rb
|
|
200
275
|
- lib/finnhub_ruby/models/split.rb
|
|
201
276
|
- lib/finnhub_ruby/models/stock.rb
|
|
202
277
|
- lib/finnhub_ruby/models/stock_candles.rb
|
|
278
|
+
- lib/finnhub_ruby/models/stock_symbol.rb
|
|
203
279
|
- lib/finnhub_ruby/models/stock_transcripts.rb
|
|
280
|
+
- lib/finnhub_ruby/models/supply_chain_relationships.rb
|
|
204
281
|
- lib/finnhub_ruby/models/support_resistance.rb
|
|
282
|
+
- lib/finnhub_ruby/models/symbol_lookup.rb
|
|
283
|
+
- lib/finnhub_ruby/models/symbol_lookup_info.rb
|
|
205
284
|
- lib/finnhub_ruby/models/technical_analysis.rb
|
|
206
285
|
- lib/finnhub_ruby/models/tick_data.rb
|
|
286
|
+
- lib/finnhub_ruby/models/transactions.rb
|
|
207
287
|
- lib/finnhub_ruby/models/transcript_content.rb
|
|
208
288
|
- lib/finnhub_ruby/models/transcript_participant.rb
|
|
209
289
|
- lib/finnhub_ruby/models/trend.rb
|
|
290
|
+
- lib/finnhub_ruby/models/twitter_sentiment_content.rb
|
|
210
291
|
- lib/finnhub_ruby/models/upgrade_downgrade.rb
|
|
211
292
|
- lib/finnhub_ruby/version.rb
|
|
212
293
|
- release.sh
|
|
@@ -215,7 +296,9 @@ files:
|
|
|
215
296
|
- spec/configuration_spec.rb
|
|
216
297
|
- spec/models/aggregate_indicators_spec.rb
|
|
217
298
|
- spec/models/basic_financials_spec.rb
|
|
299
|
+
- spec/models/breakdown_item_spec.rb
|
|
218
300
|
- spec/models/company_executive_spec.rb
|
|
301
|
+
- spec/models/company_news_spec.rb
|
|
219
302
|
- spec/models/company_news_statistics_spec.rb
|
|
220
303
|
- spec/models/company_profile2_spec.rb
|
|
221
304
|
- spec/models/company_profile_spec.rb
|
|
@@ -225,6 +308,8 @@ files:
|
|
|
225
308
|
- spec/models/crypto_candles_spec.rb
|
|
226
309
|
- spec/models/crypto_symbol_spec.rb
|
|
227
310
|
- spec/models/development_spec.rb
|
|
311
|
+
- spec/models/dividends2_info_spec.rb
|
|
312
|
+
- spec/models/dividends2_spec.rb
|
|
228
313
|
- spec/models/dividends_spec.rb
|
|
229
314
|
- spec/models/earning_estimate_spec.rb
|
|
230
315
|
- spec/models/earning_release_spec.rb
|
|
@@ -235,48 +320,86 @@ files:
|
|
|
235
320
|
- spec/models/earnings_estimates_spec.rb
|
|
236
321
|
- spec/models/economic_calendar_spec.rb
|
|
237
322
|
- spec/models/economic_code_spec.rb
|
|
323
|
+
- spec/models/economic_data_info_spec.rb
|
|
238
324
|
- spec/models/economic_data_spec.rb
|
|
239
325
|
- spec/models/economic_event_spec.rb
|
|
240
326
|
- spec/models/estimate_spec.rb
|
|
327
|
+
- spec/models/etf_country_exposure_data_spec.rb
|
|
328
|
+
- spec/models/etf_holdings_data_spec.rb
|
|
329
|
+
- spec/models/etf_profile_data_spec.rb
|
|
330
|
+
- spec/models/etf_sector_exposure_data_spec.rb
|
|
331
|
+
- spec/models/etfs_country_exposure_spec.rb
|
|
332
|
+
- spec/models/etfs_holdings_spec.rb
|
|
333
|
+
- spec/models/etfs_profile_spec.rb
|
|
334
|
+
- spec/models/etfs_sector_exposure_spec.rb
|
|
335
|
+
- spec/models/fda_comittee_meeting_spec.rb
|
|
336
|
+
- spec/models/filing_sentiment_spec.rb
|
|
241
337
|
- spec/models/filing_spec.rb
|
|
242
338
|
- spec/models/financial_statements_spec.rb
|
|
243
339
|
- spec/models/financials_as_reported_spec.rb
|
|
244
340
|
- spec/models/forex_candles_spec.rb
|
|
245
341
|
- spec/models/forex_symbol_spec.rb
|
|
246
342
|
- spec/models/forexrates_spec.rb
|
|
343
|
+
- spec/models/fund_ownership_info_spec.rb
|
|
247
344
|
- spec/models/fund_ownership_spec.rb
|
|
345
|
+
- spec/models/historical_nbbo_spec.rb
|
|
346
|
+
- spec/models/index_historical_constituent_spec.rb
|
|
248
347
|
- spec/models/indicator_spec.rb
|
|
249
|
-
- spec/models/
|
|
250
|
-
- spec/models/
|
|
348
|
+
- spec/models/indices_constituents_spec.rb
|
|
349
|
+
- spec/models/indices_historical_constituents_spec.rb
|
|
350
|
+
- spec/models/insider_transactions_spec.rb
|
|
351
|
+
- spec/models/international_filing_spec.rb
|
|
352
|
+
- spec/models/investment_theme_portfolio_spec.rb
|
|
353
|
+
- spec/models/investment_themes_spec.rb
|
|
251
354
|
- spec/models/ipo_calendar_spec.rb
|
|
252
355
|
- spec/models/ipo_event_spec.rb
|
|
356
|
+
- spec/models/key_customers_suppliers_spec.rb
|
|
253
357
|
- spec/models/last_bid_ask_spec.rb
|
|
254
|
-
- spec/models/
|
|
358
|
+
- spec/models/market_news_spec.rb
|
|
359
|
+
- spec/models/mutual_fund_country_exposure_data_spec.rb
|
|
360
|
+
- spec/models/mutual_fund_country_exposure_spec.rb
|
|
361
|
+
- spec/models/mutual_fund_holdings_data_spec.rb
|
|
362
|
+
- spec/models/mutual_fund_holdings_spec.rb
|
|
363
|
+
- spec/models/mutual_fund_profile_data_spec.rb
|
|
364
|
+
- spec/models/mutual_fund_profile_spec.rb
|
|
365
|
+
- spec/models/mutual_fund_sector_exposure_data_spec.rb
|
|
366
|
+
- spec/models/mutual_fund_sector_exposure_spec.rb
|
|
255
367
|
- spec/models/news_sentiment_spec.rb
|
|
256
|
-
- spec/models/
|
|
368
|
+
- spec/models/ownership_info_spec.rb
|
|
369
|
+
- spec/models/ownership_spec.rb
|
|
257
370
|
- spec/models/pattern_recognition_spec.rb
|
|
371
|
+
- spec/models/press_release_spec.rb
|
|
258
372
|
- spec/models/price_target_spec.rb
|
|
259
373
|
- spec/models/quote_spec.rb
|
|
260
374
|
- spec/models/recommendation_trend_spec.rb
|
|
375
|
+
- spec/models/reddit_sentiment_content_spec.rb
|
|
261
376
|
- spec/models/report_spec.rb
|
|
377
|
+
- spec/models/revenue_breakdown_spec.rb
|
|
262
378
|
- spec/models/revenue_estimates_spec.rb
|
|
379
|
+
- spec/models/sec_sentiment_analysis_spec.rb
|
|
263
380
|
- spec/models/sentiment_spec.rb
|
|
381
|
+
- spec/models/similarity_index_spec.rb
|
|
382
|
+
- spec/models/social_sentiment_spec.rb
|
|
264
383
|
- spec/models/split_spec.rb
|
|
265
384
|
- spec/models/stock_candles_spec.rb
|
|
266
|
-
- spec/models/
|
|
385
|
+
- spec/models/stock_symbol_spec.rb
|
|
267
386
|
- spec/models/stock_transcripts_spec.rb
|
|
387
|
+
- spec/models/supply_chain_relationships_spec.rb
|
|
268
388
|
- spec/models/support_resistance_spec.rb
|
|
389
|
+
- spec/models/symbol_lookup_info_spec.rb
|
|
390
|
+
- spec/models/symbol_lookup_spec.rb
|
|
269
391
|
- spec/models/technical_analysis_spec.rb
|
|
270
392
|
- spec/models/tick_data_spec.rb
|
|
393
|
+
- spec/models/transactions_spec.rb
|
|
271
394
|
- spec/models/transcript_content_spec.rb
|
|
272
395
|
- spec/models/transcript_participant_spec.rb
|
|
273
396
|
- spec/models/trend_spec.rb
|
|
397
|
+
- spec/models/twitter_sentiment_content_spec.rb
|
|
274
398
|
- spec/models/upgrade_downgrade_spec.rb
|
|
275
399
|
- spec/spec_helper.rb
|
|
276
|
-
-
|
|
277
|
-
homepage: https://finnhub.io/
|
|
400
|
+
homepage: https://openapi-generator.tech
|
|
278
401
|
licenses:
|
|
279
|
-
-
|
|
402
|
+
- Unlicense
|
|
280
403
|
metadata: {}
|
|
281
404
|
post_install_message:
|
|
282
405
|
rdoc_options: []
|
|
@@ -286,7 +409,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
286
409
|
requirements:
|
|
287
410
|
- - ">="
|
|
288
411
|
- !ruby/object:Gem::Version
|
|
289
|
-
version: '
|
|
412
|
+
version: '2.4'
|
|
290
413
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
291
414
|
requirements:
|
|
292
415
|
- - ">="
|
|
@@ -302,62 +425,105 @@ test_files:
|
|
|
302
425
|
- spec/api_client_spec.rb
|
|
303
426
|
- spec/configuration_spec.rb
|
|
304
427
|
- spec/models/support_resistance_spec.rb
|
|
428
|
+
- spec/models/mutual_fund_sector_exposure_spec.rb
|
|
305
429
|
- spec/models/economic_calendar_spec.rb
|
|
430
|
+
- spec/models/economic_data_info_spec.rb
|
|
306
431
|
- spec/models/filing_spec.rb
|
|
432
|
+
- spec/models/supply_chain_relationships_spec.rb
|
|
433
|
+
- spec/models/dividends2_spec.rb
|
|
307
434
|
- spec/models/revenue_estimates_spec.rb
|
|
435
|
+
- spec/models/etf_holdings_data_spec.rb
|
|
308
436
|
- spec/models/stock_transcripts_spec.rb
|
|
309
437
|
- spec/models/development_spec.rb
|
|
438
|
+
- spec/models/social_sentiment_spec.rb
|
|
310
439
|
- spec/models/company_news_statistics_spec.rb
|
|
311
440
|
- spec/models/price_target_spec.rb
|
|
441
|
+
- spec/models/insider_transactions_spec.rb
|
|
312
442
|
- spec/models/ipo_event_spec.rb
|
|
313
443
|
- spec/models/basic_financials_spec.rb
|
|
314
444
|
- spec/models/crypto_candles_spec.rb
|
|
445
|
+
- spec/models/index_historical_constituent_spec.rb
|
|
315
446
|
- spec/models/report_spec.rb
|
|
316
447
|
- spec/models/recommendation_trend_spec.rb
|
|
448
|
+
- spec/models/market_news_spec.rb
|
|
449
|
+
- spec/models/indices_historical_constituents_spec.rb
|
|
450
|
+
- spec/models/mutual_fund_holdings_spec.rb
|
|
451
|
+
- spec/models/historical_nbbo_spec.rb
|
|
452
|
+
- spec/models/indices_constituents_spec.rb
|
|
317
453
|
- spec/models/trend_spec.rb
|
|
318
454
|
- spec/models/company_profile2_spec.rb
|
|
455
|
+
- spec/models/fda_comittee_meeting_spec.rb
|
|
319
456
|
- spec/models/earnings_estimates_spec.rb
|
|
320
457
|
- spec/models/transcript_participant_spec.rb
|
|
458
|
+
- spec/models/revenue_breakdown_spec.rb
|
|
321
459
|
- spec/models/company_spec.rb
|
|
322
|
-
- spec/models/
|
|
460
|
+
- spec/models/investment_theme_portfolio_spec.rb
|
|
461
|
+
- spec/models/etf_country_exposure_data_spec.rb
|
|
323
462
|
- spec/models/forex_symbol_spec.rb
|
|
324
|
-
- spec/models/
|
|
325
|
-
- spec/models/
|
|
463
|
+
- spec/models/key_customers_suppliers_spec.rb
|
|
464
|
+
- spec/models/symbol_lookup_info_spec.rb
|
|
465
|
+
- spec/models/mutual_fund_sector_exposure_data_spec.rb
|
|
326
466
|
- spec/models/earning_estimate_spec.rb
|
|
327
467
|
- spec/models/company_executive_spec.rb
|
|
328
468
|
- spec/models/earning_release_spec.rb
|
|
469
|
+
- spec/models/mutual_fund_profile_data_spec.rb
|
|
470
|
+
- spec/models/etfs_country_exposure_spec.rb
|
|
329
471
|
- spec/models/economic_code_spec.rb
|
|
330
472
|
- spec/models/earnings_call_transcripts_spec.rb
|
|
331
473
|
- spec/models/earning_result_spec.rb
|
|
474
|
+
- spec/models/company_news_spec.rb
|
|
475
|
+
- spec/models/etfs_holdings_spec.rb
|
|
332
476
|
- spec/models/aggregate_indicators_spec.rb
|
|
477
|
+
- spec/models/similarity_index_spec.rb
|
|
478
|
+
- spec/models/etf_profile_data_spec.rb
|
|
333
479
|
- spec/models/country_metadata_spec.rb
|
|
334
480
|
- spec/models/news_sentiment_spec.rb
|
|
335
481
|
- spec/models/forex_candles_spec.rb
|
|
482
|
+
- spec/models/dividends2_info_spec.rb
|
|
336
483
|
- spec/models/tick_data_spec.rb
|
|
484
|
+
- spec/models/mutual_fund_country_exposure_data_spec.rb
|
|
485
|
+
- spec/models/fund_ownership_info_spec.rb
|
|
486
|
+
- spec/models/etfs_profile_spec.rb
|
|
337
487
|
- spec/models/financials_as_reported_spec.rb
|
|
488
|
+
- spec/models/mutual_fund_holdings_data_spec.rb
|
|
338
489
|
- spec/models/earnings_calendar_spec.rb
|
|
339
|
-
- spec/models/
|
|
490
|
+
- spec/models/symbol_lookup_spec.rb
|
|
491
|
+
- spec/models/press_release_spec.rb
|
|
340
492
|
- spec/models/pattern_recognition_spec.rb
|
|
493
|
+
- spec/models/stock_symbol_spec.rb
|
|
341
494
|
- spec/models/forexrates_spec.rb
|
|
342
495
|
- spec/models/split_spec.rb
|
|
496
|
+
- spec/models/breakdown_item_spec.rb
|
|
343
497
|
- spec/models/last_bid_ask_spec.rb
|
|
344
498
|
- spec/models/indicator_spec.rb
|
|
345
|
-
- spec/models/
|
|
499
|
+
- spec/models/ownership_spec.rb
|
|
346
500
|
- spec/models/sentiment_spec.rb
|
|
347
501
|
- spec/models/company_profile_spec.rb
|
|
348
502
|
- spec/models/estimate_spec.rb
|
|
349
503
|
- spec/models/economic_event_spec.rb
|
|
504
|
+
- spec/models/etfs_sector_exposure_spec.rb
|
|
505
|
+
- spec/models/etf_sector_exposure_data_spec.rb
|
|
350
506
|
- spec/models/quote_spec.rb
|
|
507
|
+
- spec/models/filing_sentiment_spec.rb
|
|
351
508
|
- spec/models/upgrade_downgrade_spec.rb
|
|
352
509
|
- spec/models/covid_info_spec.rb
|
|
353
510
|
- spec/models/technical_analysis_spec.rb
|
|
511
|
+
- spec/models/mutual_fund_country_exposure_spec.rb
|
|
354
512
|
- spec/models/stock_candles_spec.rb
|
|
355
513
|
- spec/models/earnings_call_transcripts_list_spec.rb
|
|
356
514
|
- spec/models/economic_data_spec.rb
|
|
357
515
|
- spec/models/crypto_symbol_spec.rb
|
|
516
|
+
- spec/models/mutual_fund_profile_spec.rb
|
|
517
|
+
- spec/models/investment_themes_spec.rb
|
|
358
518
|
- spec/models/financial_statements_spec.rb
|
|
359
519
|
- spec/models/ipo_calendar_spec.rb
|
|
360
520
|
- spec/models/dividends_spec.rb
|
|
361
521
|
- spec/models/transcript_content_spec.rb
|
|
522
|
+
- spec/models/international_filing_spec.rb
|
|
523
|
+
- spec/models/reddit_sentiment_content_spec.rb
|
|
362
524
|
- spec/models/fund_ownership_spec.rb
|
|
525
|
+
- spec/models/sec_sentiment_analysis_spec.rb
|
|
526
|
+
- spec/models/twitter_sentiment_content_spec.rb
|
|
527
|
+
- spec/models/ownership_info_spec.rb
|
|
528
|
+
- spec/models/transactions_spec.rb
|
|
363
529
|
- spec/spec_helper.rb
|