> ## Documentation Index
> Fetch the complete documentation index at: https://finance.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Get equity details

> Get comprehensive details for one or more equity symbols including price data, fundamentals, and company information



## OpenAPI

````yaml https://spec.speakeasy.com/aries/aries/aries-trading-platform-api-with-code-samples get /v1/marketdata/equities/details
openapi: 3.0.3
info:
  title: Aries Trading Platform API
  description: >-
    Complete API documentation for the Aries trading platform including user
    management, authentication, account management, order management, market
    data, and analytics
  contact:
    name: Aries Financial
    email: dev@aries.com
  version: 1.0.0
servers:
  - url: https://api.tradearies.dev
    description: Production server
security: []
tags:
  - name: Accounts
    description: Account management endpoints for positions, orders, and balances
  - name: Analytics
    description: >-
      Analytics endpoints for market data analysis including top gainers,
      losers, volume leaders, sector analysis, analyst ratings, market breadth,
      and net inflow
  - name: Authentication
    description: User authentication endpoints
  - name: Calendars
    description: Calendar endpoints for economic events and historical data
  - name: Market Data
    description: >-
      Market data endpoints for symbol search, real-time data access, and equity
      details
  - name: Orders
    description: >-
      Order management endpoints for placing, updating, canceling, and
      previewing orders
  - name: Users
    description: User management endpoints
  - name: Health
    description: Service health endpoints
paths:
  /v1/marketdata/equities/details:
    get:
      tags:
        - Market Data
      summary: Get equity details
      description: >-
        Get comprehensive details for one or more equity symbols including price
        data, fundamentals, and company information
      operationId: GetEquityDetails
      parameters:
        - name: symbols
          in: query
          description: Comma-separated list of equity symbols (e.g., AAPL,MSFT,GOOGL)
          required: true
          schema:
            type: string
            example: AAPL,MSFT
      responses:
        '200':
          description: Equity details retrieved successfully
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        symbol:
                          type: string
                          description: Stock symbol
                          example: AAPL
                        price:
                          type: number
                          description: Current price
                          example: 175.43
                        lastPrice:
                          type: number
                          description: Last traded price
                          example: 175.43
                        openPrice:
                          type: number
                          description: Open price
                          example: 174.2
                        closePrice:
                          type: number
                          description: Close price
                          example: 173.5
                        highPrice:
                          type: number
                          description: High price
                          example: 176
                        bidPrice:
                          type: number
                          description: Bid price
                          example: 175.42
                        bidSize:
                          type: number
                          description: Bid size
                          example: 100
                        bidExchange:
                          type: string
                          description: Bid exchange
                          example: NASDAQ
                        askPrice:
                          type: number
                          description: Ask price
                          example: 175.44
                        askExchange:
                          type: string
                          description: Ask exchange
                          example: NASDAQ
                        midPrice:
                          type: number
                          description: Mid price
                          example: 175.43
                        spread:
                          type: number
                          description: Bid-ask spread
                          example: 0.02
                        tick:
                          type: number
                          description: Last tick direction
                          example: 1
                        tradeTimestamp:
                          type: string
                          description: Last trade timestamp
                          example: '2025-11-24T15:30:00Z'
                        quoteTimestamp:
                          type: string
                          description: Last quote timestamp
                          example: '2025-11-24T15:30:00Z'
                        sicCode:
                          type: string
                          description: SIC code
                          example: '3571'
                        low52WeekPrice:
                          type: number
                          description: 52-week low price
                          example: 124.17
                        low52WeekDate:
                          type: string
                          description: Date of 52-week low
                          example: '2024-04-19'
                        high52WeekDate:
                          type: string
                          description: Date of 52-week high
                          example: '2025-11-15'
                        pE:
                          type: number
                          description: Price-to-earnings ratio
                          example: 28.5
                        sharesOutstanding:
                          type: number
                          description: Shares outstanding
                          example: 15550061000
                        epsDiluted:
                          type: number
                          description: Diluted EPS
                          example: 6.15
                        eps3YearGrowthRate:
                          type: number
                          description: 3-year EPS growth rate
                          example: 0.15
                        eps5YearGrowthRate:
                          type: number
                          description: 5-year EPS growth rate
                          example: 0.12
                        assets:
                          type: number
                          description: Total assets
                          example: 352755000000
                        liabilities:
                          type: number
                          description: Total liabilities
                          example: 290437000000
                        longTermDebt:
                          type: number
                          description: Long-term debt
                          example: 106000000000
                        assetType:
                          type: string
                          description: Asset type
                          example: Common Stock
                        name:
                          type: string
                          description: Company name
                          example: Apple Inc
                        description:
                          type: string
                          description: Company description
                          example: >-
                            Apple Inc. designs, manufactures, and markets
                            smartphones...
                        sector:
                          type: string
                          description: Sector
                          example: Technology
                        industry:
                          type: string
                          description: Industry
                          example: Consumer Electronics
                        address:
                          type: string
                          description: Company address
                          example: One Apple Park Way, Cupertino, CA 95014
                        officialSite:
                          type: string
                          description: Official website
                          example: https://www.apple.com
                        fiscalYearEnd:
                          type: string
                          description: Fiscal year end
                          example: September
                        latestQuarter:
                          type: string
                          description: Latest quarter reported
                          example: '2025-09-30'
                        marketCapitalization:
                          type: number
                          description: Market capitalization
                          example: 2730000000000
                        ebitda:
                          type: number
                          description: EBITDA
                          example: 130541000000
                        bookValue:
                          type: number
                          description: Book value per share
                          example: 4.01
                        pegRatio:
                          type: number
                          description: PEG ratio
                          example: 2.5
                        dividendPerShare:
                          type: number
                          description: Dividend per share
                          example: 0.96
                        dividendYield:
                          type: number
                          description: Dividend yield
                          example: 0.0055
                        eps:
                          type: number
                          description: Earnings per share
                          example: 6.15
                        revenuePerShareTTM:
                          type: number
                          description: Revenue per share (TTM)
                          example: 24.54
                        profitMargin:
                          type: number
                          description: Profit margin
                          example: 0.251
                        operatingMarginTTM:
                          type: number
                          description: Operating margin (TTM)
                          example: 0.305
                        returnOnAssetsTTM:
                          type: number
                          description: Return on assets (TTM)
                          example: 0.271
                        returnOnEquityTTM:
                          type: number
                          description: Return on equity (TTM)
                          example: 1.629
                        revenueTTM:
                          type: number
                          description: Revenue (TTM)
                          example: 381623000000
                        grossProfitTTM:
                          type: number
                          description: Gross profit (TTM)
                          example: 170782000000
                        dilutedEPSTTM:
                          type: number
                          description: Diluted EPS (TTM)
                          example: 6.15
                        quarterlyEarningsGrowthYOY:
                          type: number
                          description: Quarterly earnings growth YoY
                          example: 0.11
                        quarterlyRevenueGrowthYOY:
                          type: number
                          description: Quarterly revenue growth YoY
                          example: 0.06
                        trailingPE:
                          type: number
                          description: Trailing P/E ratio
                          example: 28.5
                        forwardPE:
                          type: number
                          description: Forward P/E ratio
                          example: 26.2
                        priceToSalesRatioTTM:
                          type: number
                          description: Price-to-sales ratio (TTM)
                          example: 7.15
                        priceToBookRatio:
                          type: number
                          description: Price-to-book ratio
                          example: 43.75
                        evToRevenue:
                          type: number
                          description: EV to revenue ratio
                          example: 7.32
                        evToEBITDA:
                          type: number
                          description: EV to EBITDA ratio
                          example: 21.5
                        beta:
                          type: number
                          description: Beta
                          example: 1.24
                        movingAverage50Day:
                          type: number
                          description: 50-day moving average
                          example: 170.25
                        movingAverage200Day:
                          type: number
                          description: 200-day moving average
                          example: 165.5
                        alphaVantageUpdatedAt:
                          type: string
                          description: Timestamp when AlphaVantage data was last updated
                          example: '2025-11-24T10:00:00Z'
                    description: Array of equity details
                  errors:
                    type: array
                    items:
                      type: object
                      properties:
                        symbol:
                          type: string
                          description: Symbol that failed
                          example: INVALID
                        error:
                          type: string
                          description: Error message
                          example: Symbol not found
                    description: Array of errors for symbols that failed to retrieve
                required:
                  - data
        '400':
          description: Bad request - symbols parameter is required
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
        '401':
          description: Unauthorized - invalid authentication
        '500':
          description: Internal server error
      security:
        - BearerAuth: []
      x-codeSamples:
        - lang: python
          label: Python (SDK)
          source: |-
            from finance_dev import FinanceDev, models
            import os


            with FinanceDev(
                security=models.Security(
                    client_id=os.getenv("FINANCEDEV_CLIENT_ID", ""),
                    client_secret=os.getenv("FINANCEDEV_CLIENT_SECRET", ""),
                ),
            ) as fd_client:

                res = fd_client.market_data.get_equity_details(symbols="AAPL,MSFT")

                # Handle response
                print(res)
        - lang: java
          label: Java (SDK)
          source: >-
            package hello.world;


            import java.lang.Exception;

            import org.openapis.openapi.AriesJava;

            import org.openapis.openapi.models.errors.ErrorResponse;

            import
            org.openapis.openapi.models.operations.GetEquityDetailsResponse;


            public class Application {

                public static void main(String[] args) throws ErrorResponse, Exception {

                    AriesJava sdk = AriesJava.builder()
                            .bearerAuth(System.getenv().getOrDefault("BEARER_AUTH", ""))
                        .build();

                    GetEquityDetailsResponse res = sdk.marketData().getEquityDetails()
                            .symbols("AAPL,MSFT")
                            .call();

                    if (res.object().isPresent()) {
                        // handle response
                    }
                }
            }
components:
  schemas:
    ErrorResponse:
      type: object
      properties:
        error:
          type: string
          description: Error message
        codes:
          type: array
          items:
            type: object
            properties:
              code:
                type: string
                description: Error code
              description:
                type: string
                description: Error description
  securitySchemes:
    BearerAuth:
      type: http
      scheme: bearer
      bearerFormat: JWT

````