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.
[
[
1778976000000,
17.9090111
],
[
1779062400000,
17.9090111
],
[
1779148800000,
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.
[
[
1778976000000,
1386692.222211446
],
[
1779062400000,
1377995.785511397
],
[
1779148800000,
1374695.871126111
]
]
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": 1.691,
"date": "2026-05-15",
"high": 1.933,
"open": 1.88,
"close": 1.725,
"volume": 39000
},
{
"low": 1.495,
"date": "2026-05-18",
"high": 1.75,
"open": 1.731,
"close": 1.5,
"volume": 61800
},
{
"low": 1.18,
"date": "2026-05-19",
"high": 1.42,
"open": 1.4,
"close": 1.2,
"volume": 1197092
}
]
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": -64.23,
"six_month_return": -97.85,
"three_month_return": -95.38
}
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": 18.9,
"total_btc_percentage": 0.0,
"share_price_change_state": "down"
}