cURL
curl --request GET \ --url https://api.benzinga.com/api/v2/api/v2/news \ --header 'token: <api-key>'
[ { "author": "<string>", "body": "<string>", "channels": [ { "name": "<string>" } ], "created": "<string>", "id": 123, "image": [ { "size": "<string>", "url": "<string>" } ], "original_id": 123, "stocks": [ { "cusip": "<string>", "isin": "<string>", "name": "<string>" } ], "tags": [ { "name": "<string>" } ], "teaser": "<string>", "title": "<string>", "updated": "<string>", "url": "<string>" } ]
Get News
Tickers
CUSIPs
ISINs
Channels
Topics
Authors
Content Types
Sort
Date
Published Since
Updated Since
Date From
Date To
Page Size
Page
Last ID
Display Output
Noise
Format
OK
The response is of type object[].
object[]
Was this page helpful?