BlockRun
🇺🇸United States · NYSE · Nasdaq · AMEX

DTE · Dte Energy Company

Ticker listing and exchange data for Dte Energy Company on NYSE · Nasdaq · AMEX. Free to call — no API keys, no accounts, no subscriptions.

Ticker catalog

Equity prices are not served. Realtime and full global coverage are available on request — contact us.

hello@blockrun.ai
CatalogGET https://blockrun.ai/api/v1/stocks/us/list
All marketsGET https://blockrun.ai/api/v1/stocks/{market}/list

HOW TO ACCESS

Three ways to pull DTE

Every example below hits the same x402-gated endpoint. Wallet, payment, and retries are handled by whichever surface you pick.

FLAGSHIP AGENT

Franklin Agent

The AI agent with a wallet. Ask in plain English — it finds the listing and pays for whatever data the answer needs.

> Is Dte Energy Company (DTE) listed, and where?
→ DTE · Dte Energy Company · market hours 09:00-15:00
SDK · OPEN SOURCE

ClawRouter

Drop into Python or TypeScript. The SDK signs x402 headers, pays in USDC, retries on failure — you just call the endpoint.

$ pip install blockrun-llm
>>> from blockrun_llm import Client
>>> c = Client()  # auto-loads wallet
>>> c.get("/v1/stocks/us/list?q=DTE")
CLAUDE CODE · CURSOR · CHATGPT

BlockRun MCP

One install plugs every BlockRun service — including market data — into your AI assistant as callable tools.

$ claude mcp add blockrun -s user -- \
    npx -y @blockrun/mcp@latest

Or go raw HTTP

The catalog is free and takes no payment header, so any agent can list this market's tickers and their metadata with no prior knowledge.

$ curl -i https://blockrun.ai/api/v1/stocks/us/list?q=DTE
HTTP/1.1 200 OK

{
  "category": "stocks/us",
  "count": 1,
  "symbols": [
    { "symbol": "DTE", "description": "..." }
  ]
}

OTHER TICKERS ON NYSE · NASDAQ · AMEX

More from United States