Skip to content

Fox Factory Holding Corp.: filings

Every Fox Factory Holding Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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-08-07fiscal Q2 2026511450001424929-26-000049
10-Q2026-05-08fiscal Q1 2026511050001424929-26-000035
10-K2026-02-27fiscal FY 2025601560001424929-26-000012
10-Q2025-11-07fiscal Q3 2025531570001424929-25-000092
10-Q2025-08-08fiscal Q2 2025531530001424929-25-000076
10-Q2025-05-09fiscal Q1 2025531090001424929-25-000050
10-K2025-02-28fiscal FY 2024601550001424929-25-000007
10-Q2024-11-01fiscal Q3 2024531550001424929-24-000128
10-Q2024-08-02fiscal Q2 2024531510001424929-24-000109
10-Q2024-05-03fiscal Q1 2024531090001424929-24-000057
10-K2024-02-23fiscal FY 2023571470001424929-24-000006
10-Q2023-11-03fiscal Q3 2023501440001424929-23-000152
10-Q2023-08-04fiscal Q2 2023501400001424929-23-000133
10-Q2023-05-04fiscal Q1 2023521070001424929-23-000078
10-K2023-02-23fiscal FY 2022581520001424929-23-000020
10-Q2022-11-03fiscal Q3 2022521490001424929-22-000139
10-Q2022-08-04fiscal Q2 2022521450001424929-22-000113
10-Q2022-05-05fiscal Q1 2022531080001424929-22-000065
10-K2022-02-24fiscal FY 2021592010001424929-22-000013
10-Q2021-11-04fiscal Q3 2021551580001424929-21-000132
10-Q2021-08-05fiscal Q2 2021541500001424929-21-000109
10-Q2021-05-06fiscal Q1 2021531080001424929-21-000047
10-K2021-02-25fiscal FY 2020581970001424929-21-000014
10-Q2020-11-10fiscal Q3 2020541540001424929-20-000105
10-Q2020-08-05fiscal Q2 2020531480001424929-20-000087
10-Q2020-05-06fiscal Q1 2020511040001424929-20-000041
10-K2020-03-03fiscal FY 2019551890001424929-20-000014
10-Q2019-10-30fiscal Q3 2019501460001424929-19-000078
10-Q2019-07-31fiscal Q2 2019501420001424929-19-000063
10-Q2019-05-01fiscal Q1 2019511030001424929-19-000035
10-K2019-02-26fiscal FY 2018541900001424929-19-000015
10-Q2018-10-31fiscal Q3 2018471310001628280-18-013191
10-Q2018-08-01fiscal Q2 2018471310001424929-18-000033
10-Q2018-05-02fiscal Q1 201848970001424929-18-000021
10-K2018-03-07fiscal FY 2017531790001424929-18-000009
10-K2018-02-27fiscal FY 2017531790001424929-18-000006
10-Q2017-11-01fiscal Q3 2017481310001424929-17-000055
10-Q2017-08-03fiscal Q2 2017481310001424929-17-000047
10-Q2017-05-03fiscal Q1 201748970001424929-17-000028
10-K2017-03-01fiscal FY 2016511730001424929-17-000009
10-Q2016-11-02fiscal Q3 2016481310001424929-16-000104
10-Q2016-08-03fiscal Q2 2016481310001424929-16-000096
10-Q2016-05-04fiscal Q1 201649990001424929-16-000080
10-K2016-02-29fiscal FY 2015511720001424929-16-000069
10-Q2015-11-04fiscal Q3 2015491330001424929-15-000055
10-Q2015-08-05fiscal Q2 2015491330001424929-15-000046
10-Q2015-05-06fiscal Q1 201549990001424929-15-000029
10-K2015-03-02fiscal FY 2014511740001424929-15-000006
10-Q2014-11-05fiscal Q3 2014481310001424929-14-000053
10-Q2014-08-06fiscal Q2 2014481310001424929-14-000043
10-Q2014-05-07fiscal Q1 201448970001424929-14-000010
10-K2014-03-11fiscal FY 2013501700001193125-14-093860
10-Q2013-11-06fiscal Q3 2013481350001193125-13-430154
10-Q2013-09-19fiscal Q2 2013471340001193125-13-371761

Inspect the source

Entity
Fox Factory Holding Corp. / CIK 0001424929
Captured
2026-09-20T08:03:43.128Z
SEC response SHA-256
491c47ce427936c85c445484b7b07f5e6f805e04a5d1afa5a8df973853626e69

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