Skip to content

INMUNE BIO INC.: filings

Every INMUNE BIO INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 31 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-08-06fiscal Q2 202635960001213900-26-086135
10-Q2026-05-07fiscal Q1 202634670001213900-26-053338
10-K2026-03-30fiscal FY 202543790001213900-26-036370
10-Q2025-10-30fiscal Q3 2025411080001213900-25-104141
10-Q2025-08-07fiscal Q2 2025401030001213900-25-073077
10-Q2025-05-08fiscal Q1 202537750001213900-25-041072
10-K2025-03-27fiscal FY 202439790001013762-25-003354
10-Q2024-10-31fiscal Q3 2024371100001213900-24-092861
10-Q2024-08-01fiscal Q2 2024361000001213900-24-064076
10-Q2024-05-09fiscal Q1 202432670001213900-24-041286
10-K2024-03-28fiscal FY 202334700001213900-24-027206
10-Q2023-11-01fiscal Q3 202333990001213900-23-082167
10-Q2023-08-07fiscal Q2 202334950001213900-23-064057
10-Q2023-05-03fiscal Q1 202334690001213900-23-035972
10-K2023-03-02fiscal FY 202236710001213900-23-016875
10-Q2022-11-02fiscal Q3 202234990001213900-22-068637
10-Q2022-08-03fiscal Q2 202231840001213900-22-044453
10-Q2022-05-05fiscal Q1 202230610001213900-22-024226
10-K2022-03-03fiscal FY 202131600001213900-22-010573
10-Q2021-11-03fiscal Q3 202130820001213900-21-056441
10-Q2021-08-04fiscal Q2 202126720001213900-21-040314
10-Q2021-05-05fiscal Q1 202126540001213900-21-024692
10-K2021-03-04fiscal FY 202025510001213900-21-013456
10-Q2020-11-05fiscal Q3 202024760001213900-20-035280
10-Q2020-08-05fiscal Q2 202024710001213900-20-020373
10-Q2020-05-14fiscal Q1 202024510001213900-20-012056
10-K2020-03-11fiscal FY 201926510001213900-20-005916
10-Q2019-11-08fiscal Q3 201924720001213900-19-022556
10-Q2019-08-09fiscal Q2 201926720001640334-19-001563
10-Q2019-05-15fiscal Q1 201923490001640334-19-000853
10-K2019-03-29fiscal FY 201828560001640334-19-000466

Inspect the source

Entity
INMUNE BIO INC. / CIK 0001711754
Captured
2026-09-21T17:24:27.593Z
SEC response SHA-256
aa396b13e085ef151a75bc6c09f236f07d824422291af8c81051485dff3f082e

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