summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Radovanovic <74266147+IgorWounds@users.noreply.github.com>2023-09-15 22:21:40 +0200
committerIgor Radovanovic <74266147+IgorWounds@users.noreply.github.com>2023-09-15 22:21:40 +0200
commitbab898483a7319e721382c5c127fa78a99c16722 (patch)
tree573d16692a334920dd17c67a1e8cf7afe8f777cd
parent4d9f3b357de16013701b9752e4df89e9c66e83e5 (diff)
Record tests
-rw-r--r--openbb_sdk/providers/alpha_vantage/tests/record/http/test_fetchers/test_av_stock_historical_fetcher.yaml48
-rw-r--r--openbb_sdk/providers/alpha_vantage/tests/test_fetchers.py24
-rw-r--r--openbb_sdk/providers/cboe/tests/record/http/test_fetchers/test_cboe_european_index_constituents_fetcher.yaml77
-rw-r--r--openbb_sdk/providers/cboe/tests/record/http/test_fetchers/test_cboe_european_index_historical_fetcher.yaml455
-rw-r--r--openbb_sdk/providers/cboe/tests/record/http/test_fetchers/test_cboe_futures_curve_fetcher.yaml202
-rw-r--r--openbb_sdk/providers/cboe/tests/record/http/test_fetchers/test_cboe_index_snapshots_fetcher.yaml686
-rw-r--r--openbb_sdk/providers/cboe/tests/record/http/test_fetchers/test_cboe_major_indices_historical_fetcher.yaml342
-rw-r--r--openbb_sdk/providers/cboe/tests/record/http/test_fetchers/test_cboe_options_chains_fetcher.yaml2268
-rw-r--r--openbb_sdk/providers/cboe/tests/record/http/test_fetchers/test_cboe_stock_historical_fetcher.yaml1693
-rw-r--r--openbb_sdk/providers/cboe/tests/record/http/test_fetchers/test_cboe_stock_info_fetcher.yaml114
-rw-r--r--openbb_sdk/providers/cboe/tests/test_fetchers.py130
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_analyst_estimates_fetcher.yaml122
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_available_indices_fetcher.yaml114
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_balance_sheet_fetcher.yaml117
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_balance_sheet_growth_fetcher.yaml136
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_cash_flow_statement_fetcher.yaml107
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_cash_flow_statement_growth_fetcher.yaml123
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_company_overview_fetcher.yaml75
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_crypto_historical_fetcher.yaml49
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_dividend_calendar_fetcher.yaml6907
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_earnings_calendar_fetcher.yaml81
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_earnings_call_transcript_fetcher.yaml879
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_executive_compensation_fetcher.yaml164
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_financial_ratios_fetcher.yaml198
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_forex_historical_fetcher.yaml49
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_forex_pairs_fetcher.yaml328
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_global_news_fetcher.yaml138
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_historical_dividends_fetcher.yaml86
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_historical_employees_fetcher.yaml70
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_historical_stock_splits_fetcher.yaml55
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_income_statement_fetcher.yaml107
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_income_statement_growth_fetcher.yaml112
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_institutional_ownership_fetcher.yaml339
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_key_executives_fetcher.yaml61
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_key_metrics_fetcher.yaml458
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_major_indices_constituents_fetcher.yaml79
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_major_indices_historical_fetcher.yaml1449
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_price_target_consensus_fetcher.yaml48
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_price_target_fetcher.yaml227
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_revenue_business_line_fetcher.yaml65
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_revenue_geographic_fetcher.yaml59
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_risk_premium_fetcher.yaml94
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_share_statistics_fetcher.yaml55
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_stock_historical_fetcher.yaml291
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_stock_insider_trading_fetcher.yaml108
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_stock_multiples_fetcher.yaml72
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_stock_news_fetcher.yaml121
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_stock_ownership_fetcher.yaml49
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_stock_peers_fetcher.yaml50
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_stock_quote_fetcher.yaml58
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_stock_split_calendar_fetcher.yaml187
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmp_treasury_rates_fetcher.yaml86
-rw-r--r--openbb_sdk/providers/fmp/tests/record/http/test_fetchers/test_fmpsec_filings_fetcher.yaml72
-rw-r--r--openbb_sdk/providers/fmp/tests/test_fetchers.py436
-rw-r--r--openbb_sdk/providers/fred/tests/record/http/test_fetchers/test_fredcpi_fetcher.yaml657
-rw-r--r--openbb_sdk/providers/fred/tests/test_fetchers.py104
-rw-r--r--openbb_sdk/providers/intrinio/tests/record/http/test_fetchers/test_intrinio_balance_sheet_fetcher.yaml55
-rw-r--r--openbb_sdk/providers/intrinio/tests/record/http/test_fetchers/test_intrinio_cash_flow_statement_fetcher.yaml60
-rw-r--r--openbb_sdk/providers/intrinio/tests/record/http/test_fetchers/test_intrinio_forex_pairs_fetcher.yaml39
-rw-r--r--openbb_sdk/providers/intrinio/tests/record/http/test_fetchers/test_intrinio_global_news_fetcher.yaml88
-rw-r--r--openbb_sdk/providers/intrinio/tests/record/http/test_fetchers/test_intrinio_income_statement_fetcher.yaml55
-rw-r--r--openbb_sdk/providers/intrinio/tests/record/http/test_fetchers/test_intrinio_options_chains_fetcher.yaml620
-rw-r--r--openbb_sdk/providers/intrinio/tests/record/http/test_fetchers/test_intrinio_stock_historical_fetcher.yaml278
-rw-r--r--openbb_sdk/providers/intrinio/tests/record/http/test_fetchers/test_intrinio_stock_news_fetcher.yaml35
-rw-r--r--openbb_sdk/providers/intrinio/tests/record/http/test_fetchers/test_intrinio_stock_quote_fetcher.yaml40
-rw-r--r--openbb_sdk/providers/intrinio/tests/test_fetchers.py104
-rw-r--r--openbb_sdk/providers/polygon/tests/record/http/test_fetchers/test_polygon_balance_sheet_fetcher.yaml157
-rw-r--r--openbb_sdk/providers/polygon/tests/record/http/test_fetchers/test_polygon_cash_flow_statement_fetcher.yaml157
-rw-r--r--openbb_sdk/providers/polygon/tests/record/http/test_fetchers/test_polygon_crypto_historical_fetcher.yaml34
-rw-r--r--openbb_sdk/providers/polygon/tests/record/http/test_fetchers/test_polygon_forex_historical_fetcher.yaml34
-rw-r--r--openbb_sdk/providers/polygon/tests/record/http/test_fetchers/test_polygon_forex_pairs_fetcher.yaml466
-rw-r--r--openbb_sdk/providers/polygon/tests/record/http/test_fetchers/test_polygon_income_statement_fetcher.yaml157
-rw-r--r--openbb_sdk/providers/polygon/tests/record/http/test_fetchers/test_polygon_major_indices_historical_fetcher.yaml35
-rw-r--r--openbb_sdk/providers/polygon/tests/record/http/test_fetchers/test_polygon_stock_historical_fetcher.yaml181
-rw-r--r--openbb_sdk/providers/polygon/tests/record/http/test_fetchers/test_polygon_stock_news_fetcher.yaml42
-rw-r--r--openbb_sdk/providers/polygon/tests/test_fetchers.py106
-rw-r--r--openbb_sdk/providers/quandl/tests/record/http/test_fetchers/test_quandl_cot_fetcher.yaml618
-rw-r--r--openbb_sdk/providers/quandl/tests/record/http/test_fetchers/test_quandl_sp500_multiples_fetcher.yaml267
-rw-r--r--openbb_sdk/providers/quandl/tests/test_fetchers.py44
-rw-r--r--openbb_sdk/providers/utils/credentials_schema.py2
-rw-r--r--openbb_sdk/providers/utils/unit_test_generator.py14
-rw-r--r--openbb_sdk/providers/yfinance/tests/record/http/test_fetchers/test_y_finance_balance_sheet_fetcher.yaml154
-rw-r--r--openbb_sdk/providers/yfinance/tests/record/http/test_fetchers/test_y_finance_cash_flow_statement_fetcher.yaml136
-rw-r--r--openbb_sdk/providers/yfinance/tests/record/http/test_fetchers/test_y_finance_crypto_historical_fetcher.yaml271
</