StockGermany

Deutsche Telekom AGDTE

28.24EUR ()
  • Delayed 15 min
  • CFD-derived, indicative
  • Market closed
  • 09:00 – 17:30 Frankfurt
  • As of Sep 7, 16:00 UTC

Deutsche Telekom AG trades in Germany under the ticker DTE. Every figure on this page lags the feed by 15 minutes. The same data, in real time, is one API call away.

DTE price chart

07:00 to 15:00 UTC

28.2728.1007:0010:0012:0015:00
Previous close
Day range
52-week range
Volume
Avg volume (30d)

Key figures

About Deutsche Telekom AG

Market
Germany
Sector
Communication Services
Industry
Telecom Services
Market cap
135.83 B EUR
Shares outstanding
4.78B
Free float
4.12B86.2% of shares
Short interest
Days to cover
Insider ownership
28.6%
Institutional ownership
33.4%
Beta
0.33
Employees
191,796

Reference fields refresh on a monthly cadence and come from the fundamentals endpoint. API symbol: DE:DTE.

Integration

DTE in your app, in real time

The page above is the delayed view. These are the calls that return DTE live: one snapshot for the headline numbers, one aggregate call for the chart, one WebSocket subscription for every tick after that. Same symbol, same field names, on every asset class.

GET Snapshot
curl "https://api.tickerlayer.com/stocks/snapshot/DE:DTE" \
  -H "x-api-key: YOUR_API_KEY"
GET Daily bars, one year
curl "https://api.tickerlayer.com/stocks/agg/DE:DTE/1/day/2025-09-07/2026-09-07" \
  -H "x-api-key: YOUR_API_KEY"
WS Subscribe on stream.tickerlayer.com
{
  "action": "subscribe",
  "channels": ["stocks.quotes", "stocks.trades"],
  "symbols": ["DE:DTE"]
}
200 Snapshot shape, delayed values
{
  "symbol": "DE:DTE",
  "last_price": 28.24,
  "prev_close": null,
  "change": null,
  "change_percent": null,
  "last_timestamp": 1788796800000
}

More stocks

Frequently asked questions

Is the DTE price on this page real-time?

No. The price, the ranges, and the chart are delayed by at least 15 minutes and refresh periodically. They are here so you can see the instrument the API serves before you integrate. Real-time DTE data is delivered through the REST snapshot and quote endpoints and the WebSocket channels on an API key.

Where does the DTE data come from?

TickerLayer builds derived, indicative market data from non-exchange inputs such as CFD-style pricing references, contributor pricing, and over-the-counter activity, normalized into one schema across every asset class. It is not official venue data and should not be presented to your users as such.

How do I get DTE market data through the API?

Call GET /stocks/snapshot/DE:DTE for the latest price, previous close, and change, GET /stocks/quote/DE:DTE for bid and ask, and GET /stocks/agg/DE:DTE/1/day/{from}/{to} for OHLCV bars. Subscribe to stocks.quotes or stocks.trades on the WebSocket to stream updates as they happen.

Which bar intervals are available for DTE?

One, five, and fifteen minute bars, one and four hour bars, and daily bars, each with a documented maximum window per request. Daily history reaches back several years for most instruments; intraday history is capped by interval so responses stay fast.

Can I show DTE data to my own users?

Yes, inside your product or workflow on a commercial plan. Redistributing the raw feed, reselling it, or publicly displaying it as a standalone data product needs a separate agreement. If your use case looks like any of those, talk to us before you launch.

Is DTE available on the free tier?

Every account starts with 3,000 free REST requests a month, which is enough to integrate and test any stock. Paid plans add volume, WebSocket streaming, and commercial use.

Delayed, derived, indicative data for informational and integration purposes. Not official venue data, not investment advice, and not a system of record. See the market data disclaimer.