Skip to main content
GET
Get TradingView News

Authorizations

X-API-Key
string
header
required

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

Query Parameters

symbol
string

Canonical symbol filter (optional)

industry
string

Filter to stories with a symbol in this exact FMP industry. Mutually exclusive with symbol.

start_time
integer<int64>
required

Start time (Unix timestamp in seconds)

end_time
integer<int64>
required

End time (Unix timestamp in seconds)

limit
integer
default:10

Maximum number of results (1–500, default: 10)

Required range: 1 <= x <= 500

Response

List of TradingView news stories

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