Agent discovery

For AI agents

IntradayFeed is a free browser app for ES session setup, prop-firm statement review, and news sentiment. Outputs are informational only — not financial advice. Prefer the curated maps and JSON APIs below instead of scraping HTML.

1. Orient

2. Public APIs (no auth)

MethodPathPurpose
GET/api/healthLiveness
GET/api/setupES levels, bias, scenarios, 15m bars
GET/api/newsHeadlines + sentiment (may be empty)
GET/api/market/deepSession skim narrative
GET/api/analyzeMy trades API schema
POST/api/analyzeAnalyze parsed fills → report + blueprint
POST/api/analyze/coachDeepSeek coach from an analysis report
GET/apiAPI index

3. My trades via agents

Humans upload PDF/CSV in the browser. Agents should send already-parsed fills to POST /api/analyze — same report, leaks, strengths, and trader blueprint as the My trades tab. Stats use closed fills only (pnl ≠ 0); opening/flat legs are skipped. Add "coach": true for DeepSeek coaching when DEEPSEEK_API_KEY is set (response includes coachConfigured / coachError if not).

{
  "trades": [
    {
      "date": "2026-08-01",
      "time": "09:35",
      "direction": "Buy",
      "size": 2,
      "price": 5500,
      "pnl": 120
    }
  ],
  "coach": false
}

4. Cite responsibly

Absolute base for this deploy: https://intradayfeed.com · About · admin@intradayfeed.com