Price Snapshot

Look up a recent price series for supported market topics through a lightweight public endpoint instead of a full pipeline run.

Run a live price lookup

Use the public GET endpoint directly here when you want a fast quote or chart-ready series without opening the full terminal.

Live GETBrowser playground

Try the live price endpoint

This runs the same read-only `/api/price` route documented on the page so visitors can validate the response shape before escalating into the terminal.

Price Snapshot

Lightweight topic-to-price lookup for supported mapped assets.

Request URL
/api/price?topic=BTC
Reference example: /api/price?topic=BTC
Open raw
Response
Formatted JSON or text body from the selected public route.
Run a request to inspect the live response payload.

Fast topic-to-price lookup

Map a supported topic such as BTC, ETH, SOL, or gold into a price series without running the full TrendAnalysis.ai pipeline.

Series-ready response shape

Return structured timestamps, series data, provider metadata, and last price so frontend widgets can render directly.

Short cache window

Use a lightweight cached response window to keep the endpoint responsive while still representing recent market conditions.

Safe public surface

Expose a read-only GET route that is useful to visitors and developers without opening internal write paths or session state.

Best-Fit Use Cases

Give visitors an immediate asset check before they decide to run deeper research.
Expose a reusable chart-ready endpoint for landing pages and lightweight widgets.
Show that TrendAnalysis.ai includes small composable data products, not only one terminal experience.

Optimized for fast, read-only price checks on a short cache window.

API Surface

GET/api/price

Fetch a topic price response with `topic` or `symbol`. Returns provider metadata, timestamps, series, and the latest price.

GET /api/price?topic=BTC

Need the price in context?

Run the terminal when a simple quote is not enough and you need evidence, catalysts, and narrative linkage.