Skip to main content

Changelog

Track API updates, new features, and breaking changes.

Current API Version: 2026-03-01
SDK Versions: Python 2.1.0 Node 2.0.3

API Versioning

The EVSignals API uses date-based versioning. You can pin your integration to a specific version using the EVSignals-Version header.

curl https://api.evsignals.com/v1/signals?limit=10 \
  -H "Authorization: Bearer evs_live_..." \
  -H "EVSignals-Version: 2026-03-01"

2026-03-01

Latest March 1, 2026
Added

Webhook Event Types

Added new webhook event types: signal.result and odds.movement for tracking outcomes and line movements.

Added

Batch Odds Endpoint

New /v1/odds/batch endpoint allows fetching odds for up to 50 events in a single request.

Improved

Rate Limit Headers

Response headers now include X-RateLimit-Reset timestamp for better rate limit handling.

Fixed

Historical Data Timezone

Fixed timezone handling in historical data endpoint. All timestamps are now consistently UTC.

2025-12-15

December 15, 2025
Added

Analytics Backtest Endpoint

New /v1/analytics/backtest endpoint enables strategy backtesting against historical signal data.

Added

Model Predictions API

Access predictive model outputs via /v1/analytics/predictions/{model_id}.

Improved

Signal Response Schema

Signal list responses now include fair_odds and book fields for better decision making.

Deprecated

Legacy Odds Format

The american_odds field is deprecated. Use decimal odds and convert client-side if needed.

2025-09-20

September 20, 2025
Added

WebSocket Streaming

Real-time odds streaming via WebSocket connection at wss://stream.evsignals.com.

Added

API Key Scopes

Create API keys with restricted scopes for improved security.

Improved

Error Messages

Error responses now include doc_url linking to relevant documentation.

Breaking

Authentication Header

API key authentication now requires 'Bearer' prefix. Old format deprecated.

2025-06-01

June 1, 2025
Added

Webhook Support

Receive real-time notifications via webhooks instead of polling.

Added

Usage API

New /v1/account/usage endpoint for monitoring API consumption.

Improved

Rate Limits

Increased rate limits across all subscription tiers.

2025-03-15

March 15, 2025
Added

Initial API Release

Launch of EVSignals REST API v1 with core endpoints for quotes, signals, and odds.

Added

Python SDK

Official Python SDK released on PyPI.

Added

Node.js SDK

Official Node.js SDK released on npm.

Upgrading Your Integration?

If you're upgrading from an older API version, check our migration guides for breaking changes and required updates.