## GetAnalystEstimates

Reads independently verified analyst forecasts collected from a company's investor-relations sources. Available metrics can include revenue, EPS, product sales, segment results and operating statistics. Management guidance is separate. Coverage depends on what each issuer publishes.

**Parameters:** `ticker` (required); optional exact `metric`, `period`, and `dimensions`; `snapshotId`; ISO-8601 `asOf`; observation `limit` (default 25, max 100) and `offset`; independent `snapshotOffset` (10 snapshots per page).

Each observation retains the original value, units, accounting basis, statistic, publication label and footnotes. Source URLs and verification evidence are retained internally. Counts, ranges and individual analyst estimates remain separate observations. No units or missing figures are inferred.

Responses have a text budget and may return fewer observations than requested. Continue with the stated next `offset` until `hasMore=false`; fix `snapshotId` while paging. Continue history with `snapshotOffset` until `hasMoreSnapshots=false`. An unavailable or overdue source is disclosed; reading does not run a scraper.

**Example request:** `GetAnalystEstimates(ticker="SAP", limit=10)`. A result example will follow production verification.