Skip to main content

DAT Holdings (Per Entity)

Per-entity BTC holdings history

PropertyValue
CategoryDigital Asset Treasuries
UnitBTC
Resolution1d
AssetsBTC
TierPro
API EndpointGET /v1/dat/company
Fieldbtc_amount

Overview

DAT Holdings (Per Entity) provides the historical time series of Bitcoin holdings for a specific institutional entity. This enables detailed analysis of individual entity accumulation strategies, including purchase timing, position sizing, and holding behavior.

Data is sourced from CoinGecko and BitcoinTreasuries.net, cross-validated where both sources cover the same entity. The 'verified' flag indicates agreement between sources (within 5% threshold).

Interpretation

  • Step functions: Most institutional BTC purchases appear as sharp upward steps in the holdings chart, corresponding to announced acquisitions.
  • Gradual accumulation: Some companies (especially miners) show gradual daily increases from mining production.
  • Flat periods: Extended periods of unchanged holdings indicate a buy-and-hold strategy with no active trading.
  • Decreases: Holdings reductions can indicate sales, distributions, or operational usage of Bitcoin.

Use Cases

  • Strategy analysis: Track individual entity accumulation patterns — are they buying dips, dollar-cost averaging, or making large one-time purchases?
  • Event correlation: Overlay entity purchases with BTC price to analyze whether institutional buyers are price-sensitive.
  • Competitive intelligence: Compare accumulation strategies across companies in the same sector (e.g., Bitcoin miners).
  • Portfolio tracking: Monitor specific companies of interest for position changes.

API Usage

curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://api.blocklens.co/v1/dat/company?start_date=2024-01-01&end_date=2024-12-31&limit=365"