Skip to main content
Use GET /api/v1/entities/search with a ticker to find curated indexed articles that mention a stock symbol — useful for answering “what did analysts say about $TICKER this week?” without scanning topic search results by hand. Same catalog as topic search (isCurated, not disabled). Free, no auth required.

Request

The endpoint requires at least one of ticker, company, person, organization, or subject.

Response

Results are sorted by publishedAt, most recent first — not relevance-ranked like /api/v1/search. priceCents is the price to unlock the full article; the search itself is free. isPodcast is true for podcast episodes — the paid post response then includes a transcript when ready.

Ticker matching

ticker is matched against the tickers Drip has already extracted for each article, uppercased before comparison. When a company listing is known, the ticker also resolves a company card (matchedEntity) and ORs in that company name, so articles tagged only as “Apple” are included with $AAPL. matchedEntity is null when that lookup misses; the raw ticker is still searched.