Trump Media & Technology Group Corp.

Company API endpoints for Bitcoin treasury, holdings, price, profile, and performance data.

How to call

Request format

GET
curl -X GET "https://newhedge.io/api/v2/companies/trump-media-technology-group-corp/METRIC_NAME?api_token=YOUR_TOKEN"
Query params

api_token (required) — 24 character token.

Path params

:metric_name — one of the company metric names listed below.

Responses

200 with JSON payload, 401 for missing/invalid token, 404 for missing resources.

Metrics

Each company metric is fetched independently.

7 metrics
Metric

Bitcoin Acquisitions

Bitcoin acquisition history for the company.

Endpoint
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.

Sample response
200 Successful response
[
  {
    "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
  }
]
Metric

Bitcoin Holdings

Historical Bitcoin holdings for the company.

Endpoint
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.

Sample response
200 Successful response
[
  [
    1782864000000,
    9542.16
  ],
  [
    1782950400000,
    9542.16
  ],
  [
    1783036800000,
    9542.16
  ]
]
Metric

Bitcoin Holdings USD

Historical USD value of the company's Bitcoin holdings.

Endpoint
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.

Sample response
200 Successful response
[
  [
    1782864000000,
    572191330.428
  ],
  [
    1782950400000,
    586726711.9128
  ],
  [
    1783036800000,
    596633000.7384
  ]
]
Metric

Price Data

Historical market price data stored on the company profile.

Endpoint
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.

Sample response
200 Successful response
[
  {
    "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
  }
]
Metric

Company Data

Company profile, fundamentals, and related reference data.

Endpoint
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.

Sample response
200 Successful response
{
  "eps_estimate_next_quarter": 0,
  "quarterly_earnings_growth": 0,
  "eps_estimate_current_quarter": 0
}
Metric

Performance Metrics

Calculated performance metrics for the company.

Endpoint
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.

Sample response
200 Successful response
{
  "one_month_return": -5.53,
  "six_month_return": -32.06,
  "three_month_return": -5.74
}
Metric

Treasury Metrics

Bitcoin treasury summary metrics for the company.

Endpoint
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.

Sample response
200 Successful response
{
  "btc_percent_company": 25.2,
  "total_btc_percentage": 0.045,
  "share_price_change_state": "down"
}