Conduit Pharmaceuticals Inc.
Company API endpoints for Bitcoin treasury, holdings, price, profile, and performance data.
Request format
curl -X GET "https://newhedge.io/api/v2/companies/conduit-pharmaceuticals-inc/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/conduit-pharmaceuticals-inc/bitcoin-acquisitions?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
{
"date": 1758067200000,
"type": "buy",
"coin_id": "bitcoin",
"source_url": "https://s3.amazonaws.com/b2icontent.irpass.cc/2892/rl157840.pdf",
"holding_balance": 8.65252366,
"holding_net_change": 8.65,
"transaction_value_usd": 997506.19,
"average_entry_value_usd": 115285.0,
"transaction_value_calculated": false
},
{
"date": 1760659200000,
"type": "buy",
"coin_id": "bitcoin",
"source_url": "https://s3.amazonaws.com/b2icontent.irpass.cc/2892/rl158498.pdf",
"holding_balance": 17.9090111,
"holding_net_change": 9.26,
"transaction_value_usd": 1005000.0,
"average_entry_value_usd": 108572.5,
"transaction_value_calculated": false
}
]
Bitcoin Holdings
Historical Bitcoin holdings for the company.
https://newhedge.io/api/v2/companies/conduit-pharmaceuticals-inc/bitcoin-holdings?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
[
1780790400000,
17.9090111
],
[
1780876800000,
17.9090111
],
[
1780963200000,
17.9090111
]
]
Bitcoin Holdings USD
Historical USD value of the company's Bitcoin holdings.
https://newhedge.io/api/v2/companies/conduit-pharmaceuticals-inc/bitcoin-holdings-usd?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
[
1780790400000,
1132988.693716071
],
[
1780876800000,
1129479.781171248
],
[
1780963200000,
1104797.761163339
]
]
Price Data
Historical market price data stored on the company profile.
https://newhedge.io/api/v2/companies/conduit-pharmaceuticals-inc/price-data?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
{
"low": 0.74,
"date": "2026-06-04",
"high": 0.87,
"open": 0.77,
"close": 0.85,
"volume": 405400
},
{
"low": 0.706,
"date": "2026-06-05",
"high": 0.813,
"open": 0.813,
"close": 0.736,
"volume": 321400
},
{
"low": 0.6859,
"date": "2026-06-08",
"high": 0.82,
"open": 0.74,
"close": 0.775,
"volume": 298365
}
]
Company Data
Company profile, fundamentals, and related reference data.
https://newhedge.io/api/v2/companies/conduit-pharmaceuticals-inc/company-data?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"eps_estimate_next_quarter": 0,
"quarterly_earnings_growth": 0,
"eps_estimate_current_quarter": 0
}
Performance Metrics
Calculated performance metrics for the company.
https://newhedge.io/api/v2/companies/conduit-pharmaceuticals-inc/performance-metrics?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"one_month_return": -62.74,
"six_month_return": -98.3,
"three_month_return": -95.47
}
Treasury Metrics
Bitcoin treasury summary metrics for the company.
https://newhedge.io/api/v2/companies/conduit-pharmaceuticals-inc/treasury-metrics?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"btc_percent_company": 30.9,
"total_btc_percentage": 0.0,
"share_price_change_state": "down"
}