For developers and AI agents
StockSplitWatcher developer & agent resources
Everything on this page is public and requires no API key: a JSON checker endpoint, markdown versions of public pages, and standard discovery files.
Public stock split checker API
The same lookup that powers the stock split checker is available as JSON:
GET https://www.stocksplitwatcher.com/api/stock-split-checker?symbol=AAPL- Returns upcoming splits, splits completed in the last 90 days, and recent SEC filings containing stock-split language, with source links.
- No authentication. Rate limited to 30 requests per minute per client; a 429 response includes a
Retry-Afterheader. - Errors: 400 for a missing or invalid symbol, 404 for an unknown ticker. All responses are JSON with
success,message, anddatafields. - A filing-language match is a screening signal, not confirmation that a split will occur. See the methodology.
Markdown content negotiation
Public pages honor Accept: text/markdown and return a markdown representation of the same URL with Vary: Accept, so agents can read pages without parsing HTML:
curl -H "Accept: text/markdown" https://www.stocksplitwatcher.com/This works on the homepage, about, pricing, FAQ, methodology, contact, the stock split checker, the stocks directory, this page, and every blog article.
Discovery files
- llms.txt — Site overview, when-to-use guidance, and key links for AI agents.
- Sitemap index — Chunked XML sitemaps covering every public page, including ticker pages.
- RSS feed — New educational articles and research notes.
- robots.txt — Crawl policy. AI crawlers (GPTBot, ClaudeBot, PerplexityBot, and others) are allowed on public pages.
URL patterns
/share/{TICKER}— Split history and screening page for one ticker/compare/{TICKER1}/{TICKER2}— Side-by-side ticker comparison/stocks-info/{nasdaq|nyse|amex|otc}— Exchange hub pages/stocks-info/sector/{sector}— Sector hub pages/stocks-info/risk/{level}— Risk-level hub pages/blog/{slug}— Educational articles (also available as markdown)
Questions or higher-volume access
Email contact@stocksplitwatcher.com or use the contact page for integration questions, corrections, or rate-limit increases.