Skip to content

Smartsheet Inc.: filings

Every Smartsheet 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-Q2024-12-05fiscal Q3 2025511420001366561-24-000222
10-Q2024-09-06fiscal Q2 2025511420001366561-24-000186
10-Q2024-06-06fiscal Q1 2025491020001366561-24-000133
10-K2024-03-20fiscal FY 2024511370001366561-24-000062
10-Q2023-12-08fiscal Q3 2024481340001366561-23-000141
10-Q2023-09-08fiscal Q2 2024481340001366561-23-000106
10-Q2023-06-08fiscal Q1 2024481000001366561-23-000062
10-K2023-03-22fiscal FY 2023551450001366561-23-000030
10-Q2022-12-08fiscal Q3 2023481340001366561-22-000163
10-Q2022-09-07fiscal Q2 2023471320001366561-22-000141
10-Q2022-06-07fiscal Q1 202347980001366561-22-000081
10-K2022-03-25fiscal FY 2022541430001366561-22-000045
10-Q2021-12-08fiscal Q3 2022481340001366561-21-000139
10-Q2021-09-08fiscal Q2 2022481340001366561-21-000116
10-Q2021-06-04fiscal Q1 2022481010001366561-21-000069
10-K2021-03-25fiscal FY 2021491270001366561-21-000036
10-Q2020-12-08fiscal Q3 2021451200001366561-20-000122
10-Q2020-09-04fiscal Q2 2021451210001366561-20-000094
10-Q2020-06-08fiscal Q1 202144930001366561-20-000053
10-K2020-03-31fiscal FY 2020501270001366561-20-000019
10-Q2019-12-11fiscal Q3 2020431140001366561-19-000089
10-Q2019-09-10fiscal Q2 2020431120001366561-19-000066
10-Q2019-06-07fiscal Q1 202043880001366561-19-000044
10-K2019-04-01fiscal FY 2019481270001366561-19-000014
10-Q2018-12-10fiscal Q3 2019411090001366561-18-000015
10-Q2018-09-10fiscal Q2 2019401070001366561-18-000007
10-Q2018-06-12fiscal Q1 201938780001628280-18-007820

Inspect the source

Entity
Smartsheet Inc. / CIK 0001366561
Captured
2026-09-21T17:19:22.411Z
SEC response SHA-256
3a08919cb8251530d832c99aa73a3e6dd4dce26a9447fb9861fd7e6a38eb766f

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