Skip to content

BARK, INC.: filings

Every BARK, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 27 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-06fiscal Q1 202746990001628280-26-054441
10-K2026-06-10fiscal FY 2026501320001628280-26-042242
10-Q2026-02-05fiscal Q3 2026461320001628280-26-005799
10-Q2025-11-10fiscal Q2 2026451310001819574-25-000047
10-Q2025-08-07fiscal Q1 202645970001819574-25-000039
10-K2025-06-04fiscal FY 2025501320001819574-25-000024
10-Q2025-02-05fiscal Q3 2025461330001819574-25-000011
10-Q2024-11-07fiscal Q2 2025461330001819574-24-000048
10-Q2024-08-07fiscal Q1 2025471010001819574-24-000039
10-K2024-06-03fiscal FY 2024511340001819574-24-000025
10-Q2024-02-07fiscal Q3 2024471380001819574-24-000014
10-Q2023-11-08fiscal Q2 2024471350001819574-23-000042
10-Q2023-08-08fiscal Q1 202447990001819574-23-000024
10-K2023-06-01fiscal FY 2023511320001819574-23-000009
10-Q2023-02-09fiscal Q3 2023471350001628280-23-002997
10-Q2022-11-09fiscal Q2 2023471350001819574-22-000108
10-Q2022-08-09fiscal Q1 202247990001819574-22-000075
10-K2022-05-31fiscal FY 2022501290001819574-22-000049
10-Q2022-02-11fiscal Q3 2022461330001819574-22-000023
10-Q2021-11-12fiscal Q2 2022461320001819574-21-000070
10-Q2021-08-10fiscal Q1 202245950001819574-21-000012
10-K/A2021-06-07fiscal FY 202118200001193125-21-184522
10-K2021-06-07fiscal FY 202118200001193125-21-183287
10-Q/A2021-05-07fiscal Q3 202017250001193125-21-155126
10-Q/A2021-05-03fiscal Q3 202017250001193125-21-147415
10-Q2021-02-16fiscal Q3 202016230001193125-21-045148
10-Q2020-12-23fiscal Q3 202010120001193125-20-326102

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
BARK, INC. / CIK 0001819574
Captured
2026-09-21T17:34:46.618Z
SEC response SHA-256
0036b0672f44ba39c54d5937c786b151075eee060074e0c8b5210744de67621a

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