STRASMORE/EXPLORE 2,173 QUERIES

Recent share-count adjustments on large foreign issuer receipts

Answered against 22 years of US equities and 12 years of US options data and published with the query that produced it. This result is stored as of 2026-08-22, from How ADRs Work: Ratios, Fees and Dividends.

as of ranking 8×3read in context →
Recent share-count adjustments on large foreign issuer receipts — 8 rows by 3 columns, computed from US exchange, SIP and OPRA data.
eventold_share_countnew_share_count
UL Dec 202598
HDB Sep 202512
SONY Oct 202415
NVO Sep 202312
HDB Sep 201912
INFY Sep 201812
IBN Jun 201711
BTI Feb 201712
Rows × columns
8 × 3
Computed
Completeness
No missing values
Source
US exchange, SIP and OPRA market data
Licence
Strasmore terms · free, no signup
Formats
JSON · CSV · the SQL below

What each column holds

Column definitions for Recent share-count adjustments on large foreign issuer receipts, derived from the stored result.
ColumnTypeRangeNotes
event text 8 distinct values (BTI Feb 2017, HDB Sep 2019, HDB Sep 2025…)
old_share_count number 1 to 9 count
new_share_count number 1 to 8 count

Computed from Strasmore's warehouse of US exchange, SIP and OPRA market data. Equity prices are delayed; options greeks and implied volatility are end-of-day. This result is stored, not recomputed on load — it is exactly the numbers that were returned on , and the query below is what returned them.

the exact SQL behind every number
SELECT
    concat(ticker, ' ', formatDateTime(execution_date, '%b %Y')) AS event,
    toUInt32(any(split_from))                                    AS old_share_count,
    toUInt32(any(split_to))                                      AS new_share_count
FROM global_markets.stocks_splits
WHERE ticker IN ('BABA', 'NVO', 'SONY', 'TM', 'HDB', 'IBN', 'INFY', 'PDD', 'TSM', 'SAP', 'UL', 'BTI', 'ASML', 'MUFG', 'SMFG', 'TEVA', 'ERIC', 'STLA')
  AND execution_date >= today() - 3650
  AND execution_date <= today()
GROUP BY ticker, execution_date
ORDER BY execution_date DESC
LIMIT 12

Run your own version of this

The same 22 years of US equities and 12 years of options data are queryable in SQL or plain English. A free account runs 100 queries a day and takes no card.

More from this analysisHow ADRs Work: Ratios, Fees and Dividends
Dividend cadence and annual cash per share, receipts against US payers ranking 8×4 Days from ex-dividend date to payment, four years of distributions ranking 8×3 A year of tape on five large exchange-listed foreign issuer receipts ranking 5×2 How a two-decade streak compounds: Microsoft's annual dividend, year by year ranking 22×2 Monthly payers in the dividend record, by completed calendar year ranking 21×3 Verizon (VZ) dividends per share by calendar year, 2005 to 2025 ranking 21×4 See all 2,173 queries →