Skip to content

Semrush Holdings, Inc.: filings

Every Semrush Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 20 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-K2026-03-02fiscal FY 2025571500001628280-26-013259
10-Q2025-11-10fiscal Q3 2025531580001628280-25-051083
10-Q2025-08-07fiscal Q2 2025531540001628280-25-038933
10-Q2025-05-08fiscal Q1 2025531100001628280-25-023858
10-K2025-03-03fiscal FY 2024571500001628280-25-009448
10-Q2024-11-12fiscal Q3 2024541600001628280-24-047115
10-Q2024-08-09fiscal Q2 2024541560001628280-24-036496
10-Q2024-05-08fiscal Q1 2024541100001628280-24-021716
10-K2024-03-07fiscal FY 2023571520001628280-24-009657
10-Q2023-11-01fiscal Q3 2023531540001628280-23-036023
10-Q2023-08-03fiscal Q2 2023521500001628280-23-027306
10-Q2023-05-10fiscal Q1 2023521080001628280-23-017222
10-K2023-03-15fiscal FY 2022551460001628280-23-008111
10-Q2022-11-14fiscal Q3 2022511490001628280-22-029899
10-Q2022-08-15fiscal Q2 2022511470001628280-22-022877
10-Q2022-05-16fiscal Q1 2022511070001628280-22-014516
10-K2022-03-18fiscal FY 2021551460001628280-22-006731
10-Q2021-11-10fiscal Q3 2021501470001831840-21-000040
10-Q2021-08-10fiscal Q2 2021501430001831840-21-000028
10-Q2021-05-11fiscal Q1 2021501040001831840-21-000009

Inspect the source

Entity
Semrush Holdings, Inc. / CIK 0001831840
Captured
2026-09-21T17:36:19.887Z
SEC response SHA-256
3c22c559357eb0e09321adcfdc0e9705ad2513f81aded01dafe5ee63c3899692

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