Trump Media & Technology Group Corp.
Company API endpoints for Bitcoin treasury, holdings, price, profile, and performance data.
Request format
curl -X GET "https://newhedge.io/api/v2/companies/trump-media-technology-group-corp/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/trump-media-technology-group-corp/bitcoin-acquisitions?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
{
"date": 1753056000000,
"type": "buy",
"coin_id": "bitcoin",
"source_url": "https://ir.tmtgcorp.com/news-events/press-releases/",
"holding_balance": 18430.0,
"holding_net_change": 18430.0,
"transaction_value_usd": 2000000000.0,
"average_entry_value_usd": 108518.72,
"transaction_value_calculated": false
},
{
"date": 1759190400000,
"type": "sell",
"coin_id": "bitcoin",
"source_url": "https://s3.amazonaws.com/sec.irpass.cc/2660/0001140361-25-040977.htm",
"holding_balance": 11542.16,
"holding_net_change": -6887.84,
"transaction_value_usd": 631917400.0,
"average_entry_value_usd": -91743.91,
"transaction_value_calculated": false
},
{
"date": 1771977600000,
"type": "sell",
"coin_id": "bitcoin",
"source_url": "https://www.sec.gov/Archives/edgar/data/1849635/000114036126007174/ef20062365_10k.htm",
"holding_balance": 9542.16,
"holding_net_change": -2000.0,
"transaction_value_usd": 135992560.0,
"average_entry_value_usd": 0.0,
"transaction_value_calculated": true
}
]
Bitcoin Holdings
Historical Bitcoin holdings for the company.
https://newhedge.io/api/v2/companies/trump-media-technology-group-corp/bitcoin-holdings?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
[
1782864000000,
9542.16
],
[
1782950400000,
9542.16
],
[
1783036800000,
9542.16
]
]
Bitcoin Holdings USD
Historical USD value of the company's Bitcoin holdings.
https://newhedge.io/api/v2/companies/trump-media-technology-group-corp/bitcoin-holdings-usd?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
[
1782864000000,
572191330.428
],
[
1782950400000,
586726711.9128
],
[
1783036800000,
596633000.7384
]
]
Price Data
Historical market price data stored on the company profile.
https://newhedge.io/api/v2/companies/trump-media-technology-group-corp/price-data?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
{
"low": 7.32,
"date": "2026-06-30",
"high": 7.815,
"open": 7.32,
"close": 7.74,
"volume": 3785100
},
{
"low": 7.638,
"date": "2026-07-01",
"high": 8.08,
"open": 7.68,
"close": 8.02,
"volume": 3711000
},
{
"low": 8.04,
"date": "2026-07-02",
"high": 8.85,
"open": 8.09,
"close": 8.54,
"volume": 6304700
}
]
Company Data
Company profile, fundamentals, and related reference data.
https://newhedge.io/api/v2/companies/trump-media-technology-group-corp/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/trump-media-technology-group-corp/performance-metrics?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"one_month_return": -5.53,
"six_month_return": -32.06,
"three_month_return": -5.74
}
Treasury Metrics
Bitcoin treasury summary metrics for the company.
https://newhedge.io/api/v2/companies/trump-media-technology-group-corp/treasury-metrics?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"btc_percent_company": 25.2,
"total_btc_percentage": 0.045,
"share_price_change_state": "down"
}