Galaxy Digital Holdings Ltd
Company API endpoints for Bitcoin treasury, holdings, price, profile, and performance data.
Request format
curl -X GET "https://newhedge.io/api/v2/companies/galaxy-digital-holdings-ltd/METRIC_NAME?api_token=YOUR_TOKEN"
api_token (required) — 24 character token.
:metric_name — one of the company metric names listed below.
200 with JSON payload, 401 for missing/invalid token, 404 for missing resources.
Metrics
Each company metric is fetched independently.
Bitcoin Acquisitions
Bitcoin acquisition history for the company.
https://newhedge.io/api/v2/companies/galaxy-digital-holdings-ltd/bitcoin-acquisitions?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
{
"date": 1754352000000,
"type": "buy",
"coin_id": "bitcoin",
"source_url": "https://d18rn0p25nwr6d.cloudfront.net/CIK-0001859392/379a5701-72b8-4ee3-8ba7-724e70fc5564.html#",
"holding_balance": 17102.0,
"holding_net_change": 13952.0,
"transaction_value_usd": 1592497882.88,
"average_entry_value_usd": 0.0,
"transaction_value_calculated": true
},
{
"date": 1759190400000,
"type": "buy",
"coin_id": "bitcoin",
"source_url": "https://d18rn0p25nwr6d.cloudfront.net/CIK-0001859392/aee7e280-0073-4cda-9dbd-0c9258d64b44.pdf",
"holding_balance": 18400.0,
"holding_net_change": 1298.0,
"transaction_value_usd": 273421000.0,
"average_entry_value_usd": 210647.92,
"transaction_value_calculated": false
},
{
"date": 1767139200000,
"type": "buy",
"coin_id": "bitcoin",
"source_url": "https://investor.galaxy.com/static-files/c50e544d-81dd-4d8b-93e7-3e408b9bbbc7",
"holding_balance": 25723.0,
"holding_net_change": 7323.0,
"transaction_value_usd": 195371000.0,
"average_entry_value_usd": 26679.09,
"transaction_value_calculated": false
}
]
Bitcoin Holdings
Historical Bitcoin holdings for the company.
https://newhedge.io/api/v2/companies/galaxy-digital-holdings-ltd/bitcoin-holdings?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
[
1780790400000,
25723.0
],
[
1780876800000,
25723.0
],
[
1780963200000,
25723.0
]
]
Bitcoin Holdings USD
Historical USD value of the company's Bitcoin holdings.
https://newhedge.io/api/v2/companies/galaxy-digital-holdings-ltd/bitcoin-holdings-usd?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
[
1780790400000,
1627329840.03
],
[
1780876800000,
1622289932.64
],
[
1780963200000,
1586838751.27
]
]
Price Data
Historical market price data stored on the company profile.
https://newhedge.io/api/v2/companies/galaxy-digital-holdings-ltd/price-data?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
{
"low": 26.9,
"date": "2026-06-04",
"high": 30.23,
"open": 27.515,
"close": 28.41,
"volume": 8428094
},
{
"low": 24.05,
"date": "2026-06-05",
"high": 27.31,
"open": 27.16,
"close": 25.14,
"volume": 12119273
},
{
"low": 26.2,
"date": "2026-06-08",
"high": 31.8,
"open": 26.275,
"close": 30.51,
"volume": 19328340
}
]
Company Data
Company profile, fundamentals, and related reference data.
https://newhedge.io/api/v2/companies/galaxy-digital-holdings-ltd/company-data?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"eps_estimate_next_quarter": -0.025,
"quarterly_earnings_growth": -0.927,
"eps_estimate_current_quarter": -0.96
}
Performance Metrics
Calculated performance metrics for the company.
https://newhedge.io/api/v2/companies/galaxy-digital-holdings-ltd/performance-metrics?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"one_month_return": 4.13,
"six_month_return": 10.66,
"three_month_return": 41.94
}
Treasury Metrics
Bitcoin treasury summary metrics for the company.
https://newhedge.io/api/v2/companies/galaxy-digital-holdings-ltd/treasury-metrics?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"btc_percent_company": 16.2,
"total_btc_percentage": 0.122,
"share_price_change_state": "down"
}