CEL-SCI CORPORATION: revenue
Revenue for CEL-SCI CORPORATION. Inspect selected reporting periods, original units and SEC filing links; download the financial history.
All CEL-SCI CORPORATION financial histories
What this measure means
Revenue under this specific accounting concept. A missing value is not zero; filers can use other revenue concepts.
Exact concept: us-gaap:Revenues. 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 2010-10-01 to 2014-09-30. The SEC response was captured on 2026-09-19.
This selected history ends more than two years before capture. Do not treat its final value as a current balance or current annual result. More recent filings may use another accounting tag; inspect the filings before drawing conclusions about the company.
Selected filing history
| Period start | Period end | Value | Unit | Filed | Source filing |
|---|---|---|---|---|---|
| 2013-10-01 | 2014-09-30 | 264,033 | USD | 2014-12-23 | 10-K · 0001354488-14-006305 |
| 2012-10-01 | 2013-09-30 | 159,583 | USD | 2014-12-23 | 10-K · 0001354488-14-006305 |
| 2011-10-01 | 2012-09-30 | 254,610 | USD | 2013-12-27 | 10-K · 0001354488-13-007041 |
| 2010-10-01 | 2011-09-30 | 956,154 | USD | 2012-12-14 | 10-K · 0001354488-12-006445 |
Related financial histories
- CEL-SCI CORPORATION: total assets
- CEL-SCI CORPORATION: total liabilities
- CEL-SCI CORPORATION: stockholders equity
- CEL-SCI CORPORATION: cash and cash equivalents
- CEL-SCI CORPORATION: net income or loss
- CEL-SCI CORPORATION: operating cash flow
- CEL-SCI CORPORATION: capital expenditure payments
- CEL-SCI CORPORATION: financing cash flow
- CEL-SCI CORPORATION: investing cash flow
- CEL-SCI CORPORATION: retained earnings or deficit
- CEL-SCI CORPORATION: basic weighted-average shares
- CEL-SCI CORPORATION: diluted weighted-average shares
- CEL-SCI CORPORATION: basic earnings per share
- CEL-SCI CORPORATION: diluted earnings per share
- CEL-SCI CORPORATION: net property, plant and equipment
- CEL-SCI CORPORATION: share-based compensation expense
- CEL-SCI CORPORATION: operating income or loss
- CEL-SCI CORPORATION: current assets
- CEL-SCI CORPORATION: interest expense
- CEL-SCI CORPORATION: current liabilities
- CEL-SCI CORPORATION: current accounts payable
- CEL-SCI CORPORATION: net finite-lived intangible assets
- CEL-SCI CORPORATION: net current accounts receivable
- CEL-SCI CORPORATION: operating expenses
- CEL-SCI CORPORATION: net inventory
- CEL-SCI CORPORATION: research and development expense
Inspect the source
- Entity
- CEL-SCI CORPORATION / CIK 0000725363
- Captured
- 2026-09-19T15:00:14.970Z
- SEC response SHA-256
3f1c9e73e41eafad8cc30db098e4fa8374aff946c8db450e7057badbff0e0cb2
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.
- Get an API key and run your first validation
- Connect the MCP server to your coding assistant
- Inspect the ALPHAC engine on GitHub
- Read the MCP server source and integration examples
Read the published dataset with Python
import json
from urllib.request import urlopen
with urlopen("https://canlicapital.com/company-data/0000725363.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"])))