get_forecasts
Forecast Vintages — third-party forecasts (research firms like TrendForce/WSTS/SEMI, and company capex/bit-growth guidance) archived with their ORIGINAL publication date. Query the REVISION HISTORY, not just the latest number: "what did TrendForce say about 2026 HBM bit growth in January vs July?". Each row: originator, originator_type, metric, target_period (e.g. CY2026, 2027H1), value (num or low/high), unit, as_of (publication date), a source URL, and a verbatim quote. This is the vintage archive of OTHER organizations' forecasts — distinct from our own scenario models.
USE THIS for: forecast revision tracking, "how has the 2026 capex outlook moved across TSMC's earnings calls?", comparing what different firms projected for the same target period, building a consensus-vs-time view.
DO NOT USE for: current cost/pricing values (use get_wafer_pricing / get_accelerator_costs); Silicon Analysts' OWN frozen and graded projections (use get_track_record).
Filters: originator, originator_type (research_firm|company_guidance|government|bank|industry_body|other), metric, target_period, entity_id. group='series' additionally returns a "chains" array — the rows already collapsed by originator + metric + target period, oldest print first, with the change between prints — which is usually what you want instead of reassembling them yourself. Latest slice for all tiers; full history (from/to/since/all/group=series) needs a free API key — anonymous callers get the latest slice with a note, never an error. Cite as "Silicon Analysts — Forecast Vintages".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| all | No | ||
| from | No | ||
| group | No | ||
| limit | No | ||
| since | No | ||
| metric | No | ||
| entity_id | No | ||
| originator | No | ||
| target_period | No | ||
| originator_type | No |