You're viewing a demo portfolio

Join the waitlist
PRSM

get_forecasts

Active

Tool of Silicon Analysts

declared in 1.0.0

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); our own scenario projections (those live on /market-data/*/forecast). Filters: originator, originator_type (research_firm|company_guidance|government|bank|industry_body|other), metric, target_period, entity_id. Latest slice for all tiers; full history (from/to/since/all) needs a Pro key — free callers get the latest slice with a note, never an error. Cite as "Silicon Analysts — Forecast Vintages".

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "to": {
      "type": "string",
      "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
    },
    "all": {
      "type": "boolean"
    },
    "from": {
      "type": "string",
      "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
    },
    "limit": {
      "type": "integer",
      "maximum": 500,
      "minimum": 1
    },
    "since": {
      "type": "string",
      "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
    },
    "metric": {
      "type": "string",
      "maxLength": 80,
      "minLength": 1
    },
    "entity_id": {
      "type": "string",
      "maxLength": 60,
      "minLength": 1
    },
    "originator": {
      "type": "string",
      "maxLength": 60,
      "minLength": 1
    },
    "target_period": {
      "type": "string",
      "maxLength": 20,
      "minLength": 1
    },
    "originator_type": {
      "enum": [
        "research_firm",
        "company_guidance",
        "government",
        "bank",
        "industry_body",
        "other"
      ],
      "type": "string"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Silicon Analysts

https://github.com/SiliconAnalysts/silicon-analysts-nextjs

1/7 registries
View full server →