Overview
- Skill Key
- ajtgjmdjp/jquants-mcp
- Author
- ajtgjmdjp
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/ajtgjmdjp/jquants-mcp
- Latest Commit SHA
- 5a9604e006bc5e6b7c819acbc2698b0bb2386b07
Access JPX stock market data via J-Quants API — search stocks, get daily OHLCV prices, financial summaries (revenue, profit, EPS, ROE), and earnings calendar for Tokyo Stock Exchange (TSE) listed companies. Japan stock price data.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 jquants-mcp 技能。 若已安装,则直接安装 jquants-mcp 技能。
# J-Quants: JPX Stock Market Data Access Tokyo Stock Exchange (TSE) listed stock data via the official J-Quants API. Search stocks, get daily OHLCV prices, financial summaries, and earnings announcement calendar. **Important: This tool is for personal use only.** Data redistribution is prohibited by J-Quants Terms of Service. https://jpx-jquants.com/termsofservice ## Use Cases - Search for TSE-listed stocks by code or company name - Get daily OHLCV price data for any stock - Retrieve financial summaries (revenue, profit, EPS, ROE) - Check upcoming earnings announcement dates - Compare financial metrics across companies ## Commands ### Search stocks ```bash # By stock code jquants-mcp search 7203 # By company name (Japanese) jquants-mcp search トヨタ # JSON output jquants-mcp search ソニー --json-output ``` ### Get stock prices ```bash # Default: last 30 days jquants-mcp price 7203 # With date range jquants-mcp price 7203 --start-date 2024-01-01 --end-date 2024-12-31 # JSON output jquants-mcp price 7203 --json-output ``` ### Get financial data ```bash jquants-mcp financials 7203 jquants-mcp financials 6758 --json-output ``` ### Get earnings calendar ```bash # Default: next 30 days jquants-mcp calendar # With date range jquants-mcp calendar --start-date 2024-04-01 --end-date 2024-06-30 ``` ### Test connectivity ```bash jquants-mcp test ``` ## Workflow 1. `jquants-mcp search <company>` → find stock code 2. `jquants-mcp price <code>` → get price history 3. `jquants-mcp financials <code>` → get financial data 4. `jquants-mcp calendar` → check earnings dates ## Setup - Requires `JQUANTS_MAIL_ADDRESS` and `JQUANTS_PASSWORD` environment variables - Free account registration: https://jpx-jquants.com/ - Python package: `pip install jquants-mcp` or `uv tool install jquants-mcp` ## Terms of Service By using this tool, you agree to the J-Quants Terms of Service. Data is for personal use only — redistribution is prohibited.
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.