Get TradingView News
Stock
Get TradingView News
OpenAPI JSON Spec Retrieve TradingView news stories within a time range, optionally filtered by symbol.
Data & semantics:
- start_time: Start time (Unix timestamp in seconds, required)
- end_time: End time (Unix timestamp in seconds, required)
- symbol: Canonical symbol filter (optional, e.g., AAPL, BRK.B, 0700.HK)
- limit: Maximum number of results (optional, 1–500, default: 10) Results are ordered by published_at DESC (newest first).
GET
Get TradingView News
Authorizations
API Key authentication. Example: "your-api-key-here"
Query Parameters
Canonical symbol filter (optional)
Start time (Unix timestamp in seconds)
End time (Unix timestamp in seconds)
Maximum number of results (1–500, default: 10)
Required range:
1 <= x <= 500
