market data quality inspector
by nowrich
Automated market data validation for missing bars, stale quotes, outliers, and calendar inconsistencies.
Secure checkout via Stripe
Works with the AI tools you already use
See it in action
You say
Inspect my historical 1m AAPL data in data/aapl_1m.csv. It is from Nasdaq. Check for missing bars and price outliers from 2024-01-01 to 2024-01-10.
Your agent does
Checked 3,900 bars. Status: Warning Issues:
- Error: Missing 1m bars from 2024-01-02 14:30:00 to 14:35:00.
- Warning: Price spike detected at 2024-01-05 10:15:00 (High: 195.50 vs Rolling Median: 182.10).
- Info: 1 duplicate timestamp found and ignored.
What you get
About this skill
The problem
Bad market data ruins backtests and triggers erroneous trades. Manually hunting for missing bars, stale quotes, or unadjusted price gaps in large datasets is tedious and error-prone.
What it does
- Identifies missing intraday or daily bars by comparing data against official exchange trading calendars.
- Detects stale quotes and frozen prices where volume is zero or price remains static across multiple bars.
- Validates OHLC relationships, ensuring highs are greater than lows and prices are non-negative.
- Flags potential corporate action inconsistencies like unadjusted splits or dividend gaps.
- Cross-references multiple data feeds to find conflicting price levels or trade timestamps.
Frameworks & tools
Compatible with CSV, Parquet, and JSON formats. Handles Pandas DataFrames and structured market data feeds for XNAS, XNYS, and other major exchanges.
Why this beats prompting it yourself
General LLMs often overlook exchange-specific nuances like early closes, holiday calendars, and timezone-aware timestamp shifts. This skill uses a structured inspection framework to ensure mathematical consistency and calendar alignment that simple prompting misses.
Use cases
- Sanitizing historical OHLCV data before running a backtest.
- Verifying live feed integrity before an automated strategy goes live.
- Auditing data vendor quality by comparing overlapping feeds for inconsistencies.
- Detecting symbol mismatches and casing errors across heterogeneous data sources.
Known limitations
Identifies issues but does not automatically repair data unless requested. Statistical outlier detection may flag genuine high-volatility events as warnings.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean today
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Frequently Asked Questions
Popular in Finance, Legal & Accounting

agent-financial-research-workflow
Teaches AI coding agents (Claude Code, Cursor, Codex CLI) to perform structured financial research using free APIs and systematic methodology. Covers SEC filing analysis, financial metrics extraction,
gtm-engine
High-conversion sales outreach, SaaS agreements, and marketing collateral for revenue-focused AI agents.
invoice extractor
Automated extraction of invoice and receipt data into structured ledgers with accounting software export support.

agent-loop-guardian
Teaches AI coding agents to detect when they're stuck in a repeating action loop (same file edit, same tool call, same error pattern) and break out before burning tokens. Uses a three-layer detection