Skip to content

STRATEGIC ACQUISITIONS INC /NV/: filings

Every STRATEGIC ACQUISITIONS INC /NV/ 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-14fiscal Q2 202620640001493152-26-038019
10-Q2026-05-07fiscal Q1 202620420001493152-26-021568
10-K/A2026-04-30fiscal FY 202525470001493152-26-020105
10-K2026-04-06fiscal FY 202525470001493152-26-015204
10-Q2025-10-31fiscal Q3 202519620001493152-25-020422
10-Q2025-08-04fiscal Q2 202519610001641172-25-022052
10-Q2025-05-09fiscal Q1 202519370001641172-25-009434
10-K2025-02-05fiscal FY 202420400001493152-25-005023
10-Q2024-11-01fiscal Q3 202420930001493152-24-043337
10-Q2024-08-12fiscal Q2 202420670001493152-24-031284
10-Q2024-05-07fiscal Q1 202420410001493152-24-018104
10-K2024-03-26fiscal FY 202322430001493152-24-011312
10-Q2023-11-08fiscal Q3 202323740001493152-23-039859
10-Q2023-07-28fiscal Q2 202323660001493152-23-025887
10-Q2023-05-05fiscal Q1 202321380001493152-23-015614
10-K2023-03-07fiscal FY 202223230001493152-23-006924
10-Q2022-11-14fiscal Q3 202220590001493152-22-031891
10-Q2022-08-15fiscal Q2 202216470001493152-22-022637
10-Q2022-05-16fiscal Q1 202216330001493152-22-013556
10-K2022-04-15fiscal FY 202117330001493152-22-010058
10-Q2021-11-15fiscal Q3 202117470001493152-21-028777
10-Q2021-08-16fiscal Q2 202114420001493152-21-020093
10-Q2021-05-17fiscal Q1 202115300001493152-21-011818
10-K2021-03-31fiscal FY 202015270001493152-21-007520
10-Q2020-11-13fiscal Q3 202015460001493152-20-021313
10-Q2020-08-14fiscal Q2 202012390001493152-20-015725
10-Q2020-05-15fiscal Q1 202012250001493152-20-009067
10-K2020-04-14fiscal FY 201911240001493152-20-006379
10-Q2019-11-14fiscal Q3 201911430001493152-19-017135
10-Q2019-08-14fiscal Q2 201915440001493152-19-012475
10-Q2019-05-15fiscal Q1 201916330001493152-19-007248
10-K2019-04-01fiscal FY 201813260001493152-19-004454
10-Q2018-11-16fiscal Q3 201813320001493152-18-016315
10-Q2018-08-15fiscal Q2 201817360001493152-18-011958
10-Q2018-05-15fiscal Q1 201817300001493152-18-006869
10-K2018-04-02fiscal FY 201713270001493152-18-004512

Inspect the source

Entity
STRATEGIC ACQUISITIONS INC /NV/ / CIK 0000847942
Captured
2026-09-19T15:09:53.151Z
SEC response SHA-256
6cc0e51975cfd1e479c8ca5fad49a3e80c18287720d2ff4c6c861110b90ad375

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