Skip to content

Ilustrato Pictures International, Inc.: filings

Every Ilustrato Pictures International, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 16 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-Q2024-11-19fiscal Q3 2024441270001213900-24-100145
10-Q2024-08-26fiscal Q2 2024421190001213900-24-072396
10-Q2024-06-07fiscal Q1 202436830001213900-24-050819
10-K2024-05-01fiscal FY 202338670001213900-24-038595
10-Q2023-11-24fiscal Q3 202333980001213900-23-089740
10-Q/A2023-09-13fiscal Q2 202330840001663577-23-000466
10-Q/A2023-05-30fiscal Q1 202332680001663577-23-000293
10-K2023-04-10fiscal FY 202231690001663577-23-000157
10-Q2013-04-15fiscal Q3 201319540001255294-13-000260
10-Q2012-12-13fiscal Q2 201318510001477932-12-004850
10-Q2012-09-19fiscal Q1 201316430001477932-12-003714
10-K2012-08-15fiscal FY 201215370001477932-12-003120
10-Q/A2012-03-22fiscal Q3 201216530001380389-12-000025
10-Q/A2012-01-06fiscal Q2 201214460001380389-12-000004
10-Q2011-12-19fiscal Q2 201213440001380389-11-000130
10-Q/A2011-10-13fiscal Q1 20129230001380389-11-000091

Inspect the source

Entity
Ilustrato Pictures International, Inc. / CIK 0001496383
Captured
2026-09-21T17:20:18.279Z
SEC response SHA-256
4bbb8013f78134b19bfa337d9b1ca3cd324f8905559b4e2812aa29e6b7a88e56

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