Baselight

Unicorn Companies Dataset

A list of all the current Unicorn Companies in the world

@kaggle.deepcontractor_unicorn_companies_dataset

Loading...
Loading...

About this Dataset

Unicorn Companies Dataset

Context

A complete list of unicorn companies in the world.

Content

A unicorn company, or unicorn startup, is a private company with a valuation over $1 billion. As of March 2022, there are 1,000 unicorns around the world. Popular former unicorns include Airbnb, Facebook and Google. Variants include a decacorn, valued at over $10 billion, and a hectocorn, valued at over $100 billion. Download the full list today to see each company's valuation, investors, and more.

Acknowledgements

Image Credit

Tables

Unicorn Companies

@kaggle.deepcontractor_unicorn_companies_dataset.unicorn_companies
  • 67.76 KB
  • 1037 rows
  • 13 columns
Loading...

CREATE TABLE unicorn_companies (
  "company" VARCHAR,
  "valuation_b" VARCHAR,
  "date_joined" TIMESTAMP,
  "country" VARCHAR,
  "city" VARCHAR,
  "industry" VARCHAR,
  "select_inverstors" VARCHAR,
  "founded_year" DOUBLE,
  "total_raised" VARCHAR,
  "financial_stage" VARCHAR,
  "investors_count" DOUBLE,
  "deal_terms" DOUBLE,
  "portfolio_exits" DOUBLE
);

Share link

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