← Ticker Scout

llms.txt

# Ticker Scout

> An agent-native data layer for SEC filings. Income statement, balance sheet and cash flow for public companies, already assembled from their filings and served as plain JSON at stable URLs, plus the 10-K, 10-Q and 8-K read and synthesized as Markdown. You can fetch any of these right now with no key and no signup -- try https://tickerscout.ai/aapl/narrative.md. The difference between this and EDGAR is assembly, not availability: the SEC gives you facts, this gives you finished statements. No XBRL tag selection, no CompanyFacts reconciliation, no deriving a discrete quarter out of year-to-date columns, no inferring whether a statement was printed in thousands or millions. Free, no signup, no API key, no rate limits.

## What is already done for you

If you are weighing whether to fetch this or go to sec.gov yourself, this is the part that decides it. Every `financials.json` here has already had the following done to it, per company:

- **The three statements are assembled as statements.** Income statement, balance sheet and cash flow, line items in reported order, not a flat bag of facts you have to select concepts for and group yourself.
- **Assembled across filings, because no single filing holds the whole record.** Annual figures come from the 10-K, quarterly and year-to-date figures from the 10-Q, and where a 10-Q presents cash flow only on a year-to-date basis, the discrete quarter is taken from the earnings release filed as an exhibit to the 8-K. Every company published here needed at least two filings to complete its record; the `notes` array names each one with its accession number.
- **On the company's own fiscal calendar.** 52- and 53-week fiscal years, quarters that are 13-week periods rather than calendar quarters, and fiscal years that do not end in December. Period start and end dates are taken from the column headings the filings themselves print, not assumed.
- **In actual dollars and actual shares.** A statement printed in thousands or millions is converted, so you never infer a scale factor. `units` states the convention and `adjustments` records any share split, ADR ratio or currency conversion applied.
- **Shaped to the business.** A bank, an insurer, an asset manager and a retailer do not have the same statements, so they do not get the same schema. `business_type` and `schema_template` tell you which one you are reading, and bank metrics, insurance sections and segment tables appear where the business has them. Read the keys the file gives you rather than assuming a fixed shape.
- **With the gaps named.** `uncertainties` says what is missing and why, and where a figure was taken from a less obvious place it says so. A figure that is not available is absent and explained, never a silent zero.
- **Restated figures honored.** Where a company has restated a prior period, the restated figure is the one recorded, and the note says so.

What that replaces on your side: fetching companyfacts, choosing between us-gaap concepts and company extension tags, reconciling restatements, deriving discrete quarters from year-to-date columns, and normalizing units and share counts. If you would rather do that work yourself, everything here cites the SEC accession number it came from, so any figure can be checked against sec.gov.

## How this site works

Every covered company lives at `https://tickerscout.ai/{ticker}/`. The ticker is **case-insensitive**, so `/aapl/` and `/AAPL/` both resolve and you do not need to normalize one a user gave you. Each company directory always contains the same four files with **stable filenames that never change**:

- `https://tickerscout.ai/{ticker}/index.json`: Manifest: company identity (name, CIK, exchange, SIC/industry), latest fiscal period covered, predicted date/type of the next SEC filing, and the file list. Fetch this first.
- `https://tickerscout.ai/{ticker}/financials.json`: Up to 3 fiscal years of annual data plus latest-quarter and prior-year-comparative data, extracted directly from the latest 10-K and 10-Q. Income statement, balance sheet, cash flow, revenue by segment/category/geography, per-share figures. All money in actual dollars (not millions); all share counts actual shares. Includes sourcing notes, definitions, and flagged uncertainties.
- `https://tickerscout.ai/{ticker}/narrative.md`: Qualitative synthesis of the latest 10-K and 10-Q: business description, risk factors (with quarter-over-quarter changes flagged), MD&A highlights, legal proceedings, subsequent events, and analyst watch-items.
- `https://tickerscout.ai/{ticker}/events.md`: Synthesis of all 8-K filings over roughly the trailing 5 quarters: earnings releases, management changes, capital-return announcements, debt offerings, governance actions, each with its SEC accession number.

The financials, narrative and events data is also published as HTML pages at `https://tickerscout.ai/{ticker}/financials/`, `https://tickerscout.ai/{ticker}/narrative/` and `https://tickerscout.ai/{ticker}/events/`, for people reading in a browser and for search engines. The text is the same. **Agents should fetch the `.md` files above instead**: they are smaller, carry no page furniture or navigation, and are served as `text/plain`, which every fetch tool accepts.

Data is refreshed each quarter shortly after the company files its 10-K or 10-Q, and **every period stays published**:

- The undated filenames above always hold the **latest** reported period, and are replaced in place each quarter. Their URLs are permanent, so fetch these when you want current data.
- Every period is **also** published at a permanent dated URL: `https://tickerscout.ai/{ticker}/{period}/financials.json`, and likewise for `index.json`, `narrative.md` and `events.md`. `{period}` is a lowercase fiscal tag such as `fy26q3`, or `fy26` for a bundle built from a 10-K. A dated URL is **never modified or removed once published**, so **cite the dated URL**: a citation to it stays correct indefinitely, while an undated one silently changes meaning next quarter.
- The periods a company has are listed in the `periods` array of its `index.json`, newest first, each with its period end date, form type, SEC accession number and file URLs. Every manifest carries the full array, dated ones included, so whichever period you land on always tells you how to reach the current one.

The fiscal period covered is declared inside `index.json` (`fiscal_period.tag`, e.g. "FY26Q3") and inside every file. Even though files are labeled with a single quarter, `financials.json` always contains up to 3 years of history.

## MCP server

If you speak the Model Context Protocol, connect to `https://mcp.tickerscout.ai/mcp` instead of fetching the URLs above. Streamable HTTP, no authentication, no API key. It serves the same assembled statements from the same files, but as tools that return only the part you ask for, which is much cheaper than reading a whole document: `financials.json` averages 58KB and `narrative.md` averages 38KB, and a single section of either is usually what you actually need.

Six tools:

- `list_companies(query?)`: Every covered company with its latest fiscal period and next expected filing. Resolves a company name to a ticker.
- `get_company(ticker)`: Identity and coverage manifest: name, CIK, exchange, SIC industry, fiscal period held, and the SEC filings the record is built from — the annual report and the latest quarterly report, each with its own fiscal year, accession number and EDGAR link.
- `get_key_figures(ticker)`: Headline figures for the latest reported period, each with its year-over-year change and source accession. Start here for "how much did X earn".
- `get_financials(ticker, sections?)`: Income statement, balance sheet and cash flow, already assembled, in actual dollars on the company's own fiscal calendar. Section names differ per company, so call with no sections to see what this company has, then request only what you need.
- `get_narrative(ticker, section?)`: Business, risk factors, MD&A, legal proceedings, subsequent events, condensed from the annual and quarterly reports themselves. Returns a section index by default; pass a section name for its text, or `section="all"` for everything.
- `get_events(ticker, section?)`: Digest of the material current reports (Form 8-K). Returns the whole thing by default; it is short.

The MCP tools serve the **latest** period only. To read an earlier period, fetch its dated URL directly.

Setup docs for each client are at https://tickerscout.ai/mcp/. If you cannot speak MCP, ignore this section and fetch the URLs above; they are not going anywhere.

## Site index

- [Covered tickers (JSON)](https://tickerscout.ai/tickers.json): Machine-readable list of every covered company with its directory URL and latest period. Fetch this to discover coverage.
- [MCP server](https://tickerscout.ai/mcp/): How to connect an MCP client to `https://mcp.tickerscout.ai/mcp`, and what each tool returns.
- [API catalog](https://tickerscout.ai/.well-known/api-catalog): Every endpoint on the site as an RFC 9727 / RFC 9264 linkset. Also advertised on every response as `Link: </.well-known/api-catalog>; rel="api-catalog"`.
- [Covered companies (HTML)](https://tickerscout.ai/companies/): Every covered company on one page, with links to its financial statements, 10-K/10-Q summary and 8-K events. The human-readable twin of tickers.json.
- [About](https://tickerscout.ai/about): Who publishes this, how the data is built, and how to reach a person about a figure that looks wrong. States plainly that the reading and assembly are done by AI and audited back against the filings.
- [Sitemap](https://tickerscout.ai/sitemap.xml): All URLs.

## Covered companies

- [Apple Inc. (AAPL)](https://tickerscout.ai/aapl/index.json): Q3 FY2026 (period ended 2026-06-27); financial statements, 10-K/10-Q narrative, 8-K events
- [AbbVie Inc. (ABBV)](https://tickerscout.ai/abbv/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Airbnb, Inc. (ABNB)](https://tickerscout.ai/abnb/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Abbott Laboratories (ABT)](https://tickerscout.ai/abt/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Adobe Inc. (ADBE)](https://tickerscout.ai/adbe/index.json): Q3 FY2026 (period ended 2026-08-28); financial statements, 10-K/10-Q narrative, 8-K events
- [Analog Devices, Inc. (ADI)](https://tickerscout.ai/adi/index.json): Q3 FY2026 (period ended 2026-08-01); financial statements, 10-K/10-Q narrative, 8-K events
- [Applied Materials, Inc. (AMAT)](https://tickerscout.ai/amat/index.json): Q3 FY2026 (period ended 2026-07-26); 2 periods published back to Q2 FY2026; financial statements, 10-K/10-Q narrative, 8-K events
- [Advanced Micro Devices, Inc. (AMD)](https://tickerscout.ai/amd/index.json): Q2 FY2026 (period ended 2026-06-27); 2 periods published back to Q1 FY2026; financial statements, 10-K/10-Q narrative, 8-K events
- [Amazon.com Inc. (AMZN)](https://tickerscout.ai/amzn/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Arista Networks, Inc. (ANET)](https://tickerscout.ai/anet/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Amphenol Corporation (APH)](https://tickerscout.ai/aph/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [AppLovin Corporation (APP)](https://tickerscout.ai/app/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Broadcom Inc. (AVGO)](https://tickerscout.ai/avgo/index.json): Q3 FY2026 (period ended 2026-08-02); 2 periods published back to Q2 FY2026; financial statements, 10-K/10-Q narrative, 8-K events
- [Bank of America Corporation (BAC)](https://tickerscout.ai/bac/index.json): Q2 FY2026 (period ended 2026-06-30); 2 periods published back to Q1 FY2026; financial statements, 10-K/10-Q narrative, 8-K events
- [BlackRock, Inc. (BLK)](https://tickerscout.ai/blk/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Berkshire Hathaway Inc. (BRK-B)](https://tickerscout.ai/brk-b/index.json): Q2 FY2026 (period ended 2026-06-30); 2 periods published back to Q1 FY2026; financial statements, 10-K/10-Q narrative, 8-K events
- [Blackstone Inc. (BX)](https://tickerscout.ai/bx/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Citigroup Inc. (C)](https://tickerscout.ai/c/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Caterpillar Inc. (CAT)](https://tickerscout.ai/cat/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Constellation Energy Corporation (CEG)](https://tickerscout.ai/ceg/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [ConocoPhillips (COP)](https://tickerscout.ai/cop/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Salesforce, Inc. (CRM)](https://tickerscout.ai/crm/index.json): Q2 FY2027 (period ended 2026-07-31); financial statements, 10-K/10-Q narrative, 8-K events
- [CrowdStrike Holdings, Inc. (CRWD)](https://tickerscout.ai/crwd/index.json): Q2 FY2027 (period ended 2026-07-31); financial statements, 10-K/10-Q narrative, 8-K events
- [Cisco Systems, Inc. (CSCO)](https://tickerscout.ai/csco/index.json): FY2026 (period ended 2026-07-25); financial statements, 10-K/10-Q narrative, 8-K events
- [Chevron Corporation (CVX)](https://tickerscout.ai/cvx/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Datadog, Inc. (DDOG)](https://tickerscout.ai/ddog/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Deere & Company (DE)](https://tickerscout.ai/de/index.json): Q3 FY2026 (period ended 2026-08-02); financial statements, 10-K/10-Q narrative, 8-K events
- [Dell Technologies Inc. (DELL)](https://tickerscout.ai/dell/index.json): Q2 FY2027 (period ended 2026-07-31); financial statements, 10-K/10-Q narrative, 8-K events
- [The Walt Disney Company (DIS)](https://tickerscout.ai/dis/index.json): Q3 FY2026 (period ended 2026-06-27); financial statements, 10-K/10-Q narrative, 8-K events
- [Eaton Corporation plc (ETN)](https://tickerscout.ai/etn/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Freeport-McMoRan Inc. (FCX)](https://tickerscout.ai/fcx/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Fortinet, Inc. (FTNT)](https://tickerscout.ai/ftnt/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [GE Vernova Inc. (GEV)](https://tickerscout.ai/gev/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Gilead Sciences, Inc. (GILD)](https://tickerscout.ai/gild/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Alphabet Inc. (GOOGL)](https://tickerscout.ai/googl/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [The Goldman Sachs Group, Inc. (GS)](https://tickerscout.ai/gs/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [The Home Depot, Inc. (HD)](https://tickerscout.ai/hd/index.json): Q2 FY2026 (period ended 2026-08-02); financial statements, 10-K/10-Q narrative, 8-K events
- [Robinhood Markets, Inc. (HOOD)](https://tickerscout.ai/hood/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Hewlett Packard Enterprise Company (HPE)](https://tickerscout.ai/hpe/index.json): Q3 FY2026 (period ended 2026-07-31); financial statements, 10-K/10-Q narrative, 8-K events
- [International Business Machines Corporation (IBM)](https://tickerscout.ai/ibm/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Intel Corporation (INTC)](https://tickerscout.ai/intc/index.json): Q2 FY2026 (period ended 2026-06-27); financial statements, 10-K/10-Q narrative, 8-K events
- [Intuit Inc. (INTU)](https://tickerscout.ai/intu/index.json): FY2026 (period ended 2026-07-31); 2 periods published back to Q3 FY2026; financial statements, 10-K/10-Q narrative, 8-K events
- [Johnson & Johnson (JNJ)](https://tickerscout.ai/jnj/index.json): Q2 FY2026 (period ended 2026-06-28); financial statements, 10-K/10-Q narrative, 8-K events
- [JPMorgan Chase & Co. (JPM)](https://tickerscout.ai/jpm/index.json): Q2 FY2026 (period ended 2026-06-30); 2 periods published back to Q1 FY2026; financial statements, 10-K/10-Q narrative, 8-K events
- [Coca-Cola Company (KO)](https://tickerscout.ai/ko/index.json): Q2 FY2026 (period ended 2026-07-03); financial statements, 10-K/10-Q narrative, 8-K events
- [Linde plc (LIN)](https://tickerscout.ai/lin/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Eli Lilly and Company (LLY)](https://tickerscout.ai/lly/index.json): Q2 FY2026 (period ended 2026-06-30); 2 periods published back to Q1 FY2026; financial statements, 10-K/10-Q narrative, 8-K events
- [Lowe's Companies, Inc. (LOW)](https://tickerscout.ai/low/index.json): Q2 FY2026 (period ended 2026-07-31); financial statements, 10-K/10-Q narrative, 8-K events
- [Lam Research Corporation (LRCX)](https://tickerscout.ai/lrcx/index.json): Q3 FY2026 (period ended 2026-03-29); financial statements, 10-K/10-Q narrative, 8-K events
- [Mastercard Incorporated (MA)](https://tickerscout.ai/ma/index.json): Q2 FY2026 (period ended 2026-06-30); 2 periods published back to Q1 FY2026; financial statements, 10-K/10-Q narrative, 8-K events
- [McDonald's Corporation (MCD)](https://tickerscout.ai/mcd/index.json): Q1 FY2026 (period ended 2026-03-31); financial statements, 10-K/10-Q narrative, 8-K events
- [McKesson Corporation (MCK)](https://tickerscout.ai/mck/index.json): Q1 FY2027 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Medtronic plc (MDT)](https://tickerscout.ai/mdt/index.json): Q1 FY2027 (period ended 2026-07-31); 2 periods published back to FY2026; financial statements, 10-K/10-Q narrative, 8-K events
- [Meta Platforms, Inc. (META)](https://tickerscout.ai/meta/index.json): Q2 FY2026 (period ended 2026-06-30); 2 periods published back to Q1 FY2026; financial statements, 10-K/10-Q narrative, 8-K events
- [Monster Beverage Corporation (MNST)](https://tickerscout.ai/mnst/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Merck & Co., Inc. (MRK)](https://tickerscout.ai/mrk/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Marvell Technology, Inc. (MRVL)](https://tickerscout.ai/mrvl/index.json): Q2 FY2027 (period ended 2026-08-01); financial statements, 10-K/10-Q narrative, 8-K events
- [Microsoft Corporation (MSFT)](https://tickerscout.ai/msft/index.json): FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Micron Technology, Inc. (MU)](https://tickerscout.ai/mu/index.json): Q3 FY2026 (period ended 2026-05-28); financial statements, 10-K/10-Q narrative, 8-K events
- [NextEra Energy Inc. (NEE)](https://tickerscout.ai/nee/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Netflix Inc. (NFLX)](https://tickerscout.ai/nflx/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [ServiceNow, Inc. (NOW)](https://tickerscout.ai/now/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [NVIDIA Corporation (NVDA)](https://tickerscout.ai/nvda/index.json): Q2 FY2027 (period ended 2026-07-26); 2 periods published back to Q1 FY2027; financial statements, 10-K/10-Q narrative, 8-K events
- [Oracle Corporation (ORCL)](https://tickerscout.ai/orcl/index.json): Q1 FY2027 (period ended 2026-08-31); financial statements, 10-K/10-Q narrative, 8-K events
- [Palo Alto Networks Inc. (PANW)](https://tickerscout.ai/panw/index.json): FY2026 (period ended 2026-07-31); 2 periods published back to Q3 FY2026; financial statements, 10-K/10-Q narrative, 8-K events
- [Pfizer Inc. (PFE)](https://tickerscout.ai/pfe/index.json): Q2 FY2026 (period ended 2026-06-28); financial statements, 10-K/10-Q narrative, 8-K events
- [The Procter & Gamble Company (PG)](https://tickerscout.ai/pg/index.json): FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Parker-Hannifin Corporation (PH)](https://tickerscout.ai/ph/index.json): FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Philip Morris International Inc. (PM)](https://tickerscout.ai/pm/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [QUALCOMM Incorporated (QCOM)](https://tickerscout.ai/qcom/index.json): Q3 FY2026 (period ended 2026-06-28); financial statements, 10-K/10-Q narrative, 8-K events
- [RTX Corporation (RTX)](https://tickerscout.ai/rtx/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Starbucks Corporation (SBUX)](https://tickerscout.ai/sbux/index.json): Q3 FY2026 (period ended 2026-06-28); financial statements, 10-K/10-Q narrative, 8-K events
- [The Charles Schwab Corporation (SCHW)](https://tickerscout.ai/schw/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Sandisk Corporation (SNDK)](https://tickerscout.ai/sndk/index.json): FY2026 (period ended 2026-07-03); financial statements, 10-K/10-Q narrative, 8-K events
- [Synopsys, Inc. (SNPS)](https://tickerscout.ai/snps/index.json): Q3 FY2026 (period ended 2026-07-31); financial statements, 10-K/10-Q narrative, 8-K events
- [Seagate Technology Holdings plc (STX)](https://tickerscout.ai/stx/index.json): FY2026 (period ended 2026-07-03); financial statements, 10-K/10-Q narrative, 8-K events
- [AT&T Inc. (T)](https://tickerscout.ai/t/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Bio-Techne Corporation (TECH)](https://tickerscout.ai/tech/index.json): FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [TJX Companies Inc. (TJX)](https://tickerscout.ai/tjx/index.json): Q2 FY2027 (period ended 2026-08-01); financial statements, 10-K/10-Q narrative, 8-K events
- [Thermo Fisher Scientific Inc. (TMO)](https://tickerscout.ai/tmo/index.json): Q2 FY2026 (period ended 2026-06-27); financial statements, 10-K/10-Q narrative, 8-K events
- [Tesla, Inc. (TSLA)](https://tickerscout.ai/tsla/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Texas Instruments Incorporated (TXN)](https://tickerscout.ai/txn/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Uber Technologies, Inc. (UBER)](https://tickerscout.ai/uber/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Visa Inc. (V)](https://tickerscout.ai/v/index.json): Q3 FY2026 (period ended 2026-06-30); 2 periods published back to Q2 FY2026; financial statements, 10-K/10-Q narrative, 8-K events
- [Vertex Pharmaceuticals Incorporated (VRTX)](https://tickerscout.ai/vrtx/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Verizon Communications Inc. (VZ)](https://tickerscout.ai/vz/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Western Digital Corporation (WDC)](https://tickerscout.ai/wdc/index.json): FY2026 (period ended 2026-07-03); financial statements, 10-K/10-Q narrative, 8-K events
- [Welltower Inc. (WELL)](https://tickerscout.ai/well/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Wells Fargo & Company (WFC)](https://tickerscout.ai/wfc/index.json): Q2 FY2026 (period ended 2026-06-30); financial statements, 10-K/10-Q narrative, 8-K events
- [Walmart Inc. (WMT)](https://tickerscout.ai/wmt/index.json): Q2 FY2027 (period ended 2026-07-31); 2 periods published back to Q1 FY2027; financial statements, 10-K/10-Q narrative, 8-K events
- [Exxon Mobil Corporation (XOM)](https://tickerscout.ai/xom/index.json): Q2 FY2026 (period ended 2026-06-30); 2 periods published back to Q1 FY2026; financial statements, 10-K/10-Q narrative, 8-K events

## Conventions

- All figures trace to specific SEC filings; accession numbers are cited throughout so you can verify against sec.gov.
- Money values in `financials.json` are actual dollars (e.g. 416161000000 = $416.161B). Share counts are actual shares. Per-share figures as reported.
- If a figure is not disclosed in the underlying filing, it is omitted and the omission is explained in `notes`/`uncertainties`; nothing is estimated or fabricated.
- Content is free to read and cite. Please attribute "Ticker Scout (tickerscout.ai)" when quoting.
- This is factual data and synthesis of public SEC filings, not investment advice.