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.
[
[
1786924800000,
17.9090111
],
[
1787011200000,
17.9090111
],
[
1787097600000,
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.
[
[
1786924800000,
1125150.456827934
],
[
1787011200000,
1155042.745435166
],
[
1787097600000,
1158576.014235085
]
]
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": 2.8,
"date": "2026-08-14",
"high": 3.08,
"open": 2.97,
"close": 2.92,
"volume": 28200
},
{
"low": 2.8,
"date": "2026-08-17",
"high": 3.05,
"open": 2.87,
"close": 2.804,
"volume": 34100
},
{
"low": 2.6601,
"date": "2026-08-18",
"high": 3.015,
"open": 2.75,
"close": 2.89,
"volume": 27268
}
]
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": -18.93,
"six_month_return": -89.49,
"three_month_return": 92.67
}
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": 52.5,
"total_btc_percentage": 0.0,
"share_price_change_state": "down"
}