Skip to content

Intapp, Inc.: filings

Every Intapp, 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-08-14fiscal FY 2026571460001565687-26-000073
10-Q2026-05-05fiscal Q3 2026521390001565687-26-000037
10-Q2026-02-03fiscal Q2 2026521390001565687-26-000014
10-Q2025-11-04fiscal Q1 2026521050001565687-25-000101
10-K2025-08-20fiscal FY 2025551410001193125-25-184080
10-Q2025-05-06fiscal Q3 2025521390000950170-25-064492
10-Q2025-02-04fiscal Q2 2025521400000950170-25-013454
10-Q2024-11-07fiscal Q1 2025521060000950170-24-123292
10-K2024-08-26fiscal FY 2024561440000950170-24-100587
10-Q2024-05-09fiscal Q3 2024551490000950170-24-056956
10-Q2024-02-08fiscal Q2 2024551490000950170-24-012786
10-Q2023-11-08fiscal Q1 2024561150000950170-23-061113
10-K2023-09-07fiscal FY 2023591560000950170-23-047051
10-Q2023-05-09fiscal Q3 2023561540000950170-23-019781
10-Q2023-02-08fiscal Q2 2023561540000950170-23-002141
10-Q2022-11-08fiscal Q1 2023561160000950170-22-023213
10-K2022-09-09fiscal FY 2022571470001564590-22-031398
10-Q2022-05-13fiscal Q3 2022531420001564590-22-020122
10-Q2022-02-11fiscal Q2 2022531420001564590-22-004801
10-Q2021-11-12fiscal Q1 2022531100001564590-21-056722

Inspect the source

Entity
Intapp, Inc. / CIK 0001565687
Captured
2026-09-20T09:20:32.569Z
SEC response SHA-256
bd9f42fa9b5a7aeb467cd9a9f1c86aca6147403ec7b23c4b8352cd04355e8e28

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