Skip to content

INTERNATIONAL LAND ALLIANCE, INC.: filings

Every INTERNATIONAL LAND ALLIANCE, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 35 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-13fiscal Q2 2026351010001493152-26-037620
10-Q2026-05-15fiscal Q1 202636720001493152-26-023672
10-K2026-04-27fiscal FY 202538760001493152-26-019199
10-Q2025-11-19fiscal Q3 2025371110001493152-25-024270
10-Q2025-08-14fiscal Q2 2025371060001641172-25-023905
10-Q2025-06-06fiscal Q1 202535700001641172-25-013999
10-K2025-05-21fiscal FY 202437750001641172-25-011931
10-Q2024-11-21fiscal Q3 2024371120001493152-24-047029
10-Q2024-08-19fiscal Q2 2024371080001493152-24-032907
10-Q2024-07-09fiscal Q1 202437760001493152-24-026653
10-K2024-06-27fiscal FY 202338700001493152-24-025481
10-Q2023-11-22fiscal Q3 2023391120001493152-23-042479
10-Q2023-08-21fiscal Q2 2023361040001493152-23-029488
10-Q/A2023-07-20fiscal Q1 202336710001493152-23-025097
10-K2023-07-06fiscal FY 202233640001493152-23-023833
10-Q2022-11-21fiscal Q3 202232930001493152-22-033071
10-Q2022-08-17fiscal Q2 202233920001493152-22-023366
10-Q2022-05-18fiscal Q1 202230600001493152-22-014327
10-K2022-04-15fiscal FY 202135790001493152-22-010050
10-Q2021-11-15fiscal Q3 202129830001493152-21-028583
10-Q2021-08-23fiscal Q2 202129790001493152-21-020918
10-Q2021-05-20fiscal Q1 202130610001493152-21-012355
10-K2021-04-02fiscal FY 202033780001493152-21-007851
10-Q2020-11-20fiscal Q3 202031990001493152-20-022137
10-Q2020-08-21fiscal Q2 202032930001493152-20-016456
10-Q2020-05-22fiscal Q1 202029550001493152-20-009670
10-K2020-04-14fiscal FY 201932520001493152-20-006357
10-Q2020-01-03fiscal Q3 201931740001493152-20-000105
10-Q2019-08-15fiscal Q2 201929680001493152-19-012801
10-Q2019-05-17fiscal Q1 201927490001493152-19-007736
10-K2019-04-24fiscal FY 201819380001493152-19-005858
10-Q2018-11-30fiscal Q3 201818460001493152-18-016905
10-Q2018-08-23fiscal Q2 201818460001127855-18-000161
10-Q2018-05-15fiscal Q1 201822460001127855-18-000076
10-K2018-04-02fiscal FY 201724510001127855-18-000047

Inspect the source

Entity
INTERNATIONAL LAND ALLIANCE, INC. / CIK 0001657214
Captured
2026-09-19T11:20:01.866Z
SEC response SHA-256
daa724afa83335907c9307c568f63e8411b295a0f707e6319ac7db9dfca14fe7

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