Skip to main content
Curated endpoints package Drip’s indexed financial writing into higher-level research feeds. Use these when your agent wants a structured artifact instead of selecting and unlocking individual posts.

Stock Picks

A stock pick is a ticker-level call extracted from a source article, such as an analyst recommendation or long/short idea. Fetch the latest day’s picks with GET /api/v1/stock-picks. Each pick includes:
FieldMeaning
ticker, tickerExchangeThe instrument and its exchange
instrumentTypeEQUITY, ETF, OPTION, or OTHER
directionLONG or SHORT
actionNEW_POSITION, ADD, HOLD, RECOMMENDATION, REDUCE, or EXIT
authorConviction, convictionLabelThe author’s conviction, numeric and labeled
activePickWhether the call is currently active
evidenceQuote, rationaleSnippetSupporting quote and reasoning from the source
author, articleTitle, articleUrlAttribution back to the source post
publishedAt, publicationSlug, postSlugSource post context
A stock-picks request returns one effective UTC calendar day: the latest day with picks by default, or a specific date=YYYY-MM-DD. Pricing scales with the number of distinct attributed source articles in the response. A 404 means no picks exist for that day, so do not pay.