{
  "x402Version": 2,
  "id": 6783,
  "slug": "6783",
  "resource": "https://agent.massive.com/v2/reference/news",
  "description": "Get the most recent news articles relating to a stock ticker symbol, including a summary of the article and a link to the original source. Can't find what you're looking for? POST feedback to /feedback, no charge.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x525f6dDcE9aF7a7179D7696aaBfCd5FCd15a21e6",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "limit": 10,
            "order": "asc",
            "sort": "published_utc"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "count": 1,
            "next_url": "https://api.massive.com:443/v2/reference/news?cursor=eyJsaW1pdCI6MSwic29ydCI6InB1Ymxpc2hlZF91dGMiLCJvcmRlciI6ImFzY2VuZGluZyIsInRpY2tlciI6e30sInB1Ymxpc2hlZF91dGMiOnsiZ3RlIjoiMjAyMS0wNC0yNiJ9LCJzZWFyY2hfYWZ0ZXIiOlsxNjE5NDA0Mzk3MDAwLG51bGxdfQ",
            "request_id": "831afdb0b8078549fed053476984947a",
            "results": [
              {
                "amp_url": "https://m.uk.investing.com/news/stock-market-news/markets-are-underestimating-fed-cuts-ubs-3559968?ampMode=1",
                "article_url": "https://uk.investing.com/news/stock-market-news/markets-are-underestimating-fed-cuts-ubs-3559968",
                "author": "Sam Boughedda",
                "description": "UBS analysts warn that markets are underestimating the extent of future interest rate cuts by the Federal Reserve, as the weakening economy is likely to justify more cuts than currently anticipated.",
                "id": "8ec638777ca03b553ae516761c2a22ba2fdd2f37befae3ab6fdab74e9e5193eb",
                "image_url": "https://i-invdn-com.investing.com/news/LYNXNPEC4I0AL_L.jpg",
                "insights": [
                  {
                    "sentiment": "positive",
                    "sentiment_reasoning": "UBS analysts are providing a bullish outlook on the extent of future Federal Reserve rate cuts, suggesting that markets are underestimating the number of cuts that will occur.",
                    "ticker": "UBS"
                  }
                ],
                "keywords": [
                  "Federal Reserve",
                  "interest rates",
                  "economic data"
                ],
                "published_utc": "2024-06-24T18:33:53Z",
                "publisher": {
                  "favicon_url": "https://s3.massive.com/public/assets/news/favicons/investing.ico",
                  "homepage_url": "https://www.investing.com/",
                  "logo_url": "https://s3.massive.com/public/assets/news/logos/investing.png",
                  "name": "Investing.com"
                },
                "tickers": [
                  "UBS"
                ],
                "title": "Markets are underestimating Fed cuts: UBS By Investing.com - Investing.com UK"
              }
            ],
            "status": "OK"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "limit": {
                    "default": 10,
                    "description": "Limit the number of results returned, default is 10 and max is 1000.",
                    "maximum": 1000,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "order": {
                    "default": "desc",
                    "description": "Order results based on the `sort` field.",
                    "enum": [
                      "asc",
                      "desc"
                    ],
                    "type": "string"
                  },
                  "published_utc": {
                    "description": "Return results published on, before, or after this date.",
                    "type": "string"
                  },
                  "published_utc.gt": {
                    "description": "Search by published_utc.",
                    "type": "string"
                  },
                  "published_utc.gte": {
                    "description": "Search by published_utc.",
                    "type": "string"
                  },
                  "published_utc.lt": {
                    "description": "Search by published_utc.",
                    "type": "string"
                  },
                  "published_utc.lte": {
                    "description": "Search by published_utc.",
                    "type": "string"
                  },
                  "sort": {
                    "default": "published_utc",
                    "description": "Sort field used for ordering.",
                    "enum": [
                      "published_utc"
                    ],
                    "type": "string"
                  },
                  "ticker": {
                    "description": "Specify a case-sensitive ticker symbol. For example, AAPL represents Apple Inc.",
                    "type": "string"
                  },
                  "ticker.gt": {
                    "description": "Search by ticker.",
                    "type": "string"
                  },
                  "ticker.gte": {
                    "description": "Search by ticker.",
                    "type": "string"
                  },
                  "ticker.lt": {
                    "description": "Search by ticker.",
                    "type": "string"
                  },
                  "ticker.lte": {
                    "description": "Search by ticker.",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "agent.massive.com",
  "lastUpdated": "2026-09-16T17:08:57.487Z",
  "quality": {
    "calls30d": 31,
    "uniquePayers30d": 8,
    "lastCalledAt": "2026-09-16T17:08:57.344Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "agent.massive.com",
    "manifest_name": "agent.massive.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}