Skip to main content
GET
Get Price Target News

Authorizations

X-API-Key
string
header
required

API Key authentication. Example: "your-api-key-here"

Query Parameters

symbol
string

Stock symbol (e.g., META, AAPL). US share classes accept both BRK.B and BRK-B.

start_time
integer<int64>

Start time (Unix timestamp in seconds). Required for browse mode; with updated_after/updated_before it becomes an optional filter narrowing published_at

end_time
integer<int64>

End time (Unix timestamp in seconds). Required for browse mode; with updated_after/updated_before it becomes an optional filter narrowing published_at

limit
integer<int64>

Maximum number of results (default: 50)

updated_after
integer<int64>

Inclusive record-update bound (Unix seconds); requires updated_before

updated_before
integer<int64>

Exclusive record-update bound (Unix seconds); must exceed updated_after

cursor
string

Opaque update-window continuation; requires an update window

Response

Successfully retrieved price target news

data
object[]
error
object
metadata
any
pagination
any
request_id
string
success
boolean