jquants-mcp
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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ajtgjmdjp/jquants-mcpWhat This Skill Does
The jquants-mcp skill provides an interface to the Japan Exchange Group's (JPX) official J-Quants API, allowing OpenClaw agents to query real-time and historical stock market data for companies listed on the Tokyo Stock Exchange (TSE). This tool bridges the gap between complex financial data and AI agents, enabling users to programmatically fetch OHLCV (Open, High, Low, Close, Volume) pricing, detailed financial statements including revenue, net profit, EPS, and ROE, as well as upcoming earnings announcement schedules. By integrating this skill, your agent can perform sophisticated market analysis, track individual stock performance, and maintain an awareness of corporate reporting timelines without manual data retrieval.
Installation
To begin, ensure you have a registered account at the J-Quants official portal. Once registered, you must set the JQUANTS_MAIL_ADDRESS and JQUANTS_PASSWORD environment variables in your OpenClaw environment configuration. Install the tool using your preferred Python package manager via the terminal: pip install jquants-mcp. Finally, register the skill within OpenClaw using the command: clawhub install openclaw/skills/skills/ajtgjmdjp/jquants-mcp.
Use Cases
This skill is designed for quantitative analysts, retail investors, and developers building financial agents. Common use cases include:
- Financial Research: Automatically pulling the latest quarterly financial results to evaluate company performance trends.
- Price Monitoring: Tracking historical price volatility of specific assets for backtesting or strategy validation.
- Earnings Intelligence: Aggregating upcoming earnings announcements for a watchlist to anticipate market volatility.
- Comparative Analysis: Comparing KPIs like ROE or profit margins between direct industry competitors on the TSE.
Example Prompts
- "Look up the stock code for Nintendo and then retrieve its daily price history for the month of October 2024."
- "What are the latest financial summary metrics for Sony (6758)? Please show me the revenue and profit."
- "Can you check if there are any companies in my watchlist with earnings announcements scheduled for the next two weeks?"
Tips & Limitations
This tool is strictly for personal use as mandated by the J-Quants Terms of Service. Data redistribution, sharing, or commercial use of the API results is strictly prohibited. The API provides high-quality official data, but users should be mindful of rate limits imposed by the J-Quants platform. If you encounter connectivity errors, use the jquants-mcp test command to verify your credentials. Note that while the tool supports searches using Japanese company names, using specific stock codes is generally more reliable for consistent results.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ajtgjmdjp-jquants-mcp": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
boj-mcp
Access Bank of Japan (BOJ/日本銀行) statistical data — price indices (CGPI, SPPI), flow of funds, balance of payments, BIS statistics, interest rates, money supply, exchange rates. Japan central bank monetary policy data. No API key required.
edinet-mcp
Analyze Japanese public company financial statements (BS/PL/CF/財務諸表) from EDINET (FSA/金融庁) — search by company name or stock code, screen companies, compare periods (xbrl-diff). XBRL data, J-GAAP/IFRS/US-GAAP. Japan securities filings.
estat-mcp
Search and retrieve Japanese government statistics (人口, GDP, CPI, 貿易, 雇用) from e-Stat API — Japan's official open data portal with 3,000+ statistical tables. Population, economy, trade, employment data. Free API.
tdnet-disclosure-mcp
Access TDNET timely disclosures (適時開示) from Tokyo Stock Exchange (JPX/TSE) — earnings reports (決算短信), dividends, buybacks, forecast revisions, governance changes. Search by company, stock code, date. Japan stock market corporate announcements. No API key required.
japanfinance-agent
Compound MCP agent combining 6 Japan finance data sources — EDINET securities filings (有価証券報告書), TDNET timely disclosures (適時開示), e-Stat government statistics (GDP/CPI/雇用), BOJ central bank data (金利/マネーサプライ), financial news, J-Quants stock prices. Company analysis, macro snapshots, earnings monitoring. Japanese financial data aggregator.