{
  "meta": {
    "name": "financial-data",
    "version": "0.1.0",
    "route": "quote",
    "status": "source_error",
    "domain": "quote_snapshot",
    "subject_kind": "instrument",
    "maturity": "L3",
    "authority": "portal_comparison",
    "request_policy": {
      "mode": "balanced",
      "source_selection": "financial_data_default_policy",
      "source_override": false,
      "max_sources": 3
    },
    "source_health_policy": {
      "enabled": true,
      "reason": "default_source_health_policy",
      "checked_count": 3,
      "unhealthy_count": 0,
      "skipped_count": 0,
      "fallback_all_unhealthy": false
    },
    "source_policy": "Use all requested quote-capable sources, compute a median price only when comparable price fields can be extracted, and always preserve source observations.",
    "used_services": [
      "Yahoo Finance",
      "CNBC",
      "Barchart.com"
    ],
    "used_source_ids": [
      "yfin",
      "cfin",
      "bfin"
    ],
    "symbol": "NVDA",
    "symbols": [
      "NVDA"
    ],
    "query": null,
    "kind": null,
    "observation_count": 3,
    "ok_count": 0,
    "error_count": 3,
    "generated_at": "2026-07-22T17:12:51.965Z"
  },
  "data": {
    "consensus": null,
    "observations": [
      {
        "service": "Yahoo Finance",
        "source_id": "yfin",
        "status": 530,
        "ok": false,
        "endpoint": "/v1/quote",
        "symbol": null,
        "elapsed_ms": 159,
        "error": {
          "code": "source_http_error",
          "message": "Yahoo Finance returned HTTP 530",
          "payload": {
            "content_type": "text/plain; charset=UTF-8",
            "text": "error code: 1016"
          }
        }
      },
      {
        "service": "CNBC",
        "source_id": "cfin",
        "status": 530,
        "ok": false,
        "endpoint": "/v1/quotes",
        "symbol": null,
        "elapsed_ms": 1621,
        "error": {
          "code": "source_http_error",
          "message": "CNBC returned HTTP 530",
          "payload": {
            "content_type": "text/plain; charset=UTF-8",
            "text": "error code: 1016\n"
          }
        }
      },
      {
        "service": "Barchart.com",
        "source_id": "bfin",
        "status": 530,
        "ok": false,
        "endpoint": "/v1/quotes",
        "symbol": null,
        "elapsed_ms": 100,
        "error": {
          "code": "source_http_error",
          "message": "Barchart.com returned HTTP 530",
          "payload": {
            "content_type": "text/plain; charset=UTF-8",
            "text": "error code: 1016\n"
          }
        }
      }
    ]
  }
}