Skip to content

Vista Outdoor Inc: filings

Every Vista Outdoor 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-Q2024-11-07fiscal Q2 2025471320001616318-24-000105
10-Q2024-08-09fiscal Q1 202547980001616318-24-000080
10-K2024-05-29fiscal FY 2024511310001616318-24-000061
10-Q2024-02-01fiscal Q3 2024471280001616318-24-000016
10-Q2023-11-02fiscal Q2 2024471280001616318-23-000163
10-Q2023-07-27fiscal Q1 2024481000001616318-23-000124
10-K2023-05-25fiscal FY 2023511310001616318-23-000091
10-Q2023-02-03fiscal Q3 2023511400001616318-23-000009
10-Q2022-11-03fiscal Q2 2023511400001616318-22-000130
10-Q2022-07-28fiscal Q1 2023491020001616318-22-000089
10-K2022-05-24fiscal FY 2022521350001616318-22-000063
10-Q2022-02-03fiscal Q3 2022481320001616318-22-000017
10-Q2021-11-04fiscal Q2 2022461260001616318-21-000149
10-Q2021-07-29fiscal Q1 202246980001616318-21-000118
10-K2021-05-20fiscal FY 2021501850001616318-21-000080
10-Q2021-02-04fiscal Q3 2021471300001616318-21-000020
10-Q2020-11-05fiscal Q2 2021471300001616318-20-000148
10-Q2020-08-06fiscal Q1 202146980001616318-20-000123
10-K2020-06-03fiscal FY 2020481480001616318-20-000081
10-Q2020-02-06fiscal Q3 2020461260001616318-20-000015
10-Q2019-11-07fiscal Q2 2020491350001616318-19-000100
10-Q2019-08-08fiscal Q1 202044920001616318-19-000067
10-K2019-05-23fiscal FY 2019421490001616318-19-000032
10-Q2019-02-07fiscal Q3 2019421220001616318-19-000013
10-Q2018-11-08fiscal Q2 2019421220001616318-18-000098
10-Q2018-08-09fiscal Q1 201939840001616318-18-000072
10-K2018-05-18fiscal FY 2018411390001616318-18-000051
10-Q2018-02-08fiscal Q3 2018391120001616318-18-000008
10-Q2017-11-09fiscal Q2 2018391120001616318-17-000155
10-Q2017-08-10fiscal Q1 201839840001616318-17-000139
10-K2017-05-26fiscal FY 2017411390001616318-17-000102
10-Q2017-02-09fiscal Q3 2017391120001616318-17-000017
10-Q2016-11-10fiscal Q2 2017391120001616318-16-000145
10-Q2016-08-12fiscal Q1 201739840001616318-16-000135
10-K2016-05-27fiscal FY 2016411390001616318-16-000100
10-Q2016-02-11fiscal Q3 2016371060001616318-16-000035
10-Q2015-11-12fiscal Q2 2016381070001616318-15-000027
10-Q2015-08-13fiscal Q1 201637780001616318-15-000023
10-K2015-06-01fiscal FY 2015391350001616318-15-000008
10-Q2015-03-04fiscal Q3 201527740001616318-15-000004

Inspect the source

Entity
Vista Outdoor Inc / CIK 0001616318
Captured
2026-09-21T17:21:30.318Z
SEC response SHA-256
e5f5dd49b8483f7bf66b3c25f9f124cb9edbb84485e5ac1b07005fa5daab40c1

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