{
  "meta": {
    "name": "financial-data",
    "version": "0.1.0",
    "route": "quote",
    "status": "ok",
    "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": 3,
    "error_count": 0,
    "generated_at": "2026-06-07T14:00:50.426Z"
  },
  "data": {
    "consensus": {
      "method": "median_of_extracted_last_price_fields",
      "value": 205.1,
      "min": 205.1,
      "max": 205.1,
      "disagreement_percent": 0,
      "observation_count": 3,
      "confidence": 0.95,
      "candidates": [
        {
          "service": "Yahoo Finance",
          "source_id": "yfin",
          "value": 205.1,
          "field": "regularMarketPrice",
          "path": "$.data.quoteResponse.result[0].regularMarketPrice"
        },
        {
          "service": "CNBC",
          "source_id": "cfin",
          "value": 205.1,
          "field": "last",
          "path": "$.data.FormattedQuoteResult.FormattedQuote[0].last"
        },
        {
          "service": "Barchart.com",
          "source_id": "bfin",
          "value": 205.1,
          "field": "lastPrice",
          "path": "$.data.data[0].lastPrice"
        }
      ]
    },
    "observations": [
      {
        "service": "Yahoo Finance",
        "source_id": "yfin",
        "status": 200,
        "ok": true,
        "endpoint": "/v1/quote",
        "symbol": null,
        "elapsed_ms": 2701,
        "data": {
          "meta": {
            "provider": "yahoo",
            "generated_at": "2026-06-07T14:00:49.644Z",
            "route": "quote"
          },
          "data": {
            "quoteResponse": {
              "result": [
                {
                  "language": "en-US",
                  "region": "US",
                  "quoteType": "EQUITY",
                  "typeDisp": "Equity",
                  "quoteSourceName": "Nasdaq Real Time Price",
                  "triggerable": true,
                  "customPriceAlertConfidence": "HIGH",
                  "currency": "USD",
                  "regularMarketChangePercent": -6.20141,
                  "regularMarketPrice": 205.1,
                  "marketState": "CLOSED",
                  "exchange": "NMS",
                  "messageBoardId": "finmb_32307",
                  "exchangeTimezoneName": "America/New_York",
                  "exchangeTimezoneShortName": "EDT",
                  "gmtOffSetMilliseconds": -14400000,
                  "market": "us_market",
                  "esgPopulated": false,
                  "hasPrePostMarketData": true,
                  "firstTradeDateMilliseconds": 917015400000,
                  "priceHint": 2,
                  "postMarketChangePercent": -0.5178986,
                  "postMarketPrice": 204.0378,
                  "postMarketChange": -1.0622101,
                  "regularMarketChange": -13.56,
                  "regularMarketDayHigh": 214.87,
                  "regularMarketDayRange": "204.34 - 214.87",
                  "regularMarketDayLow": 204.34,
                  "regularMarketVolume": 215650478,
                  "regularMarketPreviousClose": 218.66,
                  "bid": 204.82,
                  "ask": 206.25,
                  "bidSize": 20,
                  "askSize": 20,
                  "fullExchangeName": "NasdaqGS",
                  "financialCurrency": "USD",
                  "regularMarketOpen": 214.43,
                  "averageDailyVolume3Month": 166389520,
                  "averageDailyVolume10Day": 191099500,
                  "fiftyTwoWeekLowChange": 66.270004,
                  "fiftyTwoWeekLowChangePercent": 0.47734642,
                  "fiftyTwoWeekRange": "138.83 - 236.54",
                  "fiftyTwoWeekHighChange": -31.439987,
                  "fiftyTwoWeekHighChangePercent": -0.13291615,
                  "fiftyTwoWeekLow": 138.83,
                  "fiftyTwoWeekHigh": 236.54,
                  "fiftyTwoWeekChangePercent": 53.40382,
                  "dividendDate": 1782432000,
                  "earningsTimestamp": 1787774400,
                  "earningsTimestampStart": 1787774400,
                  "earningsTimestampEnd": 1787774400,
                  "earningsCallTimestampStart": 1779310800,
                  "earningsCallTimestampEnd": 1779310800,
                  "isEarningsDateEstimate": false,
                  "trailingAnnualDividendRate": 0.04,
                  "trailingPE": 31.457056,
                  "dividendRate": 1,
                  "trailingAnnualDividendYield": 0.0001829324,
                  "dividendYield": 0.49,
                  "epsTrailingTwelveMonths": 6.52,
                  "epsForward": 12.68225,
                  "epsCurrentYear": 8.9616,
                  "shortName": "NVIDIA Corporation",
                  "longName": "NVIDIA Corporation",
                  "priceEpsCurrentYear": 22.886538,
                  "sharesOutstanding": 24221000000,
                  "impliedSharesOutstanding": 24221000000,
                  "bookValue": 6.472,
                  "fiftyDayAverage": 202.0494,
                  "fiftyDayAverageChange": 3.0506134,
                  "fiftyDayAverageChangePercent": 0.015098355,
                  "twoHundredDayAverage": 188.24255,
                  "twoHundredDayAverageChange": 16.857452,
                  "twoHundredDayAverageChangePercent": 0.08955176,
                  "marketCap": 4967727366144,
                  "forwardPE": 16.172209,
                  "priceToBook": 31.69036,
                  "sourceInterval": 15,
                  "exchangeDataDelayedBy": 0,
                  "prevName": "Usual Stablecoin",
                  "nameChangeDate": "2026-06-06",
                  "averageAnalystRating": "1.3 - Strong Buy",
                  "tradeable": false,
                  "cryptoTradeable": false,
                  "corporateActions": [],
                  "postMarketTime": 1780703999,
                  "regularMarketTime": 1780689600,
                  "displayName": "NVIDIA",
                  "symbol": "NVDA"
                }
              ],
              "error": null
            }
          }
        }
      },
      {
        "service": "CNBC",
        "source_id": "cfin",
        "status": 200,
        "ok": true,
        "endpoint": "/v1/quotes",
        "symbol": null,
        "elapsed_ms": 1656,
        "data": {
          "meta": {
            "provider": "cnbc",
            "endpoint": "cnbc.quote.rest",
            "family": "quote",
            "route": "quotes",
            "status": "ok",
            "cache": "miss",
            "identity_tier": "anonymous",
            "generated_at": "2026-06-07T14:00:48.612Z",
            "freshness": {
              "as_of": "2026-06-07T14:00:48.612Z",
              "max_age_seconds": 1,
              "stale": false
            }
          },
          "data": {
            "FormattedQuoteResult": {
              "FormattedQuote": [
                {
                  "symbol": "NVDA",
                  "symbolType": "symbol",
                  "code": 0,
                  "name": "NVIDIA Corp",
                  "shortName": "NVDA",
                  "onAirName": "NVIDIA",
                  "altName": "NVIDIA Corp",
                  "last": "205.10",
                  "last_timedate": "06/05/26 EDT",
                  "last_time": "2026-06-05",
                  "changetype": "DOWN",
                  "type": "STOCK",
                  "subType": "Common Stock",
                  "exchange": "NASDAQ",
                  "source": "Last NASDAQ LS, VOL From CTA",
                  "open": "214.53",
                  "high": "214.87",
                  "low": "204.33",
                  "change": "-13.56",
                  "change_pct": "-6.20%",
                  "currencyCode": "USD",
                  "volume": "200,139,005",
                  "volume_alt": "200.1M",
                  "provider": "CNBC QUOTE CACHE",
                  "previous_day_closing": "218.66",
                  "altSymbol": "NVDA.O",
                  "realTime": "true",
                  "curmktstatus": "POST_MKT",
                  "pe": "31.41",
                  "mktcapView": "4.963T",
                  "dividend": "1.00",
                  "dividendyield": "0.49%",
                  "beta": "2.20",
                  "tendayavgvol": "189.70M",
                  "pcttendayvol": "1.1579",
                  "yrhiprice": "236.54",
                  "yrhidate": "05/14/26",
                  "yrloprice": "138.83",
                  "yrlodate": "06/05/25",
                  "eps": "6.53",
                  "sharesout": "24.20B",
                  "revenuettm": "253.491B",
                  "fpe": "20.59",
                  "feps": "9.96",
                  "psales": "19.58",
                  "fsales": "437,277,877,000.00",
                  "fpsales": "11.35",
                  "streamable": "1",
                  "issue_id": "218647",
                  "issuer_id": "27095",
                  "countryCode": "US",
                  "timeZone": "EDT",
                  "feedSymbol": "NVDA.O",
                  "portfolioindicator": "Y",
                  "ROETTM": "114.29%",
                  "NETPROFTTM": "62.97%",
                  "GROSMGNTTM": "74.15%",
                  "TTMEBITD": "166.125B",
                  "DEBTEQTYQ": "4.33%",
                  "ExtendedMktQuote": {
                    "type": "POST_MKT",
                    "source": "Last NASDAQ LS, VOL From CTA",
                    "last": "204.04",
                    "last_timedate": "06/05/26 EDT",
                    "last_time": "2026-06-05",
                    "change": "-1.06",
                    "change_pct": "-0.52%",
                    "volume": "12,250,138",
                    "volume_alt": "12.3M",
                    "changetype": "DOWN",
                    "mktcapView": "4.938T"
                  },
                  "EventData": {
                    "next_earnings_date": "08/25/2026(est)",
                    "next_earnings_date_today": "N",
                    "announce_time": "B",
                    "div_ex_date": "06/04/2026",
                    "div_ex_date_today": "N",
                    "div_amount": "0.25",
                    "yrhiind": "N",
                    "yrloind": "N",
                    "is_halted": "N"
                  }
                }
              ]
            }
          }
        }
      },
      {
        "service": "Barchart.com",
        "source_id": "bfin",
        "status": 200,
        "ok": true,
        "endpoint": "/v1/quotes",
        "symbol": null,
        "elapsed_ms": 1549,
        "data": {
          "meta": {
            "provider": "barchart",
            "endpoint": "www.proxies.core-api.v1.quotes.get",
            "family": "quote",
            "cache": "miss",
            "ttl_seconds": 15,
            "stale_seconds": 60,
            "generated_at": "2026-06-07T14:00:48.549Z",
            "route": "quotes"
          },
          "data": {
            "count": 1,
            "total": 1,
            "data": [
              {
                "symbol": "NVDA",
                "symbolName": "Nvidia Corp",
                "lastPrice": "205.10",
                "priceChange": "-13.56",
                "percentChange": "-6.20%",
                "tradeTime": "06/05/26",
                "raw": {
                  "symbol": "NVDA",
                  "symbolName": "Nvidia Corp",
                  "lastPrice": 205.1,
                  "priceChange": -13.56,
                  "percentChange": -0.062,
                  "tradeTime": 1780700100
                }
              }
            ],
            "errors": null
          }
        }
      }
    ]
  }
}