Skip to content

NEVRO CORP.: filings

Every NEVRO CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 filings, each linked to its SEC index.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-K2025-03-04fiscal FY 2024601570001444380-25-000024
10-Q2024-11-12fiscal Q3 2024541560000950170-24-124689
10-Q2024-08-06fiscal Q2 2024531500000950170-24-091815
10-Q2024-05-07fiscal Q1 2024531070000950170-24-054685
10-K2024-02-23fiscal FY 2023591480000950170-24-019464
10-Q2023-11-01fiscal Q3 2023491460000950170-23-057550
10-Q2023-08-01fiscal Q2 2023481380000950170-23-036543
10-Q2023-04-26fiscal Q1 202348980000950170-23-014896
10-K2023-02-21fiscal FY 2022541410000950170-23-003296
10-Q2022-11-02fiscal Q3 2022491460000950170-22-021299
10-Q2022-08-03fiscal Q2 2022481400000950170-22-014306
10-Q2022-05-04fiscal Q1 202244920001564590-22-017891
10-K2022-02-23fiscal FY 2021491260001564590-22-006312
10-Q2021-11-08fiscal Q3 2021441300001564590-21-055298
10-Q2021-08-04fiscal Q2 2021441260001564590-21-040902
10-Q2021-05-05fiscal Q1 202144920001564590-21-024174
10-K2021-02-24fiscal FY 2020491590001564590-21-008153
10-Q2020-11-05fiscal Q3 2020441290001564590-20-051431
10-Q2020-08-05fiscal Q2 2020441250001564590-20-036912
10-Q2020-05-05fiscal Q1 202044930001564590-20-021316
10-K2020-02-25fiscal FY 2019501610001564590-20-006427
10-Q2019-11-06fiscal Q3 2019441240001564590-19-041110
10-Q2019-08-08fiscal Q2 2019441200001564590-19-030876
10-Q2019-05-09fiscal Q1 201944890001564590-19-018079
10-K2019-02-21fiscal FY 2018471530001564590-19-003708
10-Q2018-11-05fiscal Q3 2018421140001564590-18-026887
10-Q2018-08-02fiscal Q2 2018421160001564590-18-018945
10-Q2018-05-07fiscal Q1 201841850001564590-18-011287
10-K2018-02-22fiscal FY 2017421390001564590-18-002905
10-Q2017-11-06fiscal Q3 2017391110001564590-17-021848
10-Q2017-08-07fiscal Q2 2017391110001564590-17-016041
10-Q2017-05-08fiscal Q1 201739810001564590-17-009430
10-K2017-02-23fiscal FY 2016451550001564590-17-002237
10-Q2016-11-07fiscal Q3 2016411140001564590-16-027982
10-Q2016-08-08fiscal Q2 2016411140001564590-16-023339
10-Q2016-05-09fiscal Q1 201639810001193125-16-583945
10-K2016-02-29fiscal FY 2015441550001193125-16-485541
10-Q2015-11-09fiscal Q3 2015411140001193125-15-372084
10-Q2015-08-06fiscal Q2 2015411130001193125-15-281205
10-Q2015-05-11fiscal Q1 201541840001193125-15-181388
10-K2015-03-18fiscal FY 2014421480001193125-15-097120
10-Q2014-12-02fiscal Q3 2014381060001193125-14-431145

Inspect the source

Entity
NEVRO CORP. / CIK 0001444380
Captured
2026-09-21T17:19:58.092Z
SEC response SHA-256
0c2e1e0ea07fd5aa62ea822db0f1b0aba69fb5f3183a6c9ec8f3e0eef0586d49

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001444380.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))