TickAtlas

Changelog

Track every update to the TickAtlas API. Subscribe to receive notifications when new versions are released.

v3.14 2026-06-13
  • improvement Accessibility — WCAG 2.1 AA pass: high-contrast code samples, corrected heading hierarchy, and keyboard-accessible regions (0 automated violations)
  • improvement SEO — concise per-page titles, canonical URLs, Open Graph / Twitter cards, JSON-LD, and a complete sitemap
  • improvement Performance — optimized font and asset loading; Lighthouse Accessibility 100 and Performance 95–100 on key pages
  • documentation Docs — expanded API reference, integration guides, and troubleshooting
v3.13 2026-06-06
  • feature Whitelabel Brand Engine — brand and domain are now configuration; GET /api/brand exposes the active identity
  • feature Mail Relay — dedicated transactional email pipeline for verification, alerts, and invoices
  • security Hardened Security Headers — Content-Security-Policy, Referrer-Policy, Permissions-Policy, and X-Frame-Options
  • improvement Media Kit — regenerated favicons, PWA icons, and social-share assets
v3.12 2026-05-23
  • feature Documentation Hub — quickstart, full REST + WebSocket reference, and SDK guides
  • feature Interactive API Playground — run authenticated requests and inspect live responses in-browser
  • feature Developer Content — blog, indicator deep-dives, glossary, and integration guides (n8n, Zapier, Google Sheets, Slack)
  • feature Auto-generated Open Graph social cards for every page
v3.11 2026-05-09
  • feature Pay-As-You-Go — usage-based tiered pricing with per-endpoint credit weights
  • feature Spending Controls — monthly spending caps and overage settings per account
  • feature Invoicing — automatic monthly invoices and full billing history
  • feature Usage Export — download usage analytics (CSV) by key, endpoint, and day
  • improvement Prepaid credit balance support
v3.10 2026-04-25
  • feature Crypto-Native Billing — subscriptions in BTC, ETH, USDT, USDC and 40+ assets via NOWPayments
  • security IPN Webhooks — HMAC-verified payment callbacks with timestamp replay protection
  • feature Stripe Card Payments — optional card checkout alongside crypto
  • feature Subscription Plans — Starter, Pro, and Enterprise tiers, monthly or annual
v3.09 2026-04-11
  • feature Two-Factor Authentication — TOTP with QR enrollment and single-use backup codes
  • feature API Key Management v2 — multiple keys per account with per-key IP whitelisting
  • feature Key Rotation — scheduled rotation policy and per-key last-used tracking
  • improvement Dashboard — dedicated account security settings panel
v3.08.2 2026-04-02
  • security Password Hashing — bcrypt with automatic upgrade of legacy hashes on next login
  • security Auth Rate Limiting — fail-closed per-IP limits plus per-account lockout against credential stuffing
  • security Docs Access Control — IP-gated OpenAPI and ReDoc specification
  • improvement Observability — Sentry runtime error tracking and pre-commit black/flake8/bandit quality gates
v3.08.1 2026-03-22
  • security Password Complexity Requirements — Enforced uppercase, lowercase, and number requirements
  • security Session Management — Added 8-hour idle timeout with automatic cleanup
  • security CSRF Protection — Token-based CSRF protection for all state-changing requests
  • security Rate Limiting — Redis-based rate limiting on authentication endpoints
  • security Input Validation — Comprehensive sanitization and bounds checking across all endpoints
  • improvement Error Handling — Enhanced with retry logic and user-friendly messages
  • improvement Loading States — Added consistent loading indicators across the dashboard
  • documentation Error Codes — Complete error documentation with troubleshooting guides
v3.08 2026-03-21
  • feature Automated Backfill System — Backend detects gaps, data sources fetch historical data automatically
  • feature Gap Detector — Background thread scans price_data every 5 min for missing candles
  • feature Backfill Tracker — Redis-based request lifecycle with priority queue, retry logic, email alerts
  • feature Data-Driven Trading Hours — Per-symbol trading profiles learned from actual candle data
  • feature No-Data Feedback — Data source reports fetch failures, backend suppresses re-requests for 24h
  • feature POST /ingest/backfill — New endpoint receives historical bars + all 42 indicators
v3.07 2026-03-15
  • feature Broker Info — Data source includes broker metadata with each batch
  • feature Symbol Metadata — currency_base, currency_profit, contract_size, symbol_type
  • feature Alert Evaluator — Background thread evaluates user alerts every 5 min
  • feature Webhook Manager — CRUD for webhook endpoints with testing
  • improvement User Dashboard — Complete client portal with API key management, usage analytics
  • improvement Market Insights Engine — AI-powered snapshots every 6 hours
v3.06 2026-02-28
  • feature Hybrid Retry Queue — Failed batches automatically retried (max 3 attempts)
  • feature Circuit Breaker — Pauses retries after 5 consecutive failures
  • feature GMT Timestamps — Timezone-agnostic data storage
  • feature Tick Data Capture — Bid/ask snapshots stored in database
  • improvement Bulk Upsert — Optimized database writes for high throughput
  • improvement Staggered Updates — 70% traffic reduction between data sources and backend
v3.05 2026-02-21
  • feature WebSocket Streaming — /ws/v1/quotes real-time push for Pro and Enterprise
  • feature Bulk Quotes — POST /v1/quotes accepts up to 100 symbols per request
  • security Atomic per-plan WebSocket connection limits via Redis Lua scripts
  • improvement X-RateLimit-* headers returned on every response
v3.04 2026-02-14
  • feature AI Market Summary — /v1/summary returns bias, confidence, per-category signals, key levels, and an LLM-ready narrative
  • feature Market Screener — filter instruments by live indicator conditions
  • improvement Daily market-insight snapshots refreshed throughout the session
v3.03 2026-02-07
  • feature Currency Strength Heatmap — 8-major-currency strength scores
  • feature Correlation Matrix — true Pearson correlation over log-returns of all 28 major pairs
  • feature Economic Calendar — /v1/calendar with impact, forecast, and previous fields (15-minute refresh)
  • feature Market Sessions — /v1/sessions trading-session clock for Sydney, Tokyo, London, and New York
v3.02 2026-01-29
  • feature Symbol Resolution Engine — one canonical name across broker conventions (EURUSD.SD, XAUUSDm, BTCUSD.LV …)
  • feature Symbol Catalog — GET /v1/symbols searchable instrument list with metadata
  • feature Spread Endpoint — GET /v1/spread live bid/ask spread per symbol
  • improvement Admin-managed base/quote currency mappings for crypto and CFD instruments
v3.01 2026-01-22
  • feature Historical OHLC — GET /v1/ohlc across M1–D1 with published retention windows
  • feature Indicator History — GET /v1/indicator/history time-series (Starter and above)
  • improvement Consistent response envelope { success, data } across all endpoints
  • improvement DATA_OUTSIDE_RETENTION errors return the earliest available timestamp instead of an empty result
v3.00 2026-01-15 Major Release
  • feature PostgreSQL backend replacing SQLite for production scalability
  • feature Redis caching layer for sub-50ms response times
  • feature 12 REST API endpoints including /summary AI analysis
  • feature 42 technical indicators across 7 timeframes
  • feature Per-plan rate limiting and usage tracking
  • feature Admin dashboard with user management and monitoring