01
What is the difference between edgar.tools and sec-api.io?
edgar.tools is a full-stack SEC filing intelligence platform with 19 filing viewers, XBRL financials, insider trading sentiment, and an AI plugin (23 tools) for Claude, ChatGPT, and other AI agents. sec-api.io is a raw data API focused on full-text search and XBRL-to-JSON conversion. edgar.tools includes a visual web app and an AI plugin; sec-api.io is API-only with no AI integration.
02
Is edgar.tools free?
Yes. edgar.tools has a permanent free tier with 100 API calls per day (resets daily), 5 tracked companies, company search, filing browsing, and profitability ratios. The Professional tier at $24.99/month adds full financials, insider trading, exports, and disclosure search.
03
How much does sec-api.io cost?
sec-api.io's free tier provides 100 API calls total (lifetime, not monthly). The Personal plan is $49/month billed annually ($55 month-to-month) and Business is $199/month billed annually ($239 monthly), with custom Enterprise pricing. All plans are API-only with no web interface, rate-limited at 10–40 requests/second depending on API and tier. Prices verified from sec-api.io's pricing page, June 2026.
04
Does edgar.tools work with AI agents like Claude or ChatGPT?
Yes. edgar.tools ships an AI plugin (MCP server) with 23 tools — Free accounts see 4 tools (account_status, search_companies, company_filings, company_brief), Pro sees 17, Analyst sees all 23 tools plus 5 recipe prompts (position_thesis, peer_comparison, portfolio_pulse, earnings_postmortem, filing_red_flags). See app.edgar.tools/ai-plugin for the full ladder. sec-api.io does not offer MCP or any AI agent integration.
05
Is there a free sec-api.io alternative?
Yes, two. The open-source edgartools Python library (5M+ PyPI downloads) gives you SEC EDGAR data access in Python, free forever with no API key. For a hosted alternative, edgar.tools has a permanent free tier with 100 API calls per day (resets daily — sec-api.io's free tier is 100 calls lifetime), 5 tracked companies, and a full web UI. Both come from the same maintainer.
06
What is the difference between sec-api.io and the edgartools Python library?
edgartools is a free, open-source Python library (5M+ PyPI downloads) that fetches and parses SEC EDGAR data directly from the SEC — no API key or subscription required. sec-api.io is a commercial REST API with paid plans from $49/month. If you work in Python, edgartools covers most of the same ground for free; if you want a hosted REST API, web UI, or AI/MCP integration built on the same engine, that's edgar.tools.