Skip to content

Qorvo, Inc.: filings

Every Qorvo, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 48 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-K2026-05-08fiscal FY 2026581580001628280-26-032873
10-Q2026-01-28fiscal Q3 2026481420001628280-26-003838
10-Q2025-11-03fiscal Q2 2026481420001628280-25-048253
10-Q2025-07-30fiscal Q1 2026481050001604778-25-000067
10-K2025-05-19fiscal FY 2025571560001604778-25-000041
10-Q2025-01-29fiscal Q3 2025471390001604778-25-000017
10-Q2024-10-30fiscal Q2 2025471380001604778-24-000082
10-Q2024-07-31fiscal Q1 2025471030001604778-24-000063
10-K2024-05-20fiscal FY 2024571560001604778-24-000036
10-Q2024-02-01fiscal Q3 2024471400001604778-24-000018
10-Q2023-11-02fiscal Q2 2024471400001604778-23-000100
10-Q2023-08-03fiscal Q1 2024471030001604778-23-000083
10-K2023-05-19fiscal FY 2023551510001604778-23-000055
10-Q2023-02-02fiscal Q3 2023471400001604778-23-000034
10-Q2022-11-03fiscal Q2 2023471400001604778-22-000064
10-Q2022-08-04fiscal Q1 2023471030001604778-22-000042
10-K2022-05-20fiscal FY 2022551510001604778-22-000029
10-Q2022-02-03fiscal Q3 2022471410001604778-22-000010
10-Q2021-11-04fiscal Q2 2022471410001604778-21-000058
10-Q2021-08-05fiscal Q1 2022471030001604778-21-000042
10-K2021-05-24fiscal FY 2021541470001604778-21-000032
10-Q2021-02-04fiscal Q3 2021471410001604778-21-000010
10-Q2020-11-05fiscal Q2 2021471410001604778-20-000086
10-Q2020-07-30fiscal Q1 2021471030001604778-20-000057
10-K2020-05-20fiscal FY 2020551880001604778-20-000030
10-Q2020-01-30fiscal Q3 2020501360001604778-20-000008
10-Q2019-11-01fiscal Q2 2020501360001604778-19-000084
10-Q2019-08-06fiscal Q1 2020501020001604778-19-000053
10-K2019-05-17fiscal Q4 2019511800001604778-19-000031
10-Q2019-02-07fiscal Q3 2019471270001604778-19-000008
10-Q2018-11-01fiscal Q2 2019471280001604778-18-000094
10-Q2018-08-02fiscal FY 201947950001604778-18-000071
10-K2018-05-21fiscal FY 2018501700001604778-18-000023
10-Q2018-02-01fiscal Q3 2018461210001604778-18-000007
10-Q2017-11-03fiscal Q2 2018461240001604778-17-000058
10-Q2017-08-03fiscal Q1 201845920001604778-17-000047
10-K2017-05-23fiscal Q4 2017491740001604778-17-000031
10-Q2017-02-02fiscal Q3 2017451220001604778-17-000012
10-Q2016-11-07fiscal Q2 2017451220001604778-16-000211
10-Q2016-08-05fiscal Q1 201745920001604778-16-000193
10-K2016-05-31fiscal FY 2016491680001604778-16-000175
10-Q2016-02-10fiscal Q3 2016441180001604778-16-000133
10-Q2015-11-12fiscal Q2 2016441180001604778-15-000109
10-Q2015-08-05fiscal Q1 201643880001604778-15-000075
10-K2015-05-27fiscal FY 2015481610001604778-15-000051
10-Q2015-02-03fiscal Q3 2015431170001604778-15-000011
10-Q2014-11-05fiscal Q2 201519350001604778-14-000014
10-Q2014-09-12fiscal Q1 201516260001193125-14-340400

Inspect the source

Entity
Qorvo, Inc. / CIK 0001604778
Captured
2026-09-19T11:19:30.021Z
SEC response SHA-256
077161694facd4d21a7f526a97360591e1a5139f3e8779eb0354e51110c459e8

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/0001604778.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"])))