# Market News Sentiment by Symbol

> Market News Sentiment by Symbol is a paid API for AI agents from market.memoryapi.org, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Fetches financial news articles with per-symbol sentiment analysis scores, aggregated from Marketaux.

## Facts

- Endpoint: GET https://market.memoryapi.org/x402/market/news_sentiment
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/market-memoryapi-org-ae264b6d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__oX32Xxi_Y1kv-Hv3tM1z

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability market-memoryapi-org-ae264b6d
```

Example prompt: Pull the latest financial news and sentiment scores for NVDA — I want to know if the current news coverage is bullish, bearish, or neutral for the stock.

## When to prefer this

Use this endpoint when you need both news content and quantified sentiment signals for a specific stock ticker in a single call. Prefer over generic news feeds when you need structured, per-symbol sentiment aggregation rather than raw headlines. Ideal for building market dashboards, screening stocks by news sentiment, or supplementing technical analysis with qualitative sentiment signals.

## Known failure modes

- Invalid or unrecognized ticker symbol returns empty results or error
- Rate limiting or quota exceeded returns 429 or payment-related error
- Marketaux upstream outage causes delayed or missing articles
- No recent news available for the queried symbol returns empty article list
- Malformed query parameters result in 400 bad request

## How this service works

Financial news with sentiment analysis from Marketaux. Per-symbol sentiment aggregation.

## Output

Returns a list of recent news articles related to the queried stock symbol(s), each annotated with sentiment scores and labels (positive, negative, neutral), plus an aggregated per-symbol sentiment summary indicating overall news-driven market sentiment.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/market-memoryapi-org-ae264b6d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from market.memoryapi.org](https://www.zero.xyz/host/market.memoryapi.org/llms.txt)
