Baselight

Netflix OTT Revenue And Subscribers (CSV File)

Listed Netflix's revenue and number of paid subscribers from 2012

@kaggle.mauryansshivam_netflix_ott_revenue_and_subscribers_csv_file

Loading...
Loading...

About this Dataset

Netflix OTT Revenue And Subscribers (CSV File)

Netflix OTT Revenue and Number of Paid Subscribers dataset contains the revenue of Netflix in dollars and number of paid subscribers region wise.

Note : Netflix's financial year is from Jan 1st to 31st Dec.

Data Dictionary (column description)

Date : Month-Year of Quarter .

Global Revenue: Revenue collected Worldwide (Streaming Revenue + United States Domestic DVD Revenue).
UCAN : United States and Canada
EMEA : Europe, Middle East and Africa
APAC : Asia-Pacific
LATM : Latin America

ARPU is average revenue per member and it is calculated as streaming revenue divided by number of month in period, i.e. , for quarter is 3 months (here).
All revenue is in US Dollars.

For older versions :
From 2019 till today, Netflix released data region wise, before that It released as Domestic market
(UACN) and International Market.
Before 2019, global users are higher in number because it in lost his subscribers drastically. Read Here
Read Here

Note #1. In 2019, difference in global and all region sum revenue is 297217000 USD . In 2020 is 239381000 USD. In 2021 is 182348000 USD. In 2022 is 145698000 USD. In Q1, 2023 is 31502000 USD. Excludes DVD revenues of $182 million, $146 million and $32 million for the years ended December 31, 2021, 2022, and the three months ended March 31, 2023, respectively. Q1, 2023 Financial Statement Excludes DVD revenues of $0.2 billion, $0.2 billion and $0.1 billion for the years ended December 31, 2020, 2021 and 2022, respectively. Total US revenues for the years ended December 31, 2020, 2021 and 2022 were $10.8 billion, $12.1 billion and $13.0 billion, respectively. Q4, 2022 Financial Statement

Tables

Netflix Revenue Updated

@kaggle.mauryansshivam_netflix_ott_revenue_and_subscribers_csv_file.netflix_revenue_updated
  • 13.47 KB
  • 21 rows
  • 15 columns
Loading...

CREATE TABLE netflix_revenue_updated (
  "date" VARCHAR,
  "global_revenue" BIGINT,
  "ucan_streaming_revenue" BIGINT,
  "emea_streaming_revenue" BIGINT,
  "latm_streaming_revenue" BIGINT,
  "apac_streaming_revenue" BIGINT,
  "ucan_members" BIGINT,
  "emea_members" BIGINT,
  "latm_members" BIGINT,
  "apac_members" BIGINT,
  "ucan_arpu" DOUBLE,
  "emea_arpu" DOUBLE,
  "latm_arpu" DOUBLE,
  "apac_arpu" DOUBLE,
  "netflix_streaming_memberships" BIGINT
);

Share link

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