---
name: "xpay-dappier-stock-market-data"
description: "only use this if user query requires real-time financial news, stock prices, and trades"
version: "1.0.0"
price: "$0.01/call"
provider: "Dappier"
---

# Stock Market Data

only use this if user query requires real-time financial news, stock prices, and trades

**Provider:** Dappier
**Price:** $0.01/call
**Pricing model:** Flat rate per call

## When to Use

Use this tool when you need to only use this if user query requires real-time financial news, stock prices, and trades. This is part of the Dappier provider on xpay✦.

## MCP Connection

Connect to xpay✦ to access this tool (and 13+ others):

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## How to Execute

Use the xpay✦ meta-tools to run this tool:

1. **`xpay_details`** — Get full input schema: `xpay_details("dappier/stock-market-data")`
2. **`xpay_run`** — Execute: `xpay_run("dappier/stock-market-data", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `query` | string | Yes | Query |

## Pricing

- **Cost:** $0.01/call
- **Balance check:** Use `xpay_balance` to check remaining credits
- Get your API key at [xpay.tools](https://xpay.tools/account/settings/api-keys/) — $5 free credits included

## Related Skills

- [Dappier (all tools)](https://xpay.tools/skills/dappier/SKILL.md) — 14 tools
- [Nine Ten News](https://xpay.tools/skills/dappier/nine-ten-news/SKILL.md) — $0.01/call
- [Benzinga](https://xpay.tools/skills/dappier/benzinga/SKILL.md) — $0.01/call
- [Cafemom Parenting](https://xpay.tools/skills/dappier/cafemom-parenting/SKILL.md) — $0.01/call
- [Lifestyle News](https://xpay.tools/skills/dappier/lifestyle-news/SKILL.md) — $0.01/call
- [Methodshop](https://xpay.tools/skills/dappier/methodshop/SKILL.md) — $0.01/call

## Links

- Tool page: https://xpay.tools/dappier/stock-market-data/
- Provider: https://xpay.tools/dappier/
- All tools: https://xpay.tools/explore
