Skip to content

FOCUS UNIVERSAL INC.: filings

Every FOCUS UNIVERSAL INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 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 2026421120001683168-26-006446
10-Q2026-05-14fiscal Q1 202642870001683168-26-003903
10-K2026-03-31fiscal FY 202545910001683168-26-002503
10-Q2025-11-10fiscal Q3 2025411150001683168-25-008135
10-Q2025-08-12fiscal Q2 2025401110001683168-25-005910
10-Q2025-05-07fiscal Q1 202542870001683168-25-003212
10-K2025-02-28fiscal FY 202445910001683168-25-001278
10-Q2024-11-07fiscal Q3 2024441230001683168-24-007704
10-Q2024-08-14fiscal Q2 2024431220001683168-24-005592
10-Q2024-05-15fiscal Q1 202444910001683168-24-003438
10-K2024-04-01fiscal FY 202345910001683168-24-001995
10-Q2023-11-17fiscal Q3 2023471350001683168-23-008275
10-Q2023-08-14fiscal Q2 2023471330001683168-23-005778
10-Q2023-05-16fiscal Q1 202348980001683168-23-003471
10-K2023-03-31fiscal FY 202246930001683168-23-002065
10-Q2022-11-15fiscal Q3 2022451280001683168-22-007765
10-Q2022-08-12fiscal Q2 2022431210001683168-22-005642
10-Q2022-05-16fiscal Q1 202243890001683168-22-003608
10-K2022-03-08fiscal FY 202140810001683168-22-001523
10-Q2021-11-15fiscal Q3 2021391050001683168-21-005714
10-Q2021-08-13fiscal Q2 2021371020001683168-21-003554
10-Q2021-05-10fiscal Q1 202137770001683168-21-001866
10-K2021-03-23fiscal FY 202042850001683168-21-001026
10-Q2020-11-12fiscal Q3 2020411100001683168-20-003836
10-Q2020-08-13fiscal Q2 2020411090001683168-20-002653
10-Q2020-05-15fiscal Q1 202038780001683168-20-001607
10-K2020-03-30fiscal FY 201944880001683168-20-000987
10-Q2019-11-14fiscal Q3 2019381010001683168-19-003607
10-Q2019-08-13fiscal Q2 2019391030001683168-19-002577
10-Q2019-05-15fiscal Q1 201939810001683168-19-001573
10-K2019-03-11fiscal FY 201834690001683168-19-000583
10-Q2018-11-13fiscal Q3 201837980001683168-18-003375
10-Q2018-08-14fiscal Q2 201835940001683168-18-002334
10-Q2018-05-18fiscal Q1 201834690001683168-18-001460
10-K2018-04-02fiscal FY 201736720001683168-18-000888
10-Q2017-11-17fiscal Q3 201734900001683168-17-003083
10-Q2017-08-11fiscal Q2 201730820001683168-17-002059
10-Q2017-05-15fiscal Q1 201731640001683168-17-001195
10-K2017-03-22fiscal FY 201632870001683168-17-000639
10-Q2016-11-14fiscal Q3 201632880001683168-16-000574
10-Q2016-08-15fiscal Q2 201632880001019687-16-007246
10-Q2016-05-09fiscal Q1 201632660001019687-16-006171
10-Q2015-11-12fiscal Q2 201628850001019687-15-004053
10-Q2015-08-14fiscal Q1 201629620001019687-15-003106
10-K2015-07-28fiscal FY 201521570001019687-15-002881
10-Q2015-03-05fiscal Q3 201517630001019687-15-000835
10-Q2014-11-10fiscal Q2 201418620001590418-14-000017
10-Q2014-08-08fiscal Q1 201421560001590418-14-000015
10-K2014-06-30fiscal FY 201418470001590418-14-000011

Inspect the source

Entity
FOCUS UNIVERSAL INC. / CIK 0001590418
Captured
2026-09-20T09:23:52.982Z
SEC response SHA-256
d35a6bf0c7e75cc069ce5545c0f7a80fa52590736b978e08ca492e677373c860

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