Skip to main content
Banana Farmer logo
Banana Farmer

Changelog

Product updates, new features, and API changes.

v1.9.0New

Bot API Public Launch + Max Tier

  • -Public Bot API with 23 endpoints — signals, history, watchlist, market data, and more
  • -Three-tier pricing: Free ($0), Pro ($49/mo), Max ($149/mo)
  • -Developer portal at /developers with API key self-service
  • -Trial API keys — get started in 30 seconds with just an email
  • -OpenAPI 3.1 specification at /api/bot/v1/openapi
  • -Agent discovery via /.well-known/agents.json
  • -Max tier: expanded historical windows (90d/365d/all), price-at-signal enrichment, 900+ days of equity data
  • -Disposable email blocking on trial key creation
  • -Enterprise pricing tier with custom plans
Improved

Data Pipeline Improvements

  • -Historical backfill: 1,430 assets scored across 635 dates with current algorithm
  • -Refresh worker sharded to 3 workers for better throughput
  • -Tiingo lookback extended to cover full history (914 days / 2.5 years)
  • -Tiingo + refresh deploy scripts now preserve secrets correctly
API

Content Brief Endpoint

  • -GET /api/bot/v1/content/brief — aggregated data package for content creation
  • -Includes top picks with full context, proof candidates, credibility stats, and market narrative
  • -Focus modes: daily, proof, weekly
New

Support/Resistance Detection

  • -Volume-validated support and resistance level detection
  • -Multi-timeframe analysis (short/medium/long)
  • -Horizontal levels + ascending/descending trendlines
  • -S/R data exposed in /signals/:symbol API responses
Improved

System Health & Codebase Cleanup

  • -TypeScript: 0 errors, 0 @ts-ignore, 0 as any in production code
  • -All API error responses sanitized — no internal details leaked
  • -Diagnostic routes gated behind admin authentication
  • -Worker telemetry unified on worker_cron_executions table
  • -All 10 user-facing pages verified with 0 console errors
v1.3.0New

AI Summaries & Volatility

  • -AI-generated summaries on /signals/:symbol with headline bullets
  • -Volatility metrics (ATR, historical volatility percentile)
  • -Movers, watchlist, and scorecard endpoints added to Bot API
Improved

Scoring Algorithm Improvements

  • -CoilScore integration — identifies compressed/coiling setups before breakout
  • -Too-Late penalty system to flag exhausted moves
  • -Badge system: Ripe, Ripening, Overripe, Rotten, Too-Late

For API-specific changes, see the developer documentation. For feature requests, email [email protected].