finnhub_ruby 1.0.0 → 1.1.5
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 +57 -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.4.gem +0 -0
- data/finnhub_ruby.gemspec +2 -3
- 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 +7 -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 +206 -41
- 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-0.0.1.gem +0 -0
- data/finnhub_ruby-0.0.2.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.5
|
|
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
|
|
@@ -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,44 +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-
|
|
145
|
-
- finnhub_ruby-0.0.2.gem
|
|
167
|
+
- finnhub_ruby-1.1.4.gem
|
|
146
168
|
- finnhub_ruby.gemspec
|
|
147
169
|
- git_push.sh
|
|
148
170
|
- lib/finnhub_ruby.rb
|
|
@@ -152,8 +174,10 @@ files:
|
|
|
152
174
|
- lib/finnhub_ruby/configuration.rb
|
|
153
175
|
- lib/finnhub_ruby/models/aggregate_indicators.rb
|
|
154
176
|
- lib/finnhub_ruby/models/basic_financials.rb
|
|
177
|
+
- lib/finnhub_ruby/models/breakdown_item.rb
|
|
155
178
|
- lib/finnhub_ruby/models/company.rb
|
|
156
179
|
- lib/finnhub_ruby/models/company_executive.rb
|
|
180
|
+
- lib/finnhub_ruby/models/company_news.rb
|
|
157
181
|
- lib/finnhub_ruby/models/company_news_statistics.rb
|
|
158
182
|
- lib/finnhub_ruby/models/company_profile.rb
|
|
159
183
|
- lib/finnhub_ruby/models/company_profile2.rb
|
|
@@ -163,6 +187,9 @@ files:
|
|
|
163
187
|
- lib/finnhub_ruby/models/crypto_symbol.rb
|
|
164
188
|
- lib/finnhub_ruby/models/development.rb
|
|
165
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
|
|
166
193
|
- lib/finnhub_ruby/models/earning_estimate.rb
|
|
167
194
|
- lib/finnhub_ruby/models/earning_release.rb
|
|
168
195
|
- lib/finnhub_ruby/models/earning_result.rb
|
|
@@ -173,41 +200,94 @@ files:
|
|
|
173
200
|
- lib/finnhub_ruby/models/economic_calendar.rb
|
|
174
201
|
- lib/finnhub_ruby/models/economic_code.rb
|
|
175
202
|
- lib/finnhub_ruby/models/economic_data.rb
|
|
203
|
+
- lib/finnhub_ruby/models/economic_data_info.rb
|
|
176
204
|
- lib/finnhub_ruby/models/economic_event.rb
|
|
177
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
|
|
178
219
|
- lib/finnhub_ruby/models/filing.rb
|
|
220
|
+
- lib/finnhub_ruby/models/filing_sentiment.rb
|
|
179
221
|
- lib/finnhub_ruby/models/financial_statements.rb
|
|
180
222
|
- lib/finnhub_ruby/models/financials_as_reported.rb
|
|
181
223
|
- lib/finnhub_ruby/models/forex_candles.rb
|
|
182
224
|
- lib/finnhub_ruby/models/forex_symbol.rb
|
|
183
225
|
- lib/finnhub_ruby/models/forexrates.rb
|
|
184
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
|
|
185
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
|
|
186
238
|
- lib/finnhub_ruby/models/investor.rb
|
|
187
239
|
- lib/finnhub_ruby/models/investors_ownership.rb
|
|
188
240
|
- lib/finnhub_ruby/models/ipo_calendar.rb
|
|
189
241
|
- lib/finnhub_ruby/models/ipo_event.rb
|
|
242
|
+
- lib/finnhub_ruby/models/key_customers_suppliers.rb
|
|
190
243
|
- lib/finnhub_ruby/models/last_bid_ask.rb
|
|
191
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
|
|
192
258
|
- lib/finnhub_ruby/models/news.rb
|
|
193
259
|
- lib/finnhub_ruby/models/news_sentiment.rb
|
|
260
|
+
- lib/finnhub_ruby/models/ownership.rb
|
|
261
|
+
- lib/finnhub_ruby/models/ownership_info.rb
|
|
194
262
|
- lib/finnhub_ruby/models/pattern_recognition.rb
|
|
263
|
+
- lib/finnhub_ruby/models/press_release.rb
|
|
195
264
|
- lib/finnhub_ruby/models/price_target.rb
|
|
196
265
|
- lib/finnhub_ruby/models/quote.rb
|
|
197
266
|
- lib/finnhub_ruby/models/recommendation_trend.rb
|
|
267
|
+
- lib/finnhub_ruby/models/reddit_sentiment_content.rb
|
|
198
268
|
- lib/finnhub_ruby/models/report.rb
|
|
269
|
+
- lib/finnhub_ruby/models/revenue_breakdown.rb
|
|
199
270
|
- lib/finnhub_ruby/models/revenue_estimates.rb
|
|
271
|
+
- lib/finnhub_ruby/models/sec_sentiment_analysis.rb
|
|
200
272
|
- lib/finnhub_ruby/models/sentiment.rb
|
|
273
|
+
- lib/finnhub_ruby/models/similarity_index.rb
|
|
274
|
+
- lib/finnhub_ruby/models/social_sentiment.rb
|
|
201
275
|
- lib/finnhub_ruby/models/split.rb
|
|
202
276
|
- lib/finnhub_ruby/models/stock.rb
|
|
203
277
|
- lib/finnhub_ruby/models/stock_candles.rb
|
|
278
|
+
- lib/finnhub_ruby/models/stock_symbol.rb
|
|
204
279
|
- lib/finnhub_ruby/models/stock_transcripts.rb
|
|
280
|
+
- lib/finnhub_ruby/models/supply_chain_relationships.rb
|
|
205
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
|
|
206
284
|
- lib/finnhub_ruby/models/technical_analysis.rb
|
|
207
285
|
- lib/finnhub_ruby/models/tick_data.rb
|
|
286
|
+
- lib/finnhub_ruby/models/transactions.rb
|
|
208
287
|
- lib/finnhub_ruby/models/transcript_content.rb
|
|
209
288
|
- lib/finnhub_ruby/models/transcript_participant.rb
|
|
210
289
|
- lib/finnhub_ruby/models/trend.rb
|
|
290
|
+
- lib/finnhub_ruby/models/twitter_sentiment_content.rb
|
|
211
291
|
- lib/finnhub_ruby/models/upgrade_downgrade.rb
|
|
212
292
|
- lib/finnhub_ruby/version.rb
|
|
213
293
|
- release.sh
|
|
@@ -216,7 +296,9 @@ files:
|
|
|
216
296
|
- spec/configuration_spec.rb
|
|
217
297
|
- spec/models/aggregate_indicators_spec.rb
|
|
218
298
|
- spec/models/basic_financials_spec.rb
|
|
299
|
+
- spec/models/breakdown_item_spec.rb
|
|
219
300
|
- spec/models/company_executive_spec.rb
|
|
301
|
+
- spec/models/company_news_spec.rb
|
|
220
302
|
- spec/models/company_news_statistics_spec.rb
|
|
221
303
|
- spec/models/company_profile2_spec.rb
|
|
222
304
|
- spec/models/company_profile_spec.rb
|
|
@@ -226,6 +308,8 @@ files:
|
|
|
226
308
|
- spec/models/crypto_candles_spec.rb
|
|
227
309
|
- spec/models/crypto_symbol_spec.rb
|
|
228
310
|
- spec/models/development_spec.rb
|
|
311
|
+
- spec/models/dividends2_info_spec.rb
|
|
312
|
+
- spec/models/dividends2_spec.rb
|
|
229
313
|
- spec/models/dividends_spec.rb
|
|
230
314
|
- spec/models/earning_estimate_spec.rb
|
|
231
315
|
- spec/models/earning_release_spec.rb
|
|
@@ -236,45 +320,83 @@ files:
|
|
|
236
320
|
- spec/models/earnings_estimates_spec.rb
|
|
237
321
|
- spec/models/economic_calendar_spec.rb
|
|
238
322
|
- spec/models/economic_code_spec.rb
|
|
323
|
+
- spec/models/economic_data_info_spec.rb
|
|
239
324
|
- spec/models/economic_data_spec.rb
|
|
240
325
|
- spec/models/economic_event_spec.rb
|
|
241
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
|
|
242
337
|
- spec/models/filing_spec.rb
|
|
243
338
|
- spec/models/financial_statements_spec.rb
|
|
244
339
|
- spec/models/financials_as_reported_spec.rb
|
|
245
340
|
- spec/models/forex_candles_spec.rb
|
|
246
341
|
- spec/models/forex_symbol_spec.rb
|
|
247
342
|
- spec/models/forexrates_spec.rb
|
|
343
|
+
- spec/models/fund_ownership_info_spec.rb
|
|
248
344
|
- spec/models/fund_ownership_spec.rb
|
|
345
|
+
- spec/models/historical_nbbo_spec.rb
|
|
346
|
+
- spec/models/index_historical_constituent_spec.rb
|
|
249
347
|
- spec/models/indicator_spec.rb
|
|
250
|
-
- spec/models/
|
|
251
|
-
- 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
|
|
252
354
|
- spec/models/ipo_calendar_spec.rb
|
|
253
355
|
- spec/models/ipo_event_spec.rb
|
|
356
|
+
- spec/models/key_customers_suppliers_spec.rb
|
|
254
357
|
- spec/models/last_bid_ask_spec.rb
|
|
255
|
-
- 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
|
|
256
367
|
- spec/models/news_sentiment_spec.rb
|
|
257
|
-
- spec/models/
|
|
368
|
+
- spec/models/ownership_info_spec.rb
|
|
369
|
+
- spec/models/ownership_spec.rb
|
|
258
370
|
- spec/models/pattern_recognition_spec.rb
|
|
371
|
+
- spec/models/press_release_spec.rb
|
|
259
372
|
- spec/models/price_target_spec.rb
|
|
260
373
|
- spec/models/quote_spec.rb
|
|
261
374
|
- spec/models/recommendation_trend_spec.rb
|
|
375
|
+
- spec/models/reddit_sentiment_content_spec.rb
|
|
262
376
|
- spec/models/report_spec.rb
|
|
377
|
+
- spec/models/revenue_breakdown_spec.rb
|
|
263
378
|
- spec/models/revenue_estimates_spec.rb
|
|
379
|
+
- spec/models/sec_sentiment_analysis_spec.rb
|
|
264
380
|
- spec/models/sentiment_spec.rb
|
|
381
|
+
- spec/models/similarity_index_spec.rb
|
|
382
|
+
- spec/models/social_sentiment_spec.rb
|
|
265
383
|
- spec/models/split_spec.rb
|
|
266
384
|
- spec/models/stock_candles_spec.rb
|
|
267
|
-
- spec/models/
|
|
385
|
+
- spec/models/stock_symbol_spec.rb
|
|
268
386
|
- spec/models/stock_transcripts_spec.rb
|
|
387
|
+
- spec/models/supply_chain_relationships_spec.rb
|
|
269
388
|
- spec/models/support_resistance_spec.rb
|
|
389
|
+
- spec/models/symbol_lookup_info_spec.rb
|
|
390
|
+
- spec/models/symbol_lookup_spec.rb
|
|
270
391
|
- spec/models/technical_analysis_spec.rb
|
|
271
392
|
- spec/models/tick_data_spec.rb
|
|
393
|
+
- spec/models/transactions_spec.rb
|
|
272
394
|
- spec/models/transcript_content_spec.rb
|
|
273
395
|
- spec/models/transcript_participant_spec.rb
|
|
274
396
|
- spec/models/trend_spec.rb
|
|
397
|
+
- spec/models/twitter_sentiment_content_spec.rb
|
|
275
398
|
- spec/models/upgrade_downgrade_spec.rb
|
|
276
399
|
- spec/spec_helper.rb
|
|
277
|
-
- test.rb
|
|
278
400
|
homepage: https://openapi-generator.tech
|
|
279
401
|
licenses:
|
|
280
402
|
- Unlicense
|
|
@@ -287,7 +409,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
287
409
|
requirements:
|
|
288
410
|
- - ">="
|
|
289
411
|
- !ruby/object:Gem::Version
|
|
290
|
-
version: '
|
|
412
|
+
version: '2.4'
|
|
291
413
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
292
414
|
requirements:
|
|
293
415
|
- - ">="
|
|
@@ -303,62 +425,105 @@ test_files:
|
|
|
303
425
|
- spec/api_client_spec.rb
|
|
304
426
|
- spec/configuration_spec.rb
|
|
305
427
|
- spec/models/support_resistance_spec.rb
|
|
428
|
+
- spec/models/mutual_fund_sector_exposure_spec.rb
|
|
306
429
|
- spec/models/economic_calendar_spec.rb
|
|
430
|
+
- spec/models/economic_data_info_spec.rb
|
|
307
431
|
- spec/models/filing_spec.rb
|
|
432
|
+
- spec/models/supply_chain_relationships_spec.rb
|
|
433
|
+
- spec/models/dividends2_spec.rb
|
|
308
434
|
- spec/models/revenue_estimates_spec.rb
|
|
435
|
+
- spec/models/etf_holdings_data_spec.rb
|
|
309
436
|
- spec/models/stock_transcripts_spec.rb
|
|
310
437
|
- spec/models/development_spec.rb
|
|
438
|
+
- spec/models/social_sentiment_spec.rb
|
|
311
439
|
- spec/models/company_news_statistics_spec.rb
|
|
312
440
|
- spec/models/price_target_spec.rb
|
|
441
|
+
- spec/models/insider_transactions_spec.rb
|
|
313
442
|
- spec/models/ipo_event_spec.rb
|
|
314
443
|
- spec/models/basic_financials_spec.rb
|
|
315
444
|
- spec/models/crypto_candles_spec.rb
|
|
445
|
+
- spec/models/index_historical_constituent_spec.rb
|
|
316
446
|
- spec/models/report_spec.rb
|
|
317
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
|
|
318
453
|
- spec/models/trend_spec.rb
|
|
319
454
|
- spec/models/company_profile2_spec.rb
|
|
455
|
+
- spec/models/fda_comittee_meeting_spec.rb
|
|
320
456
|
- spec/models/earnings_estimates_spec.rb
|
|
321
457
|
- spec/models/transcript_participant_spec.rb
|
|
458
|
+
- spec/models/revenue_breakdown_spec.rb
|
|
322
459
|
- spec/models/company_spec.rb
|
|
323
|
-
- spec/models/
|
|
460
|
+
- spec/models/investment_theme_portfolio_spec.rb
|
|
461
|
+
- spec/models/etf_country_exposure_data_spec.rb
|
|
324
462
|
- spec/models/forex_symbol_spec.rb
|
|
325
|
-
- spec/models/
|
|
326
|
-
- 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
|
|
327
466
|
- spec/models/earning_estimate_spec.rb
|
|
328
467
|
- spec/models/company_executive_spec.rb
|
|
329
468
|
- spec/models/earning_release_spec.rb
|
|
469
|
+
- spec/models/mutual_fund_profile_data_spec.rb
|
|
470
|
+
- spec/models/etfs_country_exposure_spec.rb
|
|
330
471
|
- spec/models/economic_code_spec.rb
|
|
331
472
|
- spec/models/earnings_call_transcripts_spec.rb
|
|
332
473
|
- spec/models/earning_result_spec.rb
|
|
474
|
+
- spec/models/company_news_spec.rb
|
|
475
|
+
- spec/models/etfs_holdings_spec.rb
|
|
333
476
|
- spec/models/aggregate_indicators_spec.rb
|
|
477
|
+
- spec/models/similarity_index_spec.rb
|
|
478
|
+
- spec/models/etf_profile_data_spec.rb
|
|
334
479
|
- spec/models/country_metadata_spec.rb
|
|
335
480
|
- spec/models/news_sentiment_spec.rb
|
|
336
481
|
- spec/models/forex_candles_spec.rb
|
|
482
|
+
- spec/models/dividends2_info_spec.rb
|
|
337
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
|
|
338
487
|
- spec/models/financials_as_reported_spec.rb
|
|
488
|
+
- spec/models/mutual_fund_holdings_data_spec.rb
|
|
339
489
|
- spec/models/earnings_calendar_spec.rb
|
|
340
|
-
- spec/models/
|
|
490
|
+
- spec/models/symbol_lookup_spec.rb
|
|
491
|
+
- spec/models/press_release_spec.rb
|
|
341
492
|
- spec/models/pattern_recognition_spec.rb
|
|
493
|
+
- spec/models/stock_symbol_spec.rb
|
|
342
494
|
- spec/models/forexrates_spec.rb
|
|
343
495
|
- spec/models/split_spec.rb
|
|
496
|
+
- spec/models/breakdown_item_spec.rb
|
|
344
497
|
- spec/models/last_bid_ask_spec.rb
|
|
345
498
|
- spec/models/indicator_spec.rb
|
|
346
|
-
- spec/models/
|
|
499
|
+
- spec/models/ownership_spec.rb
|
|
347
500
|
- spec/models/sentiment_spec.rb
|
|
348
501
|
- spec/models/company_profile_spec.rb
|
|
349
502
|
- spec/models/estimate_spec.rb
|
|
350
503
|
- spec/models/economic_event_spec.rb
|
|
504
|
+
- spec/models/etfs_sector_exposure_spec.rb
|
|
505
|
+
- spec/models/etf_sector_exposure_data_spec.rb
|
|
351
506
|
- spec/models/quote_spec.rb
|
|
507
|
+
- spec/models/filing_sentiment_spec.rb
|
|
352
508
|
- spec/models/upgrade_downgrade_spec.rb
|
|
353
509
|
- spec/models/covid_info_spec.rb
|
|
354
510
|
- spec/models/technical_analysis_spec.rb
|
|
511
|
+
- spec/models/mutual_fund_country_exposure_spec.rb
|
|
355
512
|
- spec/models/stock_candles_spec.rb
|
|
356
513
|
- spec/models/earnings_call_transcripts_list_spec.rb
|
|
357
514
|
- spec/models/economic_data_spec.rb
|
|
358
515
|
- spec/models/crypto_symbol_spec.rb
|
|
516
|
+
- spec/models/mutual_fund_profile_spec.rb
|
|
517
|
+
- spec/models/investment_themes_spec.rb
|
|
359
518
|
- spec/models/financial_statements_spec.rb
|
|
360
519
|
- spec/models/ipo_calendar_spec.rb
|
|
361
520
|
- spec/models/dividends_spec.rb
|
|
362
521
|
- spec/models/transcript_content_spec.rb
|
|
522
|
+
- spec/models/international_filing_spec.rb
|
|
523
|
+
- spec/models/reddit_sentiment_content_spec.rb
|
|
363
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
|
|
364
529
|
- spec/spec_helper.rb
|