Skip to content

BORQS TECHNOLOGIES, INC.: filings

Every BORQS TECHNOLOGIES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 21 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
20-F2026-05-15fiscal FY 2025491270001213900-26-057706
20-F2025-05-15fiscal FY 2024511310001213900-25-043752
20-F2024-05-14fiscal FY 2023571410001213900-24-042975
20-F2023-05-15fiscal FY 2022561420001213900-23-039729
20-F2022-05-02fiscal FY 2021591460001213900-22-023159
20-F2021-04-26fiscal FY 2020571460001213900-21-022875
20-F2020-09-30fiscal FY 2019561420001213900-20-029193
20-F2020-02-04fiscal FY 2018551420001213900-20-002443
10-Q2018-11-19fiscal Q3 2018511400001213900-18-016230
10-Q2018-08-14fiscal Q2 2018521420001213900-18-011077
10-Q2018-05-15fiscal Q1 2018511040001213900-18-006375
10-K2018-04-02fiscal FY 2017571470001213900-18-003858
10-Q2017-11-20fiscal Q3 2017561450001213900-17-012393
10-K2017-08-17fiscal FY 201717310001213900-17-008855
10-Q2017-05-16fiscal Q3 201716340001213900-17-005373
10-Q2017-02-14fiscal Q2 201715320001213900-17-001362
10-Q2016-11-14fiscal Q1 201714280001213900-16-018524
10-K2016-09-28fiscal FY 201616160001213900-16-017101
10-Q2016-05-16fiscal Q3 201615170001213900-16-013441
10-Q2016-02-16fiscal Q2 201615160001213900-16-010984
10-Q2015-11-30fiscal Q1 201611110001213900-15-009170

Inspect the source

Entity
BORQS TECHNOLOGIES, INC. / CIK 0001650575
Captured
2026-09-21T17:23:30.415Z
SEC response SHA-256
891a481a2a7d14aa13cf7095a8fa787bd7abf62e65a43e3db6df92b016348386

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