Skip to content

Plastec Technologies, Ltd.: diluted weighted-average shares

Diluted weighted-average shares for Plastec Technologies, Ltd. Inspect selected reporting periods, original units and SEC filing links; download the financial history.

All Plastec Technologies, Ltd. financial histories

What this measure means

Weighted-average shares used for diluted earnings per share. Potential shares are included under the applicable dilution rules, not simply added to outstanding shares.

Exact concept: us-gaap:WeightedAverageNumberOfDilutedSharesOutstanding. Each value covers an annual-duration reporting interval, shown with both start and end dates. Different units remain separate; no currency conversion or interpolation is applied.

Coverage of this history

Selected reporting periods run from 2009-05-01 to 2025-12-31. The SEC response was captured on 2026-09-20.

Reading these values

This selected numerical history matches Basic weighted-average shares for the same reporting intervals and original units. The accounting definitions remain distinct. Equal values do not establish that the concepts are interchangeable or explain why they match; filing dates and accessions may differ. Compare the definitions and source filings before combining them.

Context from the filing

Plastec Technologies' selected 2012 figures cover two different twelve-month periods: the fiscal year ended April 30 and an unaudited comparative year ended December 31. The latter is not the audited eight-month transition period also ending December 31, 2012. Income statements use HKD thousands, while EPS is HKD per ordinary share and share counts are full shares. The filing explains warrant/UPO exclusion for the April fiscal year and the eight-month transition period, but this review does not establish the exclusion cause for the separate unaudited twelve-month comparative period. This is a presentation-only review of the selected values and period labels. Read the source filing.

For Plastec Technologies in 2013–2015, these figures are Hong Kong dollars per ordinary share and full weighted-average ordinary-share counts. The filing says share and per-share amounts were already retroactively restated for the reverse acquisition and recapitalization; no second adjustment is applied. The statements report equal basic and diluted measures, but this review does not establish a specific cause across all three profitable years. This is a presentation-only review; the generic dilution policy is not evidence of the absence of potential shares. Read the source filing.

Selected filing history

Diluted weighted-average shares in original reported units, latest-filed observation per period
Period startPeriod endValueUnitFiledSource filing
2025-01-012025-12-3112,938,128shares2026-05-1520-F · 0001104659-26-061965
2024-01-012024-12-3112,938,128shares2026-05-1520-F · 0001104659-26-061965
2023-01-012023-12-3112,938,128shares2026-05-1520-F · 0001104659-26-061965
2022-01-012022-12-3112,938,128shares2025-05-1520-F · 0001410578-25-001338
2021-01-012021-12-3112,938,128shares2024-04-2620-F · 0001410578-24-000542
2020-01-012020-12-3112,938,128shares2023-05-3020-F · 0001410578-23-001382
2015-01-012015-12-3112,938,128shares2016-04-0620-F · 0001144204-16-092975
2014-01-012014-12-3112,938,128shares2016-04-0620-F · 0001144204-16-092975
2013-01-012013-12-3113,503,623shares2016-04-0620-F · 0001144204-16-092975
2012-01-012012-12-3114,446,515shares2015-04-2220-F · 0001144204-15-024210
2011-05-012012-04-3015,944,233shares2015-04-2220-F · 0001144204-15-024210
2010-05-012011-04-307,891,754shares2014-04-2520-F · 0001144204-14-024797
2009-05-012010-04-307,054,583shares2013-04-3020-F · 0001144204-13-025120

Related financial histories

Inspect the source

Entity
Plastec Technologies, Ltd. / CIK 0001433309
Captured
2026-09-20T09:02:41.008Z
SEC response SHA-256
cf4b5a43bd4fd766c3e43344162a2a5fabd8aa1327866bec066af37167006276

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Latest-filed annual-report facts per unit and reporting period at capture time. Duration facts cover 300 to 400 days. This selection can include restatements and is not a point-in-time backtest dataset. Missing concepts are omitted, never zero-filled. Values retain original units and are not currency converted. Extended concepts require compatible unit shapes and at least three reporting ends with changing values within one unit. Constant or incompatible added histories are omitted.

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