New York Stock Exchange
S&P 500 companies historical prices with fundamental data
@kaggle.dgawlik_nyse
S&P 500 companies historical prices with fundamental data
@kaggle.dgawlik_nyse
CREATE TABLE fundamentals (
"unnamed_0" BIGINT,
"ticker_symbol" VARCHAR,
"period_ending" TIMESTAMP,
"accounts_payable" DOUBLE,
"accounts_receivable" DOUBLE,
"add_l_income_expense_items" DOUBLE,
"after_tax_roe" DOUBLE,
"capital_expenditures" DOUBLE,
"capital_surplus" DOUBLE,
"cash_ratio" DOUBLE,
"cash_and_cash_equivalents" DOUBLE,
"changes_in_inventories" DOUBLE,
"common_stocks" DOUBLE,
"cost_of_revenue" DOUBLE,
"current_ratio" DOUBLE,
"deferred_asset_charges" DOUBLE,
"deferred_liability_charges" DOUBLE,
"depreciation" DOUBLE,
"earnings_before_interest_and_tax" DOUBLE,
"earnings_before_tax" DOUBLE,
"effect_of_exchange_rate" DOUBLE,
"equity_earnings_loss_unconsolidated_subsidiary" DOUBLE,
"fixed_assets" DOUBLE,
"goodwill" DOUBLE,
"gross_margin" DOUBLE,
"gross_profit" DOUBLE,
"income_tax" DOUBLE,
"intangible_assets" DOUBLE,
"interest_expense" DOUBLE,
"inventory" DOUBLE,
"investments" DOUBLE,
"liabilities" DOUBLE,
"long_term_debt" DOUBLE,
"long_term_investments" DOUBLE,
"minority_interest" DOUBLE,
"misc_stocks" DOUBLE,
"net_borrowings" DOUBLE,
"net_cash_flow" DOUBLE,
"net_cash_flow_operating" DOUBLE,
"net_cash_flows_financing" DOUBLE,
"net_cash_flows_investing" DOUBLE,
"net_income" DOUBLE,
"net_income_adjustments" DOUBLE,
"net_income_applicable_to_common_shareholders" DOUBLE,
"net_income_cont_operations" DOUBLE,
"net_receivables" DOUBLE,
"non_recurring_items" DOUBLE,
"operating_income" DOUBLE,
"operating_margin" DOUBLE,
"other_assets" DOUBLE,
"other_current_assets" DOUBLE,
"other_current_liabilities" DOUBLE,
"other_equity" DOUBLE,
"other_financing_activities" DOUBLE,
"other_investing_activities" DOUBLE,
"other_liabilities" DOUBLE,
"other_operating_activities" DOUBLE,
"other_operating_items" DOUBLE,
"pre_tax_margin" DOUBLE,
"pre_tax_roe" DOUBLE,
"profit_margin" DOUBLE,
"quick_ratio" DOUBLE,
"research_and_development" DOUBLE,
"retained_earnings" DOUBLE,
"sale_and_purchase_of_stock" DOUBLE,
"sales_general_and_admin" DOUBLE,
"short_term_debt_current_portion_of_long_term_debt" DOUBLE,
"short_term_investments" DOUBLE,
"total_assets" DOUBLE,
"total_current_assets" DOUBLE,
"total_current_liabilities" DOUBLE,
"total_equity" DOUBLE,
"total_liabilities" DOUBLE,
"total_liabilities_equity" DOUBLE,
"total_revenue" DOUBLE,
"treasury_stock" DOUBLE,
"for_year" DOUBLE,
"earnings_per_share" DOUBLE,
"estimated_shares_outstanding" DOUBLE
);
Anyone who has the link will be able to view this.