Baselight

Top 500 Hollywood Movies Of All Time

Over 500 of the highest grossing Hollywood movies of all time

@kaggle.joebeachcapital_top_500_hollywood_movies_of_all_time

Loading...
Loading...

About this Dataset

Top 500 Hollywood Movies Of All Time

The most common answer to the question What is The Most Successful Hollywood Movie? is of course Avatar. James Cameron’s 2010 masterpiece grossed close to $3bn worldwide, very closely followed by Avengers: End Game at $2.8bn.

Avatar 2: The Way of Water is currently at $2.3bn worldwide gross and still climbing. It’s doubtful it will reach the celestial heights of the original.

There are many ways of measuring success however.

Return on Investment

Measuring by sheer box office gross of course privileges blockbuster movies with big marketing budgets.

Whereas tracking the return on investment i.e. the percentage of budget recovered, surfaces some different films and different answers to ‘what is the most successful movie’.

By this metric Avatar does pretty well (1,233%) but Avatar 2 is struggling to transcend its mighty $400m budget with only 772% returned to date. (Even Titanic only recovers 1,101%).

Tables

Most Profitable Movies Of All Time Top 500 Movies

@kaggle.joebeachcapital_top_500_hollywood_movies_of_all_time.most_profitable_movies_of_all_time_top_500_movies
  • 60.53 KB
  • 562 rows
  • 16 columns
Loading...

CREATE TABLE most_profitable_movies_of_all_time_top_500_movies (
  "title" VARCHAR,
  "worldwide_gross_m" DOUBLE,
  "n__budget_recovered" VARCHAR,
  "x_times_budget_recovered" DOUBLE,
  "budget_millions" DOUBLE,
  "domestic_gross_m" DOUBLE,
  "domestic" VARCHAR,
  "international_gross_m" DOUBLE,
  "n__of_gross_from_international" VARCHAR,
  "worldwide_gross" BIGINT,
  "year" BIGINT,
  "decade" VARCHAR,
  "source" VARCHAR,
  "budget_source" VARCHAR,
  "force_label" VARCHAR,
  "horror" VARCHAR
);

Share link

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