Baselight

US Stocks Fundamentals (XBRL)

Fundamental data for 12,129 companies based on XBRL

@kaggle.usfundamentals_us_stocks_fundamentals

Loading...
Loading...

About this Dataset

US Stocks Fundamentals (XBRL)

This dataset contains US stocks fundamental data, such as income statement, balance sheet and cash flows.

  • 12,129 companies
  • 8,526 unique indicators
  • ~20 indicators comparable across most companies
  • Five years of data, yearly

The data is provided by http://usfundamentals.com.

Tables

Companies

@kaggle.usfundamentals_us_stocks_fundamentals.companies
  • 316.62 KB
  • 12173 rows
  • 3 columns
Loading...

CREATE TABLE companies (
  "company_id" BIGINT,
  "name_latest" VARCHAR,
  "names_previous" VARCHAR
);

Indicators By Company

@kaggle.usfundamentals_us_stocks_fundamentals.indicators_by_company
  • 29.78 MB
  • 1907883 rows
  • 9 columns
Loading...

CREATE TABLE indicators_by_company (
  "company_id" BIGINT,
  "indicator_id" VARCHAR,
  "n_2010" DOUBLE,
  "n_2011" DOUBLE,
  "n_2012" DOUBLE,
  "n_2013" DOUBLE,
  "n_2014" DOUBLE,
  "n_2015" DOUBLE,
  "n_2016" DOUBLE
);

Share link

Anyone who has the link will be able to view this.