fidelity-trade-parser
Turn messy Fidelity CSV exports into clean, structured trade logs for Excel, Google Sheets, or tax analysis.
- Convert Fidelity transaction strings into structured spreadsheet columns
- Extract strikers and expirations from complex option trade descriptions
- Normalize dividends, interest, and trade fees for tax preparation
Free
Included in download
- Downloadable skill package
- Works with Claude Code, OpenClaw
- 1 permission declared
Sample input
I just downloaded my Fidelity Accounts_History.csv file. Can you parse this and show me the cleaned trade log with my IWM options and AAPL dividends?
Sample output
Date,Action_Type,Symbol,Option_Type,Strike,Expiration,Quantity,Price,Amount 05/13/2026,SELL_OPEN,IWM,PUT,282,05/15/2026,1,1.69,168.33 05/14/2026,DIVIDEND,AAPL,,,N/A,,0.24,24.00 05/15/2026,EXPIRED,IWM,PUT,282,05/15/2026,1,0.00,0.00
fidelity-trade-parser
Turn messy Fidelity CSV exports into clean, structured trade logs for Excel, Google Sheets, or tax analysis.
Free
Included in download
- Downloadable skill package
- Works with Claude Code, OpenClaw
- 1 permission declared
- Instant install
Sample input
I just downloaded my Fidelity Accounts_History.csv file. Can you parse this and show me the cleaned trade log with my IWM options and AAPL dividends?
Sample output
Date,Action_Type,Symbol,Option_Type,Strike,Expiration,Quantity,Price,Amount 05/13/2026,SELL_OPEN,IWM,PUT,282,05/15/2026,1,1.69,168.33 05/14/2026,DIVIDEND,AAPL,,,N/A,,0.24,24.00 05/15/2026,EXPIRED,IWM,PUT,282,05/15/2026,1,0.00,0.00
About This Skill
Stop Wrestling with Messy Brokerage Exports
If you've ever tried to analyze a Fidelity Accounts_History.csv, you know the frustration. Detailed trade data is buried in verbose, unstructured strings like "YOU SOLD OPENING TRANSACTION PUT (IWM) ISHARES...". This skill solves the "dirty data" problem by instantly converting messy Fidelity exports into a structured, analysis-ready format.
What it does
The Fidelity Trade Parser acts as a specialized ETL (Extract, Transform, Load) engine for your financial data. It deep-scans every row of your export to extract hidden metadata that standard CSV readers miss. Unlike a simple regex prompt, this skill is built on a robust Python architecture designed to handle the specific quirks of Fidelity's reporting, including multi-line disclaimers and complex option symbology.
- Comprehensive Parsing: Extracts ticker, strike, expiration, and option type (Call/Put) from raw text.
- Transaction Normalization: Maps complex actions to clean categories like
SELL_OPEN,EXPIRED, orDIVIDEND. - Event Handling: Tracks assignments, exercises, interest, and even foreign tax payments.
- Clean Output: Generates a flat CSV perfect for Google Sheets, Excel, or custom Python trading scripts.
Why use this skill
Manual cleanup is error-prone and time-consuming. Prompting an AI to "clean this file" often results in hallucinations or missing rows when dealing with hundreds of trades. This skill provides a deterministic, repeatable process that ensures every cent and contract is accounted for accurately.
Use Cases
- Convert Fidelity transaction strings into structured spreadsheet columns
- Extract strikers and expirations from complex option trade descriptions
- Normalize dividends, interest, and trade fees for tax preparation
- Clean up messy CSV exports for import into Google Sheets or Excel
- Detect and flag option assignments and exercises throughout account history
Known Limitations
- Only supports Fidelity CSV exports.
- Requires Python 3 environment to run the parser script.
- Complex multi-leg spreads may be parsed as individual rows.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/fidelity-trade-parser -o /tmp/fidelity-trade-parser.zip && unzip -o /tmp/fidelity-trade-parser.zip -d ~/.claude/skills && rm /tmp/fidelity-trade-parser.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Claude Code, OpenClaw, Codex CLI, and SKILL.md-compatible agents.
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
ai-automation-qa-pack
Professional QA & UAT documentation generator for AI automation agencies and complex agent deployments.
Bounty Security Pattern Master Library — 399 Vulnerability Patterns
A premium library of 399 vulnerability patterns and DeFi attack vectors for AI-driven bug hunting and security audits.
Multi-Agent Orchestration Master Library
Transform Claude Code into a coordinated multi-agent system. Battle-tested tmux orchestration patterns, YAML task queues, event-driven communication, and parallel worker management for 8+ agents.