{
  "x402Version": 2,
  "id": 14332,
  "slug": "14332",
  "resource": "https://market.memoryapi.org/x402/market/news_sentiment",
  "description": "Financial news with sentiment analysis from Marketaux. Per-symbol sentiment aggregation.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x24FAcafEB49b4e3FACF0B3e69604A2F4640c9bf2",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "description": "Financial news sentiment from Marketaux. Analyzes news articles for specified symbols (default: AAPL,MSFT,NVDA) and provides BULLISH/BEARISH/NEUTRAL labels based on aggregated sentiment scores.",
        "iconUrl": "https://memoryapi.org/icon.png",
        "input": {
          "method": "GET",
          "queryParams": {
            "limit": "10",
            "sentiment": "all",
            "symbols": "AAPL,MSFT,NVDA"
          },
          "schema": {
            "properties": {
              "limit": {
                "description": "Number of articles (default: 10, max: 25)",
                "type": "integer"
              },
              "sentiment": {
                "description": "Filter: positive|negative|all (default: all)",
                "type": "string"
              },
              "symbols": {
                "description": "Comma-separated tickers (default: AAPL,MSFT,NVDA)",
                "type": "string"
              }
            },
            "required": []
          },
          "type": "http"
        },
        "output": {
          "example": {
            "article_count": 10,
            "articles": [],
            "by_symbol": [
              {
                "article_count": 4,
                "avg_sentiment": 0.35,
                "sentiment_label": "BULLISH",
                "symbol": "AAPL"
              }
            ],
            "source": "Marketaux",
            "success": true,
            "symbols": "AAPL,MSFT,NVDA"
          }
        },
        "serviceName": "MemoryAPI Market",
        "tags": [
          "finance",
          "stocks",
          "crypto",
          "market"
        ]
      },
      "schema": {
        "properties": {
          "input": {
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              }
            },
            "required": [
              "method"
            ]
          }
        }
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "market.memoryapi.org",
  "lastUpdated": "2026-09-08T08:40:18.964Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-08T08:40:18.746Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "market.memoryapi.org",
    "manifest_name": "market.memoryapi.org",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}