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

# Financial Metrics Snapshot

> Get financial metrics snapshot



## OpenAPI

````yaml openapi/openapi-financial.json GET /financial-metrics/snapshot
openapi: 3.0.1
info:
  title: Financial Datasets API
  description: >-
    Stock market API with real-time and historical financial data for 30,000+
    tickers over 30+ years. Financial statements, equity prices, insider trades,
    SEC filings, and more.
  version: 1.0.0
  license:
    name: MIT
    url: https://opensource.org/licenses/MIT
  contact:
    name: API Support
    url: https://financialdatasets.ai/support
    email: support@financialdatasets.ai
  termsOfService: https://financialdatasets.ai/terms
servers:
  - url: https://api.aisa.one/apis/v1/financial
    description: Production server
security:
  - bearerAuth: []
tags:
  - name: Financial Statements
    description: Access to income statements, balance sheets, and cash flow statements
  - name: Market Data
    description: Real-time and historical price data
  - name: Company Information
    description: Company facts like ticker, name, and description
  - name: Earnings
    description: Earnings press releases and related data
  - name: Crypto
    description: Cryptocurrency price data and market information
  - name: News
    description: Real-time and historical news articles
  - name: SEC Filings
    description: SEC filings and regulatory documents
  - name: Insider Trades
    description: Insider trading activity and transactions
  - name: Institutional Ownership
    description: Equity holdings of investment managers
  - name: Financial Metrics
    description: Financial ratios, metrics, and key performance indicators
paths:
  /financial-metrics/snapshot:
    get:
      tags:
        - Financial Metrics
      summary: Financial Metrics Snapshot (Real-Time)
      description: >-
        Get the real-time financial metrics snapshot for a stock, including
        valuation ratios, profitability, efficiency, liquidity, leverage,
        growth, and per share metrics.
      operationId: getFinancialMetricsSnapshot
      parameters:
        - name: ticker
          in: query
          description: The ticker symbol of the company.
          required: false
          schema:
            type: string
        - name: cik
          in: query
          description: >-
            The Central Index Key (CIK) of the company. Can be used instead of
            ticker.
          required: false
          schema:
            type: string
      responses:
        '200':
          description: Financial metrics snapshot response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/FinancialMetricSnapshotResponse'
        '400':
          $ref: '#/components/responses/BadRequestError'
        '401':
          $ref: '#/components/responses/UnauthorizedError'
        '402':
          $ref: '#/components/responses/PaymentRequiredError'
        '404':
          $ref: '#/components/responses/NotFoundError'
components:
  schemas:
    FinancialMetricSnapshotResponse:
      type: object
      properties:
        snapshot:
          $ref: '#/components/schemas/FinancialMetricSnapshot'
    FinancialMetricSnapshot:
      type: object
      properties:
        ticker:
          type: string
          description: The ticker symbol of the company.
        market_cap:
          type: number
          nullable: true
          description: The total market capitalization (stock price × shares outstanding).
        enterprise_value:
          type: number
          nullable: true
          description: The total value of the company (market cap + debt - cash).
        price_to_earnings_ratio:
          type: number
          nullable: true
          description: Price to earnings ratio.
        price_to_book_ratio:
          type: number
          nullable: true
          description: Price to book ratio.
        price_to_sales_ratio:
          type: number
          nullable: true
          description: Price to sales ratio.
        enterprise_value_to_ebitda_ratio:
          type: number
          nullable: true
          description: Enterprise value to EBITDA ratio.
        enterprise_value_to_revenue_ratio:
          type: number
          nullable: true
          description: Enterprise value to revenue ratio.
        free_cash_flow_yield:
          type: number
          nullable: true
          description: Free cash flow yield.
        peg_ratio:
          type: number
          nullable: true
          description: Price to earnings growth ratio.
        gross_margin:
          type: number
          nullable: true
          description: Gross profit as a percentage of revenue.
        operating_margin:
          type: number
          nullable: true
          description: Operating income as a percentage of revenue.
        net_margin:
          type: number
          nullable: true
          description: Net income as a percentage of revenue.
        return_on_equity:
          type: number
          nullable: true
          description: Net income as a percentage of shareholders' equity.
        return_on_assets:
          type: number
          nullable: true
          description: Net income as a percentage of total assets.
        return_on_invested_capital:
          type: number
          nullable: true
          description: >-
            Net operating profit after taxes as a percentage of invested
            capital.
        asset_turnover:
          type: number
          nullable: true
          description: Revenue divided by average total assets.
        inventory_turnover:
          type: number
          nullable: true
          description: Cost of goods sold divided by average inventory.
        receivables_turnover:
          type: number
          nullable: true
          description: Revenue divided by average accounts receivable.
        days_sales_outstanding:
          type: number
          nullable: true
          description: Average accounts receivable divided by revenue over the period.
        operating_cycle:
          type: number
          nullable: true
          description: Inventory turnover + receivables turnover.
        working_capital_turnover:
          type: number
          nullable: true
          description: Revenue divided by average working capital.
        current_ratio:
          type: number
          nullable: true
          description: Current assets divided by current liabilities.
        quick_ratio:
          type: number
          nullable: true
          description: Quick assets divided by current liabilities.
        cash_ratio:
          type: number
          nullable: true
          description: Cash and cash equivalents divided by current liabilities.
        operating_cash_flow_ratio:
          type: number
          nullable: true
          description: Operating cash flow divided by current liabilities.
        debt_to_equity:
          type: number
          nullable: true
          description: Total debt divided by shareholders' equity.
        debt_to_assets:
          type: number
          nullable: true
          description: Total debt divided by total assets.
        interest_coverage:
          type: number
          nullable: true
          description: EBIT divided by interest expense.
        revenue_growth:
          type: number
          nullable: true
          description: Year-over-year growth in revenue.
        earnings_growth:
          type: number
          nullable: true
          description: Year-over-year growth in earnings.
        book_value_growth:
          type: number
          nullable: true
          description: Year-over-year growth in book value.
        earnings_per_share_growth:
          type: number
          nullable: true
          description: Growth in earnings per share over the period.
        free_cash_flow_growth:
          type: number
          nullable: true
          description: Growth in free cash flow over the period.
        operating_income_growth:
          type: number
          nullable: true
          description: Growth in operating income over the period.
        ebitda_growth:
          type: number
          nullable: true
          description: Growth in EBITDA over the period.
        payout_ratio:
          type: number
          nullable: true
          description: Dividends paid as a percentage of net income.
        earnings_per_share:
          type: number
          nullable: true
          description: Net income divided by weighted average shares outstanding.
        book_value_per_share:
          type: number
          nullable: true
          description: Shareholders' equity divided by shares outstanding.
        free_cash_flow_per_share:
          type: number
          nullable: true
          description: Free cash flow divided by shares outstanding.
    ErrorResponse:
      type: object
      properties:
        error:
          type: string
          description: A short error message.
        message:
          type: string
          description: A more detailed error message.
  responses:
    BadRequestError:
      description: Bad request
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/ErrorResponse'
          example:
            error: Bad Request
            message: Invalid request parameters
    UnauthorizedError:
      description: Unauthorized
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/ErrorResponse'
          example:
            error: Unauthorized
            message: Invalid API key provided
    PaymentRequiredError:
      description: The request requires a paid subscription
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/ErrorResponse'
          example:
            error: Payment Required
            message: >-
              This endpoint requires a paid subscription. Please upgrade your
              plan.
    NotFoundError:
      description: The specified resource was not found
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/ErrorResponse'
          example:
            error: Not Found
            message: Ticker XXXX not found
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````