---
name: "xpay-akshare-get-realtime-data"
description: "Get real-time stock market data. 'eastmoney_direct' support all A,B,H shares"
version: "1.0.0"
price: "$0.01/call"
provider: "AkShare"
---

# Get Realtime Data

Get real-time stock market data. 'eastmoney_direct' support all A,B,H shares

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

## When to Use

Use this tool when you need to get real-time stock market data. 'eastmoney_direct' support all a,b,h shares. This is part of the AkShare provider on xpay✦.

## MCP Connection

Connect to xpay✦ to access this tool (and 8+ 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("akshare/get_realtime_data")`
2. **`xpay_run`** — Execute: `xpay_run("akshare/get_realtime_data", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `symbol` | string | No | Stock symbol/ticker (e.g. '000001') |
| `source` | string | No | Data source |

## 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

- [AkShare (all tools)](https://xpay.tools/skills/akshare/SKILL.md) — 9 tools
- [Get Hist Data](https://xpay.tools/skills/akshare/get-hist-data/SKILL.md) — $0.01/call
- [Get News Data](https://xpay.tools/skills/akshare/get-news-data/SKILL.md) — $0.01/call
- [Get Balance Sheet](https://xpay.tools/skills/akshare/get-balance-sheet/SKILL.md) — $0.01/call
- [Get Income Statement](https://xpay.tools/skills/akshare/get-income-statement/SKILL.md) — $0.01/call
- [Get Cash Flow](https://xpay.tools/skills/akshare/get-cash-flow/SKILL.md) — $0.01/call

## Links

- Tool page: https://xpay.tools/akshare/get-realtime-data/
- Provider: https://xpay.tools/akshare/
- All tools: https://xpay.tools/explore
