Skip to content

FUTURELAND CORP.: filings

Every FUTURELAND CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 29 filings, each linked to its SEC index.

Filing record ends 2019-07-29

The latest filing in this captured record is a 10-Q filed 2019-07-29. No later filing is in the SEC companyfacts record captured on 2026-09-22. FUTURELAND CORP. 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-Q2019-07-29fiscal Q1 201821420001079974-19-000388
10-K2019-04-16fiscal FY 201827540001079974-19-000202
10-Q2018-08-22fiscal Q2 201817320001079974-18-000477
10-Q2018-08-20fiscal Q2 201817320001079974-18-000474
10-Q2018-05-15fiscal Q1 201825470001079974-18-000274
10-K2018-04-17fiscal FY 201724500001079974-18-000219
10-Q2017-11-21fiscal Q3 201626620001079974-17-000552
10-Q2017-08-21fiscal Q2 201720500001079974-17-000412
10-Q2017-05-22fiscal Q1 201725490001079974-17-000276
10-K2017-04-21fiscal FY 201619400001079974-17-000165
10-Q2016-11-21fiscal Q3 201624590001079974-16-001729
10-Q2016-08-22fiscal Q2 201620480001079974-16-001529
10-Q2016-05-23fiscal Q1 201619340001079974-16-001244
10-K2016-05-23fiscal FY 201521490001079974-16-001228
10-K2016-04-14fiscal FY 201515320001079974-16-001133
10-Q/A2016-04-12fiscal Q3 201521500001079974-16-001115
10-Q2015-06-26fiscal Q1 201518380001079974-15-000462
10-Q2015-06-26fiscal Q1 201518380001079974-15-000458
10-K2015-06-08fiscal FY 201420430001079974-15-000428
10-Q2014-11-19fiscal Q3 201419520001079974-14-000822
10-Q2014-08-19fiscal Q2 201418500001079974-14-000648
10-Q2014-05-20fiscal Q1 201420550001079974-14-000437
10-K2014-04-11fiscal FY 201320490001079974-14-000263
10-Q2013-11-14fiscal Q3 201320620001079974-13-000724
10-Q2013-08-13fiscal Q2 201321640001079974-13-000483
10-Q2013-05-13fiscal Q1 201321530001079974-13-000254
10-K/A2013-03-29fiscal FY 201221560001079974-13-000164
10-Q/A2012-05-16fiscal Q1 201217400001424549-12-000006
10-Q/A2011-08-26fiscal Q2 201118580001424549-11-000023

Inspect the source

Entity
FUTURELAND CORP. / CIK 0001424549
Captured
SEC response SHA-256
77d382d114f2a2b32dfc8d4fb0d4d224f6c4243bd4e628a2f708c2f933a8ad8b

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