Skip to content

SKYX PLATFORMS CORP.: filings

Every SKYX PLATFORMS CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 36 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-12fiscal Q2 2026431100001493152-26-037354
10-Q2026-05-11fiscal Q1 202643870001493152-26-022230
10-K/A2026-03-27fiscal FY 202545940001493152-26-013293
10-K2026-03-26fiscal FY 202545940001493152-26-012927
10-Q2025-11-12fiscal Q3 2025401010001493152-25-021921
10-Q2025-08-12fiscal Q2 2025421090001641172-25-023186
10-Q2025-05-14fiscal Q1 202542850001641172-25-010284
10-K2025-03-24fiscal FY 202444880001641172-25-000290
10-Q2024-11-12fiscal Q3 2024451190001493152-24-044769
10-Q2024-08-12fiscal Q2 2024461190001493152-24-031279
10-Q2024-05-14fiscal Q1 202445890001493152-24-019244
10-K2024-04-01fiscal FY 202347900001493152-24-012456
10-Q2023-11-13fiscal Q3 2023491270001493152-23-040546
10-Q2023-08-09fiscal Q2 2023481220001493152-23-027275
10-Q2023-05-12fiscal Q1 202342810001493152-23-016653
10-K2023-03-31fiscal FY 202242790001493152-23-010336
10-Q2022-11-10fiscal Q3 2022421000001493152-22-031382
10-Q2022-08-12fiscal Q2 202239940001493152-22-022385
10-Q2022-05-09fiscal Q1 202236700001493152-22-012565
10-Q2018-11-14fiscal Q3 201829680001721868-18-000676
10-Q2018-08-14fiscal Q2 201829680001721868-18-000562
10-Q2018-05-15fiscal Q1 201829580001721868-18-000425
10-K2018-04-02fiscal FY 201732660001721868-18-000236
10-Q2017-11-14fiscal Q3 201730750001721868-17-000057
10-Q2017-08-14fiscal Q2 201730750000721748-17-000536
10-Q2017-05-15fiscal Q1 201728570000721748-17-000327
10-K2017-03-31fiscal FY 201630610000721748-17-000213
10-Q2016-11-14fiscal Q3 201628650000721748-16-001780
10-Q2016-08-15fiscal Q2 201629660000721748-16-001565
10-Q2016-05-16fiscal Q1 201629560000721748-16-001288
10-K2016-03-30fiscal FY 201530620000721748-16-001134
10-Q2015-11-16fiscal Q3 201530600000721748-15-000843
10-Q2015-08-14fiscal Q2 201529570000721748-15-000647
10-Q2015-05-14fiscal Q1 201526490000721748-15-000348
10-K2015-03-31fiscal FY 201424500000721748-15-000190
10-Q2014-11-14fiscal Q3 201424530000721748-14-001152

Inspect the source

Entity
SKYX PLATFORMS CORP. / CIK 0001598981
Captured
2026-09-20T09:25:05.010Z
SEC response SHA-256
88a5dc6514d746e831c5d76d2c49a6025af3f969e7d34f5dfa84fd7118b82a68

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