---
name: "xpay-akshare"
description: "Chinese and global financial market data and analysis"
version: "1.0.0"
provider: "AkShare"
tools: 9
---

# AkShare

Chinese and global financial market data and analysis

## AkShare

Chinese and global financial market data and analysis

### Available Tools (9)

- **get_hist_data**: Get historical stock market data. 'eastmoney_direct' support all A,B,H shares — $0.01/call
- **get_realtime_data**: Get real-time stock market data. 'eastmoney_direct' support all A,B,H shares — $0.01/call
- **get_news_data**: Get stock-related news data. — $0.01/call
- **get_balance_sheet**: Get company balance sheet data. — $0.01/call
- **get_income_statement**: Get company income statement data. — $0.01/call
- **get_cash_flow**: Get company cash flow statement data. — $0.01/call
- **get_inner_trade_data**: Get company insider trading data. — $0.01/call
- **get_financial_metrics**: Get key financial metrics from the three major financial statements. — $0.01/call
- **get_time_info**: Get current time with ISO format, timestamp, and the last trading day. — $0.01/call

### Quick Start

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

### Pricing

$0.01 per tool call. Pay per use from your XPay wallet. No subscriptions.

Get an API key at [xpay.tools](https://xpay.tools).


**Tools:** 9
**Category:** Finance & Markets

## When to Use

Use AkShare tools when you need to chinese and global financial market data and analysis. All tools are available through xpay✦'s single MCP connection.

## MCP Connection

```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"
```

## Available Tools

- **Get Hist Data** — Get historical stock market data. 'eastmoney_direct' support all A,B,H shares — $0.01/call — [SKILL.md](https://xpay.tools/skills/akshare/get-hist-data/SKILL.md)
- **Get Realtime Data** — Get real-time stock market data. 'eastmoney_direct' support all A,B,H shares — $0.01/call — [SKILL.md](https://xpay.tools/skills/akshare/get-realtime-data/SKILL.md)
- **Get News Data** — Get stock-related news data. — $0.01/call — [SKILL.md](https://xpay.tools/skills/akshare/get-news-data/SKILL.md)
- **Get Balance Sheet** — Get company balance sheet data. — $0.01/call — [SKILL.md](https://xpay.tools/skills/akshare/get-balance-sheet/SKILL.md)
- **Get Income Statement** — Get company income statement data. — $0.01/call — [SKILL.md](https://xpay.tools/skills/akshare/get-income-statement/SKILL.md)
- **Get Cash Flow** — Get company cash flow statement data. — $0.01/call — [SKILL.md](https://xpay.tools/skills/akshare/get-cash-flow/SKILL.md)
- **Get Inner Trade Data** — Get company insider trading data. — $0.01/call — [SKILL.md](https://xpay.tools/skills/akshare/get-inner-trade-data/SKILL.md)
- **Get Financial Metrics** — Get key financial metrics from the three major financial statements. — $0.01/call — [SKILL.md](https://xpay.tools/skills/akshare/get-financial-metrics/SKILL.md)
- **Get Time Info** — Get current time with ISO format, timestamp, and the last trading day. — $0.01/call — [SKILL.md](https://xpay.tools/skills/akshare/get-time-info/SKILL.md)

## How to Execute

1. **`xpay_discover`** — Search for tools: `xpay_discover("akshare")`
2. **`xpay_details`** — Get input schema: `xpay_details("akshare/TOOL_NAME")`
3. **`xpay_run`** — Execute: `xpay_run("akshare/TOOL_NAME", { ...inputs })`
4. **`xpay_balance`** — Check credits

## Links

- Provider page: https://xpay.tools/akshare/
- All providers: https://xpay.tools/explore
- Docs: https://docs.xpay.sh
