Skip to content

MODEL N, INC.: filings

Every MODEL N, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 filings, each linked to its SEC index.

Filing record ends 2024-05-07

The latest filing in this captured record is a 10-Q filed 2024-05-07. No later filing is in the SEC companyfacts record captured on 2026-09-22. MODEL N, 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-Q2024-05-07fiscal Q2 2024501410001118417-24-000103
10-Q2024-02-06fiscal Q1 2024501040001118417-24-000020
10-K2023-11-17fiscal FY 2023561470001118417-23-000209
10-Q2023-08-08fiscal Q3 2023501410001118417-23-000146
10-Q2023-05-09fiscal Q2 2023501410001118417-23-000082
10-Q2023-02-07fiscal Q1 2023501030001118417-23-000015
10-K2022-11-18fiscal FY 2022561460001118417-22-000135
10-Q2022-08-09fiscal Q3 2022501400001118417-22-000088
10-Q2022-05-10fiscal Q2 2022501400001118417-22-000064
10-Q2022-02-09fiscal Q1 2022501020001118417-22-000017
10-K2021-11-19fiscal FY 2021561460001118417-21-000166
10-Q2021-08-09fiscal Q3 2021501400001118417-21-000121
10-Q2021-05-10fiscal Q2 2021451200001118417-21-000100
10-Q2021-02-09fiscal Q1 202145920001118417-21-000026
10-K2020-11-23fiscal FY 2020511310001118417-20-000129
10-Q2020-08-05fiscal Q3 2020451180001118417-20-000085
10-Q2020-05-06fiscal Q2 2020461190001118417-20-000056
10-Q2020-02-05fiscal Q1 202046910001118417-20-000015
10-K2019-11-15fiscal FY 2019481320001118417-19-000095
10-Q2019-08-07fiscal Q3 2019431220001118417-19-000056
10-Q2019-05-08fiscal Q2 2019431220001118417-19-000033
10-Q2019-02-06fiscal Q1 201940890001118417-19-000011
10-K2018-11-16fiscal FY 2018471250001118417-18-000009
10-Q2018-08-08fiscal Q3 2018441180001564590-18-020134
10-Q2018-05-09fiscal Q2 2018401100001564590-18-012069
10-Q2018-02-07fiscal Q1 201839800001564590-18-001442
10-K2017-11-15fiscal FY 2017441140001564590-17-023880
10-Q2017-08-09fiscal Q3 2017411100001564590-17-016695
10-Q2017-05-09fiscal Q2 2017411100001564590-17-009923
10-Q2017-02-08fiscal Q1 201739790001564590-17-001183
10-K2016-11-18fiscal FY 2016441150001564590-16-029481
10-Q2016-08-09fiscal Q3 2016381060001564590-16-023696
10-Q2016-05-10fiscal Q2 2016381060001564590-16-018966
10-Q2016-02-09fiscal Q1 201639800001564590-16-012527
10-K2015-11-23fiscal FY 2015451170001564590-15-010979
10-Q2015-08-10fiscal Q3 201535960001193125-15-285027
10-Q2015-05-11fiscal Q2 201534940001193125-15-182159
10-Q2015-02-12fiscal Q1 201534700001193125-15-046862
10-K2014-11-19fiscal FY 2014441130001193125-14-417399
10-Q2014-08-08fiscal Q3 2014391140001193125-14-301415
10-Q2014-05-15fiscal Q2 2014381040001193125-14-199908
10-Q2014-02-12fiscal Q1 201438780001193125-14-046191
10-K2013-12-09fiscal FY 2013501280001193125-13-465490
10-Q2013-08-09fiscal Q3 2013441240001193125-13-329402
10-Q2013-05-10fiscal Q2 2013411120001193125-13-211509

Inspect the source

Entity
MODEL N, INC. / CIK 0001118417
Captured
SEC response SHA-256
9c5bb01f3776097432d8f424561da322bfb7c2e2bb3d94493c3a1d32e27054ec

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