TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Where can I access live, raw data of Covid 19 cases by country?

2 pointsby aliakhtarabout 5 years ago
I&#x27;m working on a calculator to calculate the actual number of Covid 19 cases based on the number of deaths in a region (using https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=mCa0JXEwDEk as reference).<p>Does anyone know where I can access the live, machine readable data of Covid 19 cases by country?<p>Do I need to build this out myself by parsing the html of WHO or such?

3 comments

actionowlabout 5 years ago
This might help: <a href="https:&#x2F;&#x2F;github.com&#x2F;CSSEGISandData&#x2F;COVID-19" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;CSSEGISandData&#x2F;COVID-19</a>
DanBCabout 5 years ago
There&#x27;s a few problems you&#x27;ll need to overcome.<p>1) We don&#x27;t know what the fatality rate is yet. If you have a super-accurate count of deaths to covid-19 you can&#x27;t work out the true infection rate because estimates of lethality range from about 0.% to 3%.<p>2) You can&#x27;t get a super accurate count of deaths, and certainly not a real time count. Looking at the UK we have &quot;deaths of people who tested positive for Covid-19 who died in hospital&quot;. We&#x27;re not testing people, even if they&#x27;re in hospital. There&#x27;s a presumption that if you have certain symptoms then you have covid-19. So there&#x27;s a bunch of people being treated for covid-19, who die from covid-19, but who were not tested as having covid-19. Their deaths won&#x27;t be in these daily figures. And then we have deaths outside hospital: covid-19 is currently ripping through care homes. Maybe 50%[1] of covid deaths are happening in care homes, but if they&#x27;re not counted in the daily stats you&#x27;re missing all of them. The UK does have a more accurate figure from the Office For National Statistics, but there&#x27;s quite a lot of lag in those figures. Someone dies, a doctor certifies the death, that&#x27;s registered, and then sent to ONS for coding.<p>3) Everywhere is counting deaths and cases differently. I&#x27;ve talked about the UK and that&#x27;s just 4 (or 1) countries.<p>Here&#x27;s the UK daily covid dashboard: <a href="https:&#x2F;&#x2F;www.arcgis.com&#x2F;apps&#x2F;opsdashboard&#x2F;index.html#&#x2F;f94c3c90da5b4e9f9a0b19484dd4bb14" rel="nofollow">https:&#x2F;&#x2F;www.arcgis.com&#x2F;apps&#x2F;opsdashboard&#x2F;index.html#&#x2F;f94c3c9...</a><p>Here&#x27;s the Office For National Statistics page talking about the different ways of counting death: <a href="https:&#x2F;&#x2F;blog.ons.gov.uk&#x2F;2020&#x2F;03&#x2F;31&#x2F;counting-deaths-involving-the-coronavirus-covid-19&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.ons.gov.uk&#x2F;2020&#x2F;03&#x2F;31&#x2F;counting-deaths-involving...</a><p>Here&#x27;s the NHS England_Improvement Covid-19 stats page, with excel files: <a href="https:&#x2F;&#x2F;www.england.nhs.uk&#x2F;statistics&#x2F;statistical-work-areas&#x2F;covid-19-daily-deaths&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.england.nhs.uk&#x2F;statistics&#x2F;statistical-work-areas...</a><p>For worldwide there&#x27;s the John Hopkins dashboard: <a href="https:&#x2F;&#x2F;coronavirus.jhu.edu&#x2F;map.html" rel="nofollow">https:&#x2F;&#x2F;coronavirus.jhu.edu&#x2F;map.html</a><p>[1] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22854047" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22854047</a>
评论 #22855868 未加载
ColinWrightabout 5 years ago
I use this:<p><a href="https:&#x2F;&#x2F;opendata.ecdc.europa.eu&#x2F;covid19&#x2F;casedistribution&#x2F;csv" rel="nofollow">https:&#x2F;&#x2F;opendata.ecdc.europa.eu&#x2F;covid19&#x2F;casedistribution&#x2F;csv</a>