---
title: "COVID-19"
method: GET
path: "/covid19/us"
tags: ["Default"]
---

# COVID-19

`GET /covid19/us`

Get real-time updates on the number of COVID-19 (Corona virus) cases in the US with a state-by-state breakdown. Data is sourced from CDC and reputable sources. You can also access this API <a href="https://rapidapi.com/Finnhub/api/finnhub-real-time-covid-19" target="_blank" rel="nofollow">here</a>

## Response `200`

successful operation

- CovidInfo[]
  - `state` string — State.
  - `case` number, float — Number of confirmed cases.
  - `death` number, float — Number of confirmed deaths.
  - `updated` string — Updated time.

## Changes

- **2021-07-26** `0f755a71e903` — 1 breaking
  - the `items/updated` response's property format changed from `date-time` to no format for status `200`
- **2021-07-23** `a148c0b2d583` — 1 info
  - api tag `Default` added
- **2020-06-11** `26499f908d78` — 1 breaking, 4 warning
  - the response's body type changed from `object` to `array` for status `200`
  - removed the optional property `case` from the response with the `200` status
  - removed the optional property `death` from the response with the `200` status
  - removed the optional property `state` from the response with the `200` status
  - …1 more
- **2020-05-26** `c5b8e420b78c` — 1 breaking, 5 info
  - the response's body type changed from `array` to `object` for status `200`
  - api tag `Default` removed
  - added the optional property `case` to the response with the `200` status
  - added the optional property `death` to the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/changes/covid19/us/get.md)

---

[API](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/revisions/415b27331384/schema)
