Resources
Agent and machine-readable docs
Stable files for agents, generated clients, and endpoint selection.
Resources
OpenAPI contractMachine-readable endpoint contract with stable operation IDs.
/openapi.jsonLLM docs indexShort entry point for agents to find the right source quickly./llms.txtAgent guideCompact decision guide with auth, endpoint choice, examples, and mistakes./docs/agent.mdAPI catalogLightweight endpoint and workflow metadata for tool selection./api-catalog.jsonEndpoint choice
| Intent | Endpoint | Guidance |
|---|---|---|
| Build an earnings calendar database or scheduled product workflow. | Use this when the user asks for earnings by date, bulk calendar import, daily sync, or upcoming report monitoring. | |
| Find the next earnings date for a portfolio or watchlist. | Use this when the user asks about one company's earnings history or the next earnings date for a list of symbols. | |
| Send Slack, Telegram, or email alerts without writing app code. | Use this when the user asks for no-code alerts, n8n, Slack, Telegram, or email workflows. | |
| Let analysts work from a spreadsheet instead of an app. | Use this when the user mentions Google Sheets, Apps Script, spreadsheets, or CSV-like workflows. | |
| Find symbols where fundamentals and the next trading reaction both moved. | Use this when the user asks for beat or miss analysis, surprise metrics, or post-earnings stock reaction. | |
| Create a daily winners and losers digest after the close. | Use this when the user asks for earnings winners, losers, post-earnings movers, or daily digests. | |
| Display macro events that may affect trading plans. | Use this when the user asks for macro, economic calendar, U.S. major events, or trading-dashboard event rows. | |
| Filter earnings results by company metadata. | Use this when the user wants to enrich calendar results with sector, industry, country, type, or market capitalization. | |
| Make production sync jobs aware of market sessions. | Use this when the user asks about market-open checks, holiday-aware jobs, or scheduler reliability. |