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

# Get DAT Treasury Time Series

> Returns one company's capital structure history: share counts, market cap, enterprise value, cash, debt, NAV and the four mNAV variants. The identifier is the company's stock ticker (MSTR) or its Messari project slug. Only the 1d granularity is available for this dataset.



## OpenAPI

````yaml GET /metrics/v2/protocols/dats/{datIdentifier}/metrics/treasury/time-series/{granularity}
openapi: 3.0.0
info:
  description: OpenAPI specification for the entire Messari API
  title: Messari API - Metrics V2
  version: 1.0.0
servers:
  - description: Messari API
    url: https://api.messari.io
security: []
paths:
  /metrics/v2/protocols/dats/{datIdentifier}/metrics/treasury/time-series/{granularity}:
    get:
      tags:
        - metrics/protocols/dats
      summary: Get DAT Treasury Time Series
      description: >-
        Returns one company's capital structure history: share counts, market
        cap, enterprise value, cash, debt, NAV and the four mNAV variants. The
        identifier is the company's stock ticker (MSTR) or its Messari project
        slug. Only the 1d granularity is available for this dataset.
      operationId: getDATTreasuryTimeseries
      parameters:
        - description: >-
            Company stock ticker (MSTR) or Messari project slug
            (micro-strategy). Case-sensitive: a ticker is upper-case and a slug
            is lower-case, so mstr does not resolve.
          in: path
          name: datIdentifier
          required: true
          schema:
            type: string
            example: MSTR
        - description: Granularity
          in: path
          name: granularity
          required: true
          schema:
            enum:
              - 1d
            type: string
            example: 1d
            default: 1d
        - description: Time range start
          in: query
          name: start
          schema:
            type: string
            example: '2026-08-01T00:00:00Z'
        - description: Time range end
          in: query
          name: end
          schema:
            type: string
            example: '2026-08-21T00:00:00Z'
      responses:
        '200':
          content:
            application/json:
              schema:
                properties:
                  data:
                    $ref: '#/components/schemas/TimeseriesData'
                  error:
                    type: string
                  metadata:
                    $ref: '#/components/schemas/metricsTimeseriesMetadata'
                required:
                  - data
                type: object
              example:
                error: null
                data:
                  points:
                    - - 1785715200
                      - 94.6276
                      - 1314808853.696448
                      - 388372974
                      - 36750802434.4824
                      - 52404433006.7724
                      - 401295000
                      - 37973582742
                      - 53627213314.29
                      - 2550000000
                      - 6770777000
                      - 11432853572.289999
                      - 53447462891.35466
                      - 0.6876061172293173
                      - 0.7104842903243286
                      - 0.9804849504886232
                      - 1.0033631235836344
                    - - 1785801600
                      - 96.3525
                      - 1466558873.7327795
                      - 388372974
                      - 37420706977.335
                      - 53127524238.115
                      - 401295000
                      - 38665776487.5
                      - 54372593748.28
                      - 2550000000
                      - 6770777000
                      - 11486040260.78
                      - 53452819103.028946
                      - 0.7000698486118673
                      - 0.7233627175579402
                      - 0.9939143553067435
                      - 1.0172072242528165
                    - - 1785888000
                      - 97.8714
                      - 1340405520.083278
                      - 388372974
                      - 38010606687.543594
                      - 53914076786.5936
                      - 401295000
                      - 39275303463
                      - 55178773562.05
                      - 2550000000
                      - 6770777000
                      - 11682693099.05
                      - 53929956131.069305
                      - 0.7048143446503844
                      - 0.7282650734509556
                      - 0.9997055561395763
                      - 1.0231562849401474
                metadata:
                  pointSchemas:
                    - name: Timestamp
                      slug: time
                      description: Timestamp of the data point.
                      is_timestamp: true
                    - name: Stock Price (USD)
                      slug: price
                      description: Latest stock price in USD.
                      is_timestamp: false
                    - name: Volume (USD)
                      slug: volumeUsd
                      description: Dollar trading volume.
                      is_timestamp: false
                    - name: Outstanding Shares
                      slug: outstandingShares
                      description: Shares currently issued and held by investors.
                      is_timestamp: false
                    - name: Market Cap (USD)
                      slug: marketCap
                      description: Stock price times outstanding shares in USD.
                      is_timestamp: false
                    - name: Enterprise Value (USD)
                      slug: enterpriseValue
                      description: Market cap plus debt minus cash in USD.
                      is_timestamp: false
                    - name: Fully Diluted Shares
                      slug: fullyDilutedShares
                      description: >-
                        All shares if options, warrants and convertibles are
                        exercised.
                      is_timestamp: false
                    - name: Fully Diluted Valuation (USD)
                      slug: fullyDilutedValuation
                      description: Stock price times fully diluted shares in USD.
                      is_timestamp: false
                    - name: Fully Diluted Enterprise Value (USD)
                      slug: fullyDilutedEnterpriseValue
                      description: Enterprise value on a fully diluted share basis in USD.
                      is_timestamp: false
                    - name: Cash (USD)
                      slug: cash
                      description: Cash and equivalents on the balance sheet in USD.
                      is_timestamp: false
                    - name: Debt (USD)
                      slug: debt
                      description: Total debt on the balance sheet in USD.
                      is_timestamp: false
                    - name: Preferred Market Cap (USD)
                      slug: preferredMarketCap
                      description: Market value of preferred stock in USD.
                      is_timestamp: false
                    - name: NAV (USD)
                      slug: nav
                      description: >-
                        Net asset value - crypto holdings at market value, net
                        of liabilities, in USD.
                      is_timestamp: false
                    - name: Outstanding mNAV
                      slug: outstandingMnav
                      description: >-
                        Market cap divided by NAV - premium or discount to
                        crypto NAV on outstanding shares.
                      is_timestamp: false
                    - name: Fully Diluted mNAV
                      slug: fullyDilutedMnav
                      description: Fully diluted valuation divided by NAV.
                      is_timestamp: false
                    - name: Outstanding EV mNAV
                      slug: outstandingEvMnav
                      description: Enterprise value divided by NAV on outstanding shares.
                      is_timestamp: false
                    - name: Fully Diluted EV mNAV
                      slug: fullyDilutedEvMnav
                      description: Fully diluted enterprise value divided by NAV.
                      is_timestamp: false
                  granularity: 1d
          description: OK
        '400':
          content:
            application/json:
              schema:
                properties:
                  data: {}
                  error:
                    type: string
                required:
                  - data
                type: object
          description: Bad Request
        '401':
          content:
            application/json:
              schema:
                properties:
                  data: {}
                  error:
                    type: string
                required:
                  - data
                type: object
          description: Unauthorized
        '500':
          content:
            application/json:
              schema:
                properties:
                  data: {}
                  error:
                    type: string
                required:
                  - data
                type: object
          description: Internal Server Error
      security:
        - apiKey: []
components:
  schemas:
    TimeseriesData:
      properties:
        points:
          items:
            items: {}
            type: array
          type: array
      required:
        - points
      type: object
    metricsTimeseriesMetadata:
      properties:
        granularity:
          enum:
            - 1m
            - 5m
            - 15m
            - 30m
            - 1h
            - 6h
            - 1d
            - 1w
            - 30d
            - 1q
            - 1y
          type: string
        pointSchemas:
          items:
            $ref: '#/components/schemas/metricsPointSchema'
          type: array
      required:
        - granularity
        - pointSchemas
      type: object
    metricsPointSchema:
      type: object
      description: Schema for metricsPointSchema
      properties: {}
      additionalProperties: true
  securitySchemes:
    apiKey:
      in: header
      name: X-Messari-API-Key
      type: apiKey

````