FD FlowDesk

FlowDesk API

Scores, quotes, and market sentiment as JSON — bring your own key.

Getting a key

Every endpoint below requires an API key. Create a free account, then generate a key from API access — the key is shown once at creation, so save it immediately. Pass it as ?api_key=YOUR_KEY or an Authorization: Bearer YOUR_KEY header. Each key gets its own daily quota (500 requests/day by default) — a request past the quota returns HTTP 429.

v1 endpoints (require an API key)

  • GET /api/v1/quote.php?api_key=…&symbol=AAPL — score, fundamentals, money flow for one symbol
  • GET /api/v1/scores.php?api_key=…&limit=50 — ranked tape scores across tracked symbols
  • GET /api/v1/sentiment.php?api_key=… — latest VIX/SPX/NDX/RTY, breadth, and market regime

Also public, no key required

These power the site's own pages and stay keyless/unauthenticated for that reason — treat them as unstable, not a supported integration surface. Build against the v1 endpoints above instead.

  • GET /api/board_v2.php?limit=50 — ranked tape board
  • GET /api/history.php?symbol=AAPL&days=90 — price vs tape series
  • GET /api/ops_status.php — queue & coverage
  • GET /api/search.php?q=AA — symbol search