Skip to content

Hubilu Venture Corporation: filings

Every Hubilu Venture Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 46 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 202631900001493152-26-038069
10-Q2026-05-26fiscal Q1 202631640001493152-26-025208
10-K2026-04-08fiscal FY 202531620001493152-26-015682
10-Q2025-11-17fiscal Q3 202531900001493152-25-023741
10-Q/A2025-08-18fiscal Q2 202532920001641172-25-024510
10-Q2025-08-14fiscal Q2 202532920001641172-25-024133
10-Q2025-05-20fiscal Q1 202531640001641172-25-011776
10-K2025-05-06fiscal FY 202431600001641172-25-008843
10-Q2024-11-19fiscal Q3 202431890001493152-24-046885
10-Q2024-08-19fiscal Q2 202430860001493152-24-033182
10-Q2024-05-15fiscal Q1 202430600001493152-24-019679
10-K2024-04-16fiscal FY 202332610001493152-24-014878
10-Q2023-11-08fiscal Q3 202328820001493152-23-039919
10-Q2023-08-09fiscal Q2 202328820001493152-23-027305
10-Q2023-06-09fiscal Q1 202326520001493152-23-020771
10-K2023-05-02fiscal FY 202230580001493152-23-015211
10-Q2023-01-11fiscal Q3 202230890001493152-23-001118
10-Q2022-09-12fiscal Q2 202230900001493152-22-025623
10-Q2022-06-06fiscal Q1 202225520001493152-22-015900
10-K2022-03-31fiscal FY 202125500001493152-22-008359
10-Q2022-01-07fiscal Q3 202123670001493152-22-000714
10-Q2021-11-02fiscal Q2 202123680001493152-21-027024
10-Q2021-09-16fiscal Q1 202122460001493152-21-022845
10-K2021-08-09fiscal FY 202020380001493152-21-018970
10-Q2021-04-21fiscal Q3 202019510001493152-21-009357
10-Q2020-12-30fiscal Q2 202019530001493152-20-024510
10-Q2020-11-12fiscal Q1 202019380001493152-20-021113
10-K2020-07-17fiscal FY 201917340001493152-20-013533
10-Q2020-01-02fiscal Q3 201917460001493152-20-000020
10-Q2019-12-10fiscal Q2 201919500001493152-19-018973
10-Q2019-11-18fiscal Q1 201919390001493152-19-017818
10-K2019-08-30fiscal FY 201818350001493152-19-013558
10-Q2018-12-06fiscal Q3 201820550001493152-18-017074
10-Q2018-08-20fiscal Q2 201820550001493152-18-012356
10-Q2018-08-01fiscal Q1 201819360001493152-18-010746
10-K/A2018-06-07fiscal FY 201716310001493152-18-008319
10-K2018-05-16fiscal FY 201716310001493152-18-007200
10-Q2017-11-17fiscal Q3 201718470001493152-17-013508
10-Q2017-08-21fiscal Q2 201718460001493152-17-009697
10-Q2017-05-15fiscal Q1 201715330001493152-17-005394
10-K2017-03-31fiscal FY 201618320001493152-17-003251
10-Q2016-11-21fiscal Q3 201617390001493152-16-015367
10-Q2016-08-11fiscal Q2 201616370001493152-16-012169
10-Q2016-05-17fiscal Q1 201615290001493152-16-010020
10-K2016-03-30fiscal CY 201512120001493152-16-008443
10-Q2016-03-07fiscal Q3 201513160001493152-16-007862

Inspect the source

Entity
Hubilu Venture Corporation / CIK 0001639068
Captured
2026-09-21T17:21:31.649Z
SEC response SHA-256
1a98fee382e7ee00251b586c96557d600c464ccd5025d9db7636b3a93e62b63f

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