Skip to main content

Recent Updates

Market Data WebSocket Fundamental Quote Fields
Documented fundamental and reference fields that the market data WebSocket accepts in quoteFields and returns from the symbol snapshot. These were already supported by the backend but previously undocumented.Summary of changes by endpoint:
Account Balance v2 and Positions Fields
Documented additional response fields now returned by the Account Balance (v2) and Account Positions endpoints.Summary of changes by endpoint:
Account Positions and Balance v2
Removed the availability block from the Account Positions response and added a v2 Account Balance endpoint.Summary of changes by endpoint:
Streaming API Watchlist Merge Alignment
Updated the Streaming API documentation to match the backend account WebSocket contract. Watchlist streaming is now documented only under the account WebSocket, and the watchlist request and response examples now reflect the backend’s full-watchlist snapshot and full-watchlist event payloads.Summary of changes by endpoint:
Account Positions P&L Fields
Aligned the Account Positions response P&L fields with the live API.Summary of changes by endpoint:
Single-Ticker Query Parameter Rename
Renamed the single-symbol query parameter from tickers to ticker on six endpoints. The multi-symbol parameter tickersAnyOf is unchanged. This is a breaking change for callers that sent ?tickers=AAPL — switch to ?ticker=AAPL.Summary of changes by endpoint:
Account Positions Availability Source
Corrected the availability.source response field for the Account Positions endpoint to match the live API.Summary of changes by endpoint:
Calendar and Options Request Contract Updates
Documentation updated for current public request-contract changes reflected in the backend.Summary of changes by endpoint:
Sort Parameter Input Alignment
Corrected sort parameter documentation across the API reference so Mintlify renders text inputs for sort instead of enum/default selectors.Summary of changes by endpoint:
Orders, Watchlist, Indices, and Options Changes
Request and response field changes across Orders, Watchlist, Indices, and Options endpoints.Summary of changes by endpoint:
Market Exchange Codes and v2 Orders Schema Alignment
Documented supported market exchange query values and aligned v2 orders schemas and companion pages with the trading API.Summary of changes by endpoint:
API Response Documentation Fixes
Corrected documented response schemas and examples to match current API payloads.Summary of changes by endpoint:
v2 Orders API Documentation Updates
Added v2 account orders endpoint documentation and clarified request/response contracts for active and historical order retrieval.Summary of changes by endpoint:
API Request/Response Documentation Fixes
Documentation was updated to match current backend query validation, public endpoint auth behavior, and response shapes.Summary of changes by endpoint:
API Request/Response Documentation Updates
Request and response docs were updated to align endpoint contracts with live API behavior.Summary of changes by endpoint:
API Request/Response Updates
Request and response docs were aligned to live API payloads across Accounts, Financials, Market Data, Orders, and Options. This update also adds the new option snapshot endpoints and broadens documented error response coverage.Summary of changes by endpoint:Updated on: April 13, 2026
API Documentation Updates
Critical endpoint corrections and response schema updates to align documentation with the API.Summary of changes by endpoint:Breaking Changes:
  • /v1/analyst/insights/v1/analytics/insights (path correction)
  • /v1/stock/dividend2 removed (use /v1/corporate-actions/dividends)
  • /v1/news response: articlesnews array
Release date: February 16, 2026
API & Documentation
API and documentation updates: response renames for stock estimates and earnings, Fundamentals and Watchlist schema changes, Analytics ratings and equity details, order and OAuth schema changes, and WebSocket docs and endpoints.Summary of changes by endpoint:For stock estimate endpoints, the array remains under *.data; symbol and freq stay in the same wrapper. For earnings, the root value is the array: { "earningSurprises": [ ... ] }. Docs and API use /v1/oauth2/... (not /oauth/...).Release date: February 6, 2025
Documentation
Added official SDK documentation for Python, Go, and JavaScript. Each SDK includes installation instructions, authentication setup, and complete API references.What’s included:
  • Quick Start Guides - Get started with code examples for placing orders, checking balances, and retrieving market data
  • Authentication - OAuth2 flows with PKCE, MFA support, and automatic token refresh
  • API References - Full documentation for 9 endpoints: Accounts, Orders, Users, Analytics, Market Data, Watchlist, Chart, News & Calendars, and Settings
  • Code Examples - 30+ examples covering market orders, limit orders, stop losses, bracket strategies, and portfolio management
  • Error Handling - Common error patterns and how to handle them in each language
  • TypeScript Support - Full type definitions for JavaScript/TypeScript users
All three SDKs provide the same functionality with language-specific conventions and idioms.Release date: December 16, 2025
Documentation
Complete documentation overhaul for Fundamentals API with enhanced schemas and real-world examples to streamline integration.Enhanced Documentation Coverage:
  • All 18 Fundamentals API endpoints now include comprehensive request/response examples
  • Added detailed field descriptions for company metrics, financials, and ownership data
  • Included common use cases and filtering patterns for faster implementation
This documentation update makes it significantly easier to integrate company data, financials, and ownership information into trading applications.Release date: December 12, 2025
API Feature Releases
Added WebSocket streaming APIs and supplemental REST endpoints.New WebSocket connections:
  • Market Data WebSocket for quotes, trades, and Level 2 orderbook data across equities, indices, and options
  • TradingView Chart WebSocket for real-time chart data
  • Account Updates WebSocket for order, position, balance, and P&L updates
  • Watchlist WebSocket for live watchlist synchronization
New supplemental endpoints:
  • Market movers: GET /v1/equity/top-gainers, GET /v1/equity/top-losers, GET /v1/equity/top-most-active
  • Sector analysis: GET /v1/equity/sector-tickers, GET /v1/equity/sector-wise-change
  • Options flow: GET /v1/options/stocks/top-volume, GET /v1/options/etfs/top-volume
  • Market indicators: GET /v1/analytics/market-breadth, GET /v1/analytics/net-inflow
  • Calendar, company, ownership, financials, filings, IPO, and dividend endpoints
Release date: December 11, 2025
New Feature
Enhanced market intelligence with calendar events, detailed equity information, and advanced analytics for systematic trading strategies.Calendar Integration:
  • GET /v1/calendars/economics - Track economic events that impact market volatility
  • GET /v1/calendars/earnings - Monitor upcoming earnings with symbol and date filtering
  • GET /v1/calendars/historical/{symbol} - Access historical indicator data for backtesting
Enhanced Market Data:
  • GET /v1/marketdata/equities/details - Batch retrieve detailed equity information for up to 50 symbols in a single request, reducing API calls and improving performance
Analytics Suite:
  • Analyst ratings with filtering by ticker, date range, and importance level
  • Real-time market breadth showing advancers vs. decliners across exchanges
  • Net inflow data for NASDAQ and NYSE to track institutional money flow
These endpoints provide the data foundation for building algorithmic trading strategies and market surveillance tools.Release date: October 27, 2025
New Feature
Initial release of Aries API with OAuth2 authentication, order execution, and account management capabilities for building trading applications.Release date: August 5, 2025