Skip to content

FULGENT GENETICS, INC.: filings

Every FULGENT GENETICS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 40 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-Q2026-07-30fiscal Q2 2026591640001193125-26-326136
10-Q2026-05-01fiscal Q1 2026591200001193125-26-199065
10-K2026-02-27fiscal FY 2025601540001193125-26-079169
10-Q2025-11-07fiscal Q3 2025571660001193125-25-271013
10-Q2025-08-01fiscal Q2 2025571610000950170-25-101105
10-Q2025-05-02fiscal Q1 2025571170000950170-25-062258
10-K2025-02-28fiscal FY 2024591520000950170-25-029512
10-Q2024-11-08fiscal Q3 2024571670000950170-24-123684
10-Q2024-08-02fiscal Q2 2024541490000950170-24-089592
10-Q2024-05-03fiscal Q1 2024541080000950170-24-052485
10-K2024-02-28fiscal FY 2023571400000950170-24-022233
10-Q2023-11-03fiscal Q3 2023541500000950170-23-058512
10-Q2023-08-04fiscal Q2 2023531440000950170-23-038316
10-Q2023-05-05fiscal Q1 2023511040000950170-23-018079
10-K2023-02-28fiscal FY 2022552310000950170-23-005178
10-Q2022-11-07fiscal Q3 2022531490000950170-22-022661
10-Q2022-08-04fiscal Q2 2022531430000950170-22-014856
10-Q2022-05-05fiscal Q1 2022521050000950170-22-007909
10-K2022-02-28fiscal FY 2021542240001564590-22-007366
10-Q2021-11-09fiscal Q3 2021491370001564590-21-055813
10-Q2021-08-10fiscal Q2 2021481300001564590-21-042834
10-Q2021-05-07fiscal Q1 202145910001564590-21-025554
10-K2021-03-08fiscal FY 2020481680001564590-21-011526
10-Q2020-11-09fiscal Q3 2020441250001564590-20-052530
10-Q2020-08-05fiscal Q2 2020421170001564590-20-036179
10-Q2020-05-06fiscal Q1 202042870001564590-20-021956
10-K2020-03-13fiscal FY 2019471640001564590-20-010617
10-Q2019-11-08fiscal Q3 2019431220001564590-19-041962
10-Q2019-08-12fiscal Q2 2019421140001564590-19-031337
10-Q2019-05-10fiscal Q1 201942830001564590-19-018477
10-K2019-03-22fiscal FY 2018431710001564590-19-008991
10-Q2018-11-09fiscal Q3 2018381030001564590-18-028969
10-Q2018-08-13fiscal Q2 2018391050001564590-18-021345
10-Q2018-05-14fiscal Q1 201837730001564590-18-013377
10-K2018-03-20fiscal FY 2017411620001564590-18-006239
10-Q2017-11-13fiscal Q3 2017391030001564590-17-023557
10-Q2017-08-14fiscal Q2 2017391040001564590-17-017670
10-Q2017-05-09fiscal Q1 201739770001564590-17-009872
10-K2017-03-17fiscal FY 2016431770001564590-17-004681
10-Q2016-11-14fiscal Q3 201634830001564590-16-029248

Inspect the source

Entity
FULGENT GENETICS, INC. / CIK 0001674930
Captured
2026-09-21T17:24:35.102Z
SEC response SHA-256
134af1b65e64f3ae050f6d95e2f0b88ddb1b0a3533a3f5933ae06dd4a719b415

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