# Coin Railz Stock Sentiment Analysis

> Coin Railz Stock Sentiment Analysis is a paid API for AI agents from coinrailz.com, paid per call via x402, $0.4/call, status unknown (last checked 2026-09-15).

Analyzes AI-powered stock market sentiment using news, technical outlook, and institutional activity data for a given stock

## Facts

- Endpoint: POST https://coinrailz.com/x402/stock-sentiment
- Price: $0.4/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coin-railz-stock-sentiment-analysis-71bdc668
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pR7eImjwe2B8aAq0noEhG

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 coin-railz-stock-sentiment-analysis-71bdc668 -d '<json body>'
```

Example prompt: What's the current AI-powered sentiment on NVDA right now — pull in the news, technical outlook, and any institutional activity signals so I can decide whether to hold or sell.

## When to prefer this

Use this endpoint when you need a holistic, AI-synthesized view of stock market sentiment that combines news, technicals, and institutional signals in a single call — especially useful for AI agents making pre-trade assessments or portfolio monitoring tasks. Prefer over raw news APIs or technical indicator endpoints when you want a unified sentiment score rather than raw data.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error or empty result
- Payment not processed correctly leads to 402 response blocking access
- Stale or unavailable news data may reduce sentiment accuracy
- Network timeout or upstream data provider outage returns service error
- Missing required stock symbol parameter causes a 400-level error

## How this service works

AI-powered stock market sentiment analysis with news, technical outlook, and institutional activity insights.

## Output

Returns a JSON object with a success flag, service name, timestamp, and a result field containing AI-generated stock sentiment analysis covering news sentiment, technical outlook, and institutional activity insights for the queried stock.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Query parameter for the service"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "application/json",
 "format": "json",
 "example": {
  "result": "Service executed successfully",
  "service": "stock-sentiment",
  "success": true,
  "timestamp": "2026-02-07T01:51:30.527Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coin-railz-stock-sentiment-analysis-71bdc668/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coinrailz.com](https://www.zero.xyz/host/coinrailz.com/llms.txt)
