Skip to content

Primo Water Corporation: filings

Every Primo Water Corporation 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-Q2024-11-07fiscal Q3 2024421380000884713-24-000054
10-Q2024-08-08fiscal Q2 2024421380000884713-24-000051
10-Q2024-05-09fiscal Q1 202441840000884713-24-000028
10-K2024-02-28fiscal FY 2023492260000884713-24-000022
10-Q2023-11-03fiscal Q3 2023431450000884713-23-000058
10-Q2023-08-10fiscal Q2 2023431460000884713-23-000051
10-Q2023-05-05fiscal Q1 202343890000884713-23-000029
10-K2023-03-01fiscal FY 2022491310000884713-23-000017
10-Q2022-11-10fiscal Q3 2022401320000884713-22-000015
10-Q2022-08-11fiscal Q2 2022401330000884713-22-000012
10-Q2022-05-12fiscal Q1 202240820000884713-22-000008
10-K2022-03-02fiscal FY 2021501340000884713-22-000003
10-Q2021-11-05fiscal Q3 2021401320000884713-21-000020
10-Q2021-08-06fiscal Q2 2021391280000884713-21-000014
10-Q2021-05-07fiscal Q1 202139800000884713-21-000010
10-K2021-03-03fiscal FY 2020501880000884713-21-000004
10-Q2020-11-05fiscal Q3 2020451460000884713-20-000017
10-Q2020-08-06fiscal Q2 2020451460000884713-20-000013
10-Q2020-05-07fiscal Q1 202045920000884713-20-000010
10-K2020-02-26fiscal FY 2019541940000884713-20-000003
10-Q2019-11-07fiscal Q3 2019481500000884713-19-000019
10-Q2019-08-08fiscal Q2 2019471510000884713-19-000015
10-Q2019-05-09fiscal Q1 201946940000884713-19-000011
10-K2019-02-27fiscal FY 2018501990000884713-19-000005
10-Q2018-11-08fiscal Q3 2018441480000884713-18-000007
10-Q2018-08-07fiscal Q2 2018431360000884713-18-000004
10-Q2018-05-10fiscal Q1 201843880001193125-18-158815
10-K2018-02-28fiscal FY 2017481840001193125-18-064134
10-Q2017-11-09fiscal Q3 2017421400001193125-17-339035
10-Q2017-08-10fiscal Q2 2017391280001193125-17-254217
10-Q2017-05-11fiscal Q1 201737780001193125-17-167014
10-K2017-03-01fiscal FY 2016451770001193125-17-065920
10-Q2016-11-10fiscal Q3 2016401320001193125-16-765860
10-Q2016-08-09fiscal Q2 2016411340001193125-16-676384
10-Q2016-05-09fiscal Q1 201641850001193125-16-583855
10-K2016-02-29fiscal FY 2015451770001193125-16-485439
10-Q2015-11-12fiscal Q3 2015401250001193125-15-374578
10-Q2015-08-05fiscal Q2 2015401210001193125-15-278513
10-Q2015-05-14fiscal Q1 201540810001193125-15-187623
10-K2015-03-04fiscal FY 2014461710001193125-15-076926
10-Q2014-11-04fiscal Q3 2014411300001193125-14-395598
10-Q2014-08-07fiscal Q2 2014401240001193125-14-300939
10-Q2014-05-08fiscal Q1 201439780001193125-14-189491
10-K2014-02-24fiscal FY 2013481740001193125-14-064516
10-Q2013-11-01fiscal Q3 2013431370001193125-13-422930
10-Q2013-08-02fiscal Q2 2013431370001193125-13-316577
10-Q2013-05-03fiscal Q1 201343840001193125-13-199046
10-K2013-02-27fiscal FY 2012481770001193125-13-080286
10-Q2012-11-01fiscal Q3 2012411270001193125-12-446415
10-Q2012-08-03fiscal Q2 2012411280001193125-12-334800
10-Q2012-05-07fiscal Q1 201240820001193125-12-214884
10-K2012-02-29fiscal FY 2011451710001193125-12-088741
10-Q2011-11-04fiscal Q3 2011381240001193125-11-297144
10-Q2011-08-09fiscal Q2 2011371220001193125-11-216362

Inspect the source

Entity
Primo Water Corporation / CIK 0000884713
Captured
2026-09-21T17:17:29.018Z
SEC response SHA-256
8b4f9fcfbbeac6709873811c6ae0088262cb191a506c71fc77ee26aea757fc62

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