Skip to content

Internet Sciences Inc.: filings

Every Internet Sciences Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 32 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-14fiscal Q2 202627620001580642-26-005333
10-Q2026-05-15fiscal Q1 202625580001580642-26-003197
10-K2026-03-31fiscal FY 202527550001477932-26-001876
10-Q/A2025-11-18fiscal Q3 202529880001477932-25-008423
10-Q2025-08-14fiscal Q2 202528850001477932-25-005911
10-Q2025-05-15fiscal Q1 202528650001477932-25-003787
10-K2025-03-31fiscal FY 202428570001477932-25-002215
10-K/A2024-11-18fiscal FY 202324480001477932-24-007341
10-Q2024-11-14fiscal Q3 202426670001477932-24-007165
10-Q2024-08-13fiscal Q2 202426740001477932-24-004740
10-Q2024-05-15fiscal Q1 202426590001477932-24-002935
10-K2024-04-15fiscal FY 202325500001477932-24-002055
10-Q2023-11-21fiscal Q3 202324750001213900-23-089150
10-Q2023-08-21fiscal Q2 202325730001213900-23-069508
10-Q2023-05-18fiscal Q1 202325490001174947-23-000808
10-K/A2023-04-18fiscal FY 202226460001174947-23-000580
10-Q2022-11-21fiscal Q3 202225740001214659-22-014061
10-Q2022-08-22fiscal Q2 202225700001214659-22-010446
10-Q/A2022-05-25fiscal Q1 202222430001214659-22-007398
10-K2022-03-31fiscal FY 202120390001214659-22-004597
10-Q2021-11-22fiscal Q3 202119570001214659-21-012147
10-Q2021-08-19fiscal Q2 202122680001477932-21-005768
10-Q2021-08-16fiscal Q1 202122480001477932-21-005633
10-K2021-08-13fiscal FY 202023480001477932-21-005439
10-Q2019-11-14fiscal Q3 201922730001214659-19-007155
10-Q/A2019-08-15fiscal Q2 201922730001214659-19-005310
10-Q2019-06-06fiscal Q1 201920440001214659-19-004084
10-K2019-06-06fiscal FY 201813260001214659-19-004083
10-K2019-06-06fiscal FY 201718320001214659-19-004082
10-Q2019-06-03fiscal Q1 201920440001056520-19-000027
10-K2019-06-03fiscal FY 201718320001056520-19-000023
10-K2019-06-03fiscal FY 201813260001056520-19-000020

Inspect the source

Entity
Internet Sciences Inc. / CIK 0001720286
Captured
2026-09-21T17:24:49.800Z
SEC response SHA-256
39c5bbef4b89914bc07175538e01bb2aa4c35ffb64b507bf5decc5a42216912c

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