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.
[
[
1778976000000,
25723.0
],
[
1779062400000,
25723.0
],
[
1779148800000,
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.
[
[
1778976000000,
1991728288.78
],
[
1779062400000,
1979237457.21
],
[
1779148800000,
1974497737.23
]
]
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": 29.38,
"date": "2026-05-15",
"high": 30.66,
"open": 30.45,
"close": 29.61,
"volume": 4051016
},
{
"low": 27.07,
"date": "2026-05-18",
"high": 28.65,
"open": 28.57,
"close": 27.87,
"volume": 5217949
},
{
"low": 26.245,
"date": "2026-05-19",
"high": 28.08,
"open": 27.51,
"close": 27.55,
"volume": 3097255
}
]
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": 2.8,
"six_month_return": 4.59,
"three_month_return": 26.78
}
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": 18.2,
"total_btc_percentage": 0.122,
"share_price_change_state": "down"
}