ToolAssay

Get the most recent news articles relating to a stock ticker symbol, including a

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.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
644 msmedian answer time
$0.01listed price per call
$0.01price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://agent.massive.com/v2/reference/news

CategoryMarket data
Provider hostagent.massive.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days32 from 8 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 644 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "limit": 10,
    "order": "asc",
    "sort": "published_utc"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$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"
}

This page as JSON