Corporate Crypto Treasury Tracker (BTC & ETH Holdings) avatar

Corporate Crypto Treasury Tracker (BTC & ETH Holdings)

Pricing

Pay per usage

Go to Apify Store
Corporate Crypto Treasury Tracker (BTC & ETH Holdings)

Corporate Crypto Treasury Tracker (BTC & ETH Holdings)

Track public company Bitcoin and Ethereum holdings. 179 BTC companies + 32 ETH companies ranked by holdings. Unrealized P&L, avg entry price, % of supply. No API key required.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Corporate Crypto Treasury Tracker

Track Bitcoin and Ethereum holdings of public companies worldwide. Data includes 179 BTC companies and 32 ETH companies, ranked by holdings size with unrealized P&L calculations.

Features

  • 179 BTC companies + 32 ETH companies (Strategy/MicroStrategy, Tesla, Marathon, Coinbase, and more)
  • Holdings in native units (BTC/ETH) and USD value
  • Unrealized P&L and P&L percentage vs. average entry price
  • Average entry price per company
  • % of total circulating supply held
  • Filter by asset type, country, or minimum USD threshold
  • No API key required

Use Cases

  • Monitor institutional BTC/ETH accumulation trends
  • Compare unrealized gains/losses across corporate holders
  • Track which countries have the most corporate crypto exposure
  • Identify new corporate buyers entering the market

Input

FieldTypeDefaultDescription
assetstringbothAsset to track: btc, eth, or both
min_holdings_usdinteger0Filter below this USD threshold
countrystring``Country code filter (e.g. US, JP)
limitinteger500Max records returned

Output

Two record types in the dataset:

market_summary

Aggregate stats per asset:

{
"_type": "market_summary",
"asset": "BTC",
"total_companies": 179,
"total_holdings": 843775.0,
"total_value_usd": 55683036892.63,
"current_price_usd": 65982.45
}

company

Per-company record:

{
"_type": "company",
"rank": 1,
"asset": "BTC",
"name": "Strategy",
"symbol": "MSTR.US",
"country": "US",
"holdings": 843775.0,
"holdings_usd": 55683036892.63,
"pct_of_supply": 4.018,
"avg_entry_price_usd": 75511.0,
"entry_value_usd": 63684761900.0,
"unrealized_pnl_usd": -8001725007.37,
"unrealized_pnl_pct": -12.56,
"current_price_usd": 65982.45
}

Pricing

  • $0.02 per run (Pay-Per-Event)
  • Typical run: 5–15 seconds

Data Source

CoinGecko Public API — updated daily.