Skip to content

woctezuma/recent-sales

Repository files navigation

Data visualization for recently released Steam games

Build status Code coverage Code Quality

This repository contains the following code:

Requirements

  • Install the latest version of Python 3.X.

  • Install the required packages:

pip install -r requirements.txt
  • Download SteamSpy's data everyday for while. To do so, set up an automated task to run the following daily:
import steamspypi

steamspypi.load()

Usage

Examples of input data, downloaded from beginning of October to end of December 2017, is available in this repository.

Output includes distribution of:

  • revenue (product of price and number of players),
  • price,
  • number of players,
  • user score,
  • average playtime,
  • cumulated playtime (for all players).

revenue

price

number of players

user score

average playtime

The most profitable games of all-time

  1. Grand Theft Auto V
  2. Counter-Strike: Global Offensive
  3. Left 4 Dead 2
  4. PLAYERUNKNOWN'S BATTLEGROUNDS
  5. ARK: Survival Evolved
  6. Counter-Strike: Source
  7. Sid Meier's Civilization V
  8. The Elder Scrolls V: Skyrim
  9. Portal 2
  10. Call of Duty: Black Ops II

NB: This does not take into account F2P games, as the revenue is based on the game price listed on the Steam store.

The most profitable games, among these released in the past 48 days

  1. F1 2017
  2. Car Mechanic Simulator 2018
  3. Foxhole
  4. Sine Mora EX
  5. Citadel: Forged with Fire
  6. Interplanetary: Enhanced Edition
  7. Fate/EXTELLA
  8. Halcyon 6: Lightspeed Edition
  9. Quake Champions
  10. West of Loathing
  11. The Legend of Heroes: Trails of Cold Steel
  12. >observer_
  13. Super ComboMan: Smash Edition
  14. Battlestar Galactica Deadlock
  15. Startup Company

NB: Games with "Enhanced Edition" or "Lightspeed Edition" are likely remastered versions of older games, so they might not be the most profitable in practice. Indeed, their userbase likely consists of owners of the older game, which have been freely upgraded to the new game and artificially inflates the revenue computed on this page.

References

About

Evaluation of sales and revenue generated by Steam games during release week.

Topics

Resources

License

Stars

Watchers

Forks

Languages