Skip to content

AMDOCS LIMITED: basic earnings per share

Basic earnings per share for AMDOCS LIMITED. Inspect selected reporting periods, original units and SEC filing links; download the financial history.

All AMDOCS LIMITED financial histories

What this measure means

Reported earnings or loss per basic common share or unit. Inspect attribution, share classes and restatements before comparing periods. This is not a market return.

Exact concept: us-gaap:EarningsPerShareBasic. 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 2006-10-01 to 2024-09-30. The SEC response was captured on 2026-09-20.

Selected filing history

Basic earnings per share in original reported units, latest-filed observation per period
Period startPeriod endValueUnitFiledSource filing
2023-10-012024-09-304.27USD/shares2024-12-1720-F · 0000950170-24-137381
2022-10-012023-09-304.52USD/shares2024-12-1720-F · 0000950170-24-137381
2021-10-012022-09-304.47USD/shares2024-12-1720-F · 0000950170-24-137381
2020-10-012021-09-305.36USD/shares2023-12-1320-F · 0000950170-23-070017
2019-10-012020-09-303.73USD/shares2022-12-1320-F · 0001193125-22-303803
2018-10-012019-09-303.49USD/shares2021-12-0920-F · 0001193125-21-352655
2017-10-012018-09-302.49USD/shares2020-12-1420-F · 0001193125-20-317000
2016-10-012017-09-302.99USD/shares2019-12-1920-F/A · 0001193125-19-319241
2015-10-012016-09-302.74USD/shares2018-12-1020-F · 0001193125-18-346169
2014-10-012015-09-302.89USD/shares2017-12-1120-F · 0001193125-17-366393
2013-10-012014-09-302.65USD/shares2016-12-1220-F · 0001193125-16-790829
2012-10-012013-09-302.56USD/shares2015-12-1020-F · 0001193125-15-400204
2011-10-012012-09-302.33USD/shares2014-12-0820-F · 0001193125-14-436532
2010-10-012011-09-301.87USD/shares2013-12-0920-F · 0001193125-13-466872
2009-10-012010-09-301.7USD/shares2012-12-1120-F · 0001193125-12-498666
2008-10-012009-09-301.6USD/shares2011-12-0820-F · 0000950123-11-102503
2007-10-012008-09-301.82USD/shares2010-12-0920-F/A · 0000950123-10-112410
2006-10-012007-09-301.76USD/shares2009-12-0720-F · 0000950123-09-068873

Related financial histories

Inspect the source

Entity
AMDOCS LIMITED / CIK 0001062579
Captured
2026-09-20T05:18:36.858Z
SEC response SHA-256
96c7d30dd6303a23b60689c7250a4fff68393c9d49cbeeb79667518929e3c61e

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