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.
[
[
1786924800000,
25723.0
],
[
1787011200000,
25723.0
],
[
1787097600000,
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.
[
[
1786924800000,
1616071654.62
],
[
1787011200000,
1659006428.38
],
[
1787097600000,
1664081319.05
]
]
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": 20.95,
"date": "2026-08-14",
"high": 21.865,
"open": 21.0,
"close": 21.66,
"volume": 5286006
},
{
"low": 21.2001,
"date": "2026-08-17",
"high": 22.59,
"open": 21.54,
"close": 21.87,
"volume": 5746218
},
{
"low": 20.14,
"date": "2026-08-18",
"high": 21.5,
"open": 20.91,
"close": 20.43,
"volume": 6201963
}
]
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.0107,
"quarterly_earnings_growth": -0.927,
"eps_estimate_current_quarter": -0.2401
}
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": -13.65,
"six_month_return": -4.08,
"three_month_return": -26.7
}
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": 12.9,
"total_btc_percentage": 0.122,
"share_price_change_state": "down"
}