Skip to content

FRESHPET, INC.: filings

Every FRESHPET, 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-Q2026-08-05fiscal Q2 2026461330001611647-26-000018
10-Q2026-05-06fiscal Q1 202645940001611647-26-000012
10-K2026-02-23fiscal FY 2025471250001611647-26-000006
10-Q2025-11-03fiscal Q3 2025441280001611647-25-000030
10-Q2025-08-04fiscal Q2 2025421210001611647-25-000021
10-Q2025-05-05fiscal Q1 202543890001611647-25-000013
10-K2025-02-20fiscal FY 2024431140001611647-25-000007
10-Q2024-11-04fiscal Q3 2024421210001611647-24-000019
10-Q2024-08-05fiscal Q2 2024421210001611647-24-000011
10-Q2024-05-06fiscal Q1 202443860001437749-24-014824
10-K2024-02-26fiscal FY 2023431110001437749-24-005542
10-Q2023-11-06fiscal Q3 2023421190001437749-23-030394
10-Q2023-08-07fiscal Q2 2023441230001437749-23-022342
10-Q2023-05-08fiscal Q1 202344890001437749-23-013012
10-K2023-02-28fiscal FY 2022451150001437749-23-004928
10-Q2022-11-08fiscal Q3 2022451270001437749-22-026352
10-Q2022-08-09fiscal Q2 2022451270001437749-22-019599
10-Q2022-05-03fiscal Q1 202245910001437749-22-010571
10-K2022-03-01fiscal FY 2021461180001437749-22-004871
10-Q2021-11-09fiscal Q3 2021461310001437749-21-025925
10-Q2021-08-03fiscal Q2 2021461310001437749-21-018320
10-Q2021-05-04fiscal Q1 202145920001437749-21-010772
10-K2021-02-22fiscal FY 2020481930001437749-21-003615
10-Q2020-11-03fiscal Q3 2020461360001437749-20-022389
10-Q2020-08-04fiscal Q2 2020461300001437749-20-016504
10-Q2020-05-05fiscal Q1 202046930001564590-20-021307
10-K2020-02-25fiscal FY 2019491950001564590-20-006185
10-Q2019-11-05fiscal Q3 2019471310001564590-19-040361
10-Q2019-08-06fiscal Q2 2019471270001564590-19-029332
10-Q2019-05-07fiscal Q1 201947920001564590-19-016493
10-K2019-02-28fiscal FY 2018461910001564590-19-005508
10-Q2018-11-06fiscal Q3 2018441220001564590-18-027452
10-Q2018-08-08fiscal Q2 2018441220001564590-18-020472
10-Q2018-05-08fiscal Q1 201839790001564590-18-011796
10-K2018-03-07fiscal FY 2017381580001564590-18-004715
10-Q2017-11-07fiscal Q3 2017361030001564590-17-022336
10-Q2017-08-08fiscal Q2 2017351000001564590-17-016505
10-Q2017-05-08fiscal Q1 201736740001564590-17-009445
10-K2017-03-14fiscal FY 2016361550001564590-17-004284
10-Q2016-11-04fiscal Q3 2016361040001564590-16-027640
10-Q2016-08-08fiscal Q2 2016351000001564590-16-023277
10-Q2016-05-06fiscal Q1 201635720001564590-16-018298
10-K2016-03-14fiscal FY 2015361550001564590-16-014697
10-Q2015-11-12fiscal Q3 2015351000001564590-15-010613
10-Q2015-08-13fiscal Q2 2015351000001564590-15-007242
10-Q2015-05-11fiscal Q1 201534700001564590-15-003947
10-K2015-03-31fiscal FY 2014361530001564590-15-002285
10-Q2014-12-10fiscal Q3 2014371040001564590-14-006154

Inspect the source

Entity
FRESHPET, INC. / CIK 0001611647
Captured
2026-09-20T09:26:57.649Z
SEC response SHA-256
e926ca0e924a5ca4b34a1154ca1e7f358c794a4eee6e7e019b402db5223bd785

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