v1

latestOpenAPI 3.0.32026-07-246185298.2 KB
Market Intelligence

Stock Reports — list

Paginated feed of premium weekly per-company Stock Reports. API subscribers receive the full body.

get/api/v1/market_intelligence/stock_reports/

Query parameters

pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

tickerstring

Filter to a single ticker. Accepts BOTH EXCHANGE:TICKER (e.g. NYSE:F, XNYS:F, US:F) and legacy bare-ticker form with a separate exchange param. Searches both the row's primary tagged ticker AND every body-mentioned ticker, so ?ticker=NYSE:F returns any article that references Ford anywhere — not just rows whose primary subject is Ford. Case-insensitive.

Response

paginationLinksobject
lengthinteger required

Example response

{
  "paginationLinks": {
    "next": "http://api.example.org/accounts/?page=4",
    "previous": "http://api.example.org/accounts/?page=2"
  },
  "length": 123
}