List News
list_newsList recent IPO-company news, optionally filtered by SEC CIK. Use this for a news feed; use get_company with news for broader issuer context. Anonymous requests return at most 10 rows and omit full content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cik | No | Optional SEC CIK filter, with or without leading zeroes. | |
| limit | No | Maximum rows to return. Defaults to 50 when authenticated; anonymous requests are capped at 10. | |
| cursor | No | Opaque next_cursor from a previous response. Omit for the first page. | |
| include | No | Set to ["content"] for stored article body text. Anonymous requests omit content. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Rows for the current page. | |
| meta | Yes | ||
| has_more | Yes | Whether another page is available. | |
| next_cursor | Yes | Opaque cursor for the next page, or null when this is the last page. |