> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dripstack.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Curated Endpoints

> Curated endpoints built on top of Drip's indexed financial publications.

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:

| Field                                        | Meaning                                                              |
| -------------------------------------------- | -------------------------------------------------------------------- |
| `ticker`, `tickerExchange`                   | The instrument and its exchange                                      |
| `instrumentType`                             | `EQUITY`, `ETF`, `OPTION`, or `OTHER`                                |
| `direction`                                  | `LONG` or `SHORT`                                                    |
| `action`                                     | `NEW_POSITION`, `ADD`, `HOLD`, `RECOMMENDATION`, `REDUCE`, or `EXIT` |
| `authorConviction`, `convictionLabel`        | The author's conviction, numeric and labeled                         |
| `activePick`                                 | Whether the call is currently active                                 |
| `evidenceQuote`, `rationaleSnippet`          | Supporting quote and reasoning from the source                       |
| `author`, `articleTitle`, `articleUrl`       | Attribution back to the source post                                  |
| `publishedAt`, `publicationSlug`, `postSlug` | Source 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.
