The Worldometers data aggregation everybody seems to be using is much more up to date, but possibly not super-reliable given the number of sources they are pulling from, different counting methodologies, etc. I think everyone, including the Worldometer analysts, would concede there are likely issues with the data.
By contrast, the CDC keeps a running tally based only on only confirmed death certificates. It's not nearly as up to date, and even going off of verified death certificates is far from certain, but at least the CDC makes its data publicly available. You can download the CSV here:
https://www.cdc.gov/nchs/nvss/vsrr/COVID19/index.htmI was curious about deaths by age in the US. Based upon the CDC's most recent data (only about 5k deaths, so way behind), deaths caused by COVID by age are:
- Under 55: 9.5%
- 55-64: 12.5%
- 65+: 78%
That doesn't seem surprising.
But then I then compared the COVID deaths for each of those age groupings against
all deaths of any cause for each of those age groupings (this is all in the same CSV). Here's how that breaks down....
- Under 55: 474 / 32,197 = 0.81%
- 55-64: 624 / 64,579 = 0.97%
- 65+: 3,886 / 387,996 = 1.00%
So no matter what your age (at least based upon these 3 age groupings), about 1% of all deaths is being caused by COVID, even though COIVD has a massively higher mortality rate as you get older.
Would be interested to hear Sys's take and that of other number crunchers. Should this be expected? Just an anomaly? I found it surprising.