Skip to content

UPD HOLDING CORP.: filings

Every UPD HOLDING CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 40 filings, each linked to its SEC index.

Filing record ends 2023-04-05

The latest filing in this captured record is a 10-K filed 2023-04-05. No later filing is in the SEC companyfacts record captured on 2026-09-22. UPD HOLDING CORP. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-K2023-04-05fiscal FY 202236680001214659-23-004954
10-Q2022-05-16fiscal Q3 202235930001214659-22-007002
10-Q2022-02-16fiscal Q2 202234850001214659-22-002819
10-Q2021-11-22fiscal Q1 202130590001214659-21-012157
10-K2021-10-13fiscal FY 202133570001214659-21-010446
10-Q2021-05-21fiscal Q3 202127720001214659-21-005816
10-Q2021-02-16fiscal Q2 202120600001214659-21-001809
10-Q2020-11-19fiscal Q1 202019390001214659-20-009756
10-K2020-08-14fiscal FY 202025470001214659-20-007123
10-Q2020-07-10fiscal Q3 202024690001214659-20-006267
10-Q2020-07-10fiscal Q2 202025680001214659-20-006265
10-Q2020-07-10fiscal Q1 202024490001214659-20-006263
10-K2020-03-17fiscal FY 2019301350001214659-20-002683
10-Q2018-06-04fiscal Q3 201831670001214659-18-004238
10-Q2018-02-23fiscal Q2 201826570001214659-18-001503
10-Q2017-11-14fiscal Q1 201822430001214659-17-006637
10-K2017-10-13fiscal FY 201720390001214659-17-006042
10-Q2017-05-15fiscal Q3 201718450001214659-17-003307
10-Q2017-02-14fiscal Q2 201717430001214659-17-001050
10-Q2016-11-14fiscal Q1 201719400001076542-16-000438
10-K2016-10-13fiscal FY 201621430001076542-16-000420
10-Q2016-05-09fiscal Q3 201621520001076542-16-000294
10-Q2016-02-12fiscal Q2 201620500001076542-16-000221
10-Q2015-11-12fiscal Q1 201620420001076542-15-000177
10-K2015-10-13fiscal FY 201521420001076542-15-000159
10-Q2015-05-20fiscal Q3 201521520001076542-15-000108
10-Q2015-02-17fiscal Q2 201517420001161697-15-000091
10-Q2014-11-14fiscal Q1 201517340001161697-14-000558
10-K2014-10-14fiscal FY 201427470001161697-14-000504
10-Q2014-05-20fiscal Q3 201427710001161697-14-000201
10-Q2014-02-12fiscal Q2 201427720001161697-14-000076
10-Q2013-11-18fiscal Q1 201427600001161697-13-000838
10-K2013-10-15fiscal FY 201327790001161697-13-000754
10-Q2013-05-20fiscal Q3 201325760001161697-13-000344
10-Q2013-02-14fiscal Q2 201325760001161697-13-000110
10-Q/A2012-12-06fiscal Q1 201325630001161697-12-000898
10-K/A2012-11-07fiscal FY 201224650001161697-12-000831
10-Q2012-05-21fiscal Q3 201224680001161697-12-000394
10-Q2012-02-14fiscal Q2 201224700001161697-12-000086
10-Q2011-11-14fiscal Q1 201224550001161697-11-001010

Inspect the source

Entity
UPD HOLDING CORP. / CIK 0000836937
Captured
SEC response SHA-256
4bfa93bc3fb42ff11c6975a8a0d55c3443b75a080ebb206d0cdae2e515afdea8

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