MarketPulse
Query real-time and historical financial data across equities and crypto—prices, market moves, metrics, and trends for analysis, alerts, and reporting.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aisapay/financial-dataWhat This Skill Does
MarketPulse provides OpenClaw agents with comprehensive, real-time, and historical financial market data. By integrating with the AIsa data engine, the skill offers a unified API for equities and cryptocurrencies. It enables agents to pull precise price history across various timeframes, retrieve detailed company financial statements (Income, Balance Sheet, Cash Flow), monitor market-moving news, and pull real-time financial metrics. Whether you are building a quantitative trading assistant, an automated research agent, or a personal financial dashboard, MarketPulse handles the heavy lifting of data aggregation.
Installation
To integrate MarketPulse into your agent workflow, use the OpenClaw command-line interface. Run the following command in your terminal:
clawhub install openclaw/skills/skills/aisapay/financial-data
Ensure you have your AISA_API_KEY set in your environment variables to authenticate requests:
export AISA_API_KEY="your-key"
Use Cases
- Automated Portfolio Monitoring: Track price fluctuations for both traditional stocks like AAPL and digital assets like BTC in one unified view.
- Investment Research & Due Diligence: Automatically pull SEC filings, insider trading data, and analyst estimates to support investment hypotheses.
- Market Screening: Scan the market for specific technical or fundamental criteria, such as finding stocks with low P/E ratios and specific revenue growth benchmarks.
- Earnings Analysis: Automatically fetch post-earnings reports and analyze price movement reactions immediately after the data is released.
Example Prompts
- "What are the current price trends for BTC, ETH, and SOL, and how do they compare over the last 30 days?"
- "Analyze NVDA's most recent earnings report and summarize the key takeaway for an institutional investor."
- "Find all stocks in the tech sector with a P/E ratio under 15 and revenue growth exceeding 20% over the last fiscal year."
Tips & Limitations
- Interval Precision: When querying price data, ensure the
interval_multiplieris appropriate for yourinterval. For example, a 5-minute interval requires a multiplier of 5 to align with standard exchange data feeds. - Rate Limiting: Note that frequent polling for real-time data may be subject to API rate limits; implement caching in your agent logic to optimize performance.
- Data Integrity: Historical data is retrieved directly from official exchanges; however, always verify critical financial decisions against primary sources such as official SEC filings.
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-aisapay-financial-data": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
AIsaFinancialData
Query real-time and historical financial data across equities and crypto—prices, market moves, metrics, and trends for analysis, alerts, and reporting.
openclaw-media-gen
Generate images & videos with AIsa. Gemini 3 Pro Image (image) + Qwen Wan 2.6 (video) via one API key.
openclaw-youtube
YouTube SERP Scout for agents. Search top-ranking videos, channels, and trends for content research and competitor tracking.
openclaw-search
Intelligent search for agents. Multi-source retrieval with confidence scoring - web, academic, and Tavily in one unified API.
Twitter Command Center (Search + Post)
Searches and reads X (Twitter): profiles, timelines, mentions, followers, tweet search, trends, lists, communities, and Spaces. Publishes posts after the user completes OAuth in the browser. Use when the user asks about Twitter/X data, social listening, or posting without sharing account passwords.