Skip to content

Nomura America Finance, LLC: basic weighted-average shares

Basic weighted-average shares for Nomura America Finance, LLC. Inspect selected reporting periods, original units and SEC filing links; download the financial history.

All Nomura America Finance, LLC financial histories

What this measure means

Time-weighted shares used for basic earnings per share. This denominator differs from shares outstanding at a single reporting date.

Exact concept: us-gaap:WeightedAverageNumberOfSharesOutstandingBasic. 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 2008-04-01 to 2026-03-31. The SEC response was captured on 2026-09-20.

Selected filing history

Basic weighted-average shares in original reported units, latest-filed observation per period
Period startPeriod endValueUnitFiledSource filing
2025-04-012026-03-312,942,280,410,000,000shares2026-06-2220-F · 0001193125-26-277134
2024-04-012025-03-312,955,204,882,000,000shares2026-06-2220-F · 0001193125-26-277134
2023-04-012024-03-313,017,128,412,000,000shares2026-06-2220-F · 0001193125-26-277134
2022-04-012023-03-313,006,744,201,000,000shares2025-06-2320-F · 0001193125-25-144222
2021-04-012022-03-313,063,524,091,000,000shares2024-06-2620-F · 0001193125-24-168473
2020-04-012021-03-313,055,525,640,000,000shares2024-04-1220-F/A · 0001193125-24-093838
2019-04-012020-03-313,202,369,845,000,000shares2022-06-2420-F · 0001193125-22-180720
2018-04-012019-03-313,359,564,840,000,000shares2021-06-2520-F · 0001193125-21-199397
2017-04-012018-03-313,474,593,441,000,000shares2020-06-3020-F · 0001193125-20-183187
2016-04-012017-03-313,560,775,652shares2019-06-2520-F · 0001193125-19-180633
2015-04-012016-03-313,600,701,499shares2018-06-2520-F · 0001193125-18-201584
2014-04-012015-03-313,645,514,878shares2017-06-2620-F · 0001193125-17-212331
2013-04-012014-03-313,709,830,989shares2016-06-2320-F · 0001193125-16-629445
2012-04-012013-03-313,692,795,953shares2015-06-2520-F · 0001193125-15-234239
2012-03-312013-03-313,692,795,953shares2013-06-2720-F · 0001193125-13-273652
2011-04-012012-03-313,643,481,439shares2014-06-2620-F · 0001193125-14-250159
2010-04-012011-03-313,627,798,587shares2011-07-2920-F/A · 0001193125-11-201639
2010-03-312011-03-313,627,798,587shares2013-06-2720-F · 0001193125-13-273652
2009-04-012010-03-313,126,790,289shares2011-07-2920-F/A · 0001193125-11-201639
2009-03-312010-03-313,126,790,289shares2012-06-2820-F/A · 0001193125-12-286588
2008-04-012009-03-311,941,906,637shares2011-07-2920-F/A · 0001193125-11-201639

Related financial histories

Inspect the source

Entity
Nomura America Finance, LLC / CIK 0001163653
Captured
2026-09-20T07:43:29.378Z
SEC response SHA-256
e5b5a5074e7e8a1c4c91dd0f898941a6e5a02629ca053f8fe53ebc1b627e2e42

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