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
[
  [
    1786924800000,
    9542.16
  ],
  [
    1787011200000,
    9542.16
  ],
  [
    1787097600000,
    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
[
  [
    1786924800000,
    599495171.6304001
  ],
  [
    1787011200000,
    615422181.7296
  ],
  [
    1787097600000,
    617304754.476
  ]
]
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": 8.2,
    "date": "2026-08-14",
    "high": 8.48,
    "open": 8.28,
    "close": 8.27,
    "volume": 3874300
  },
  {
    "low": 7.9,
    "date": "2026-08-17",
    "high": 8.23,
    "open": 8.19,
    "close": 8.1,
    "volume": 4146800
  },
  {
    "low": 8.0,
    "date": "2026-08-18",
    "high": 8.16,
    "open": 8.0,
    "close": 8.06,
    "volume": 2482966
  }
]
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": -17.25,
  "six_month_return": -18.67,
  "three_month_return": -2.54
}
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": 27.4,
  "total_btc_percentage": 0.045,
  "share_price_change_state": "down"
}