Skip to content

GITLAB INC.: filings

Every GITLAB 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-Q2026-09-02fiscal Q2 2027481380001628280-26-059943
10-Q2026-06-02fiscal Q1 2027491020001628280-26-039793
10-K2026-03-17fiscal FY 2026541400001628280-26-018731
10-Q2025-12-03fiscal Q3 2026481380001628280-25-054840
10-Q2025-09-04fiscal Q2 2026511420001653482-25-000010
10-Q2025-06-11fiscal Q1 2026511040001628280-25-030546
10-K2025-03-21fiscal FY 2025571470001628280-25-014344
10-Q2024-12-06fiscal Q3 2025501380001628280-24-050129
10-Q2024-09-04fiscal Q2 2025501380001628280-24-039196
10-Q2024-06-04fiscal Q1 2025511050001628280-24-026458
10-K2024-03-26fiscal FY 2024591530001628280-24-012963
10-Q2023-12-05fiscal Q3 2024541510001628280-23-040671
10-Q2023-09-06fiscal Q2 2024541510001628280-23-031433
10-Q2023-06-06fiscal Q1 2024541110001628280-23-020942
10-K2023-03-30fiscal FY 2023591520001628280-23-009925
10-Q2022-12-06fiscal Q3 2023521490001628280-22-031412
10-Q2022-09-07fiscal Q2 2023521490001628280-22-024415
10-Q2022-06-07fiscal Q1 2023521080001628280-22-016380
10-K2022-04-08fiscal FY 2022561440001628280-22-008836
10-Q2021-12-07fiscal Q3 2022451320001628280-21-024605

Inspect the source

Entity
GITLAB INC. / CIK 0001653482
Captured
2026-09-21T17:23:42.392Z
SEC response SHA-256
5f900199621c5922f358c542d0fb942df930d4fe391724686f2625149fc1ee54

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