Skip to content

Splunk Inc.: filings

Every Splunk Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 47 filings, each linked to its SEC index.

Filing record ends 2023-11-28

The latest filing in this captured record is a 10-Q filed 2023-11-28. No later filing is in the SEC companyfacts record captured on 2026-09-22. Splunk Inc. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2023-11-28fiscal Q3 2024511450001353283-23-000043
10-Q2023-08-24fiscal Q2 2024511450001353283-23-000034
10-Q2023-05-25fiscal Q1 2024511050001353283-23-000025
10-K2023-03-23fiscal FY 2023581520001353283-23-000011
10-Q2022-12-01fiscal Q3 2023521470001353283-22-000040
10-Q2022-08-25fiscal Q2 2023521470001353283-22-000030
10-Q2022-05-26fiscal Q1 2023511050001353283-22-000020
10-K2022-03-24fiscal FY 2022571500001353283-22-000011
10-Q2021-12-02fiscal Q3 2022491350001353283-21-000036
10-Q2021-09-08fiscal Q2 2022481330001353283-21-000026
10-Q2021-06-09fiscal Q1 202247970001353283-21-000019
10-K2021-03-31fiscal FY 2021531380001353283-21-000009
10-Q2020-12-10fiscal Q3 2021491340001353283-20-000037
10-Q2020-09-03fiscal Q2 2021481320001353283-20-000032
10-Q2020-06-01fiscal Q1 202148980001353283-20-000024
10-K2020-03-26fiscal FY 2020491250001353283-20-000008
10-Q2019-12-04fiscal Q3 2020481310001353283-19-000027
10-Q2019-09-05fiscal Q2 2020481310001353283-19-000018
10-Q2019-06-06fiscal Q1 202044880001353283-19-000012
10-K2019-03-27fiscal FY 2019461210001353283-19-000005
10-Q2018-12-07fiscal Q3 2019401130001353283-18-000019
10-Q2018-09-05fiscal Q2 2019391090001353283-18-000014
10-Q2018-06-08fiscal Q1 201939790001353283-18-000007
10-K2018-03-30fiscal FY 2018441160001353283-18-000004
10-Q2017-12-06fiscal Q3 2018391090001353283-17-000027
10-Q2017-09-06fiscal Q2 2018391090001353283-17-000021
10-Q2017-06-08fiscal Q1 201839790001353283-17-000015
10-K2017-03-29fiscal FY 2017441150001353283-17-000008
10-Q2016-12-09fiscal Q3 2017391090001353283-16-000053
10-Q2016-09-08fiscal Q2 2017391090001353283-16-000047
10-Q2016-06-09fiscal Q1 201739790001353283-16-000040
10-K2016-03-30fiscal FY 2016411040001353283-16-000033
10-Q2015-12-10fiscal Q3 2016391090001353283-15-000027
10-Q2015-09-09fiscal Q2 2016391070001353283-15-000020
10-Q2015-06-09fiscal Q1 201639780001353283-15-000013
10-K2015-03-31fiscal FY 2015411030001353283-15-000006
10-Q2014-12-10fiscal Q3 2015381050001353283-14-000027
10-Q2014-09-09fiscal Q2 2015371010001353283-14-000020
10-Q2014-06-09fiscal Q1 201537750001353283-14-000013
10-K2014-03-31fiscal FY 2013411030001353283-14-000007
10-Q2013-12-13fiscal Q3 201335980001353283-13-000015
10-Q2013-09-13fiscal Q2 201331880001353283-13-000008
10-Q2013-06-13fiscal Q1 201331640001445305-13-001482
10-K2013-04-01fiscal FY 201235890001047469-13-003746
10-Q2012-12-13fiscal Q3 201232900001104659-12-083984
10-Q2012-09-13fiscal Q2 201232900001104659-12-063326
10-Q2012-06-13fiscal Q1 201229590001104659-12-043118

Inspect the source

Entity
Splunk Inc. / CIK 0001353283
Captured
SEC response SHA-256
1ed9b0ac7f8f37702ab07add764addbb10f90797a398998e3f0ad5518124e480

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