Sign in to try
Sign in to request data
Sign inReturns a list of benzinga ticker symbols. This list is updated daily.
page
Specific page of a paginated result to be displayed
            Example: 0
        
page_size
Number of items displayed per page in a paginated result
            Default:
            1000
        
            Max:
            1000
        
ticker
Filter by ticker symbol
            Example: AAPL
        
cqs
Filter by cqs symbol
            Example: ACI
        
cik
Filter by cik code
            Example: 320193
        
cusip
Filter by cusip code
            Example: 037833100
        
isin
Filter by isin code
            Example: US0378331005
        
composite_figi
Filter by composite figi code
            Example: BBG000B9XRY4
        
share_figi
Filter by share class figi code
            Example: BBG001S5N8V8
        
lei
Filter by lei code
            Example: HWUPKR0MPOU8FGXBT394
        
{
    "data": [
        {
            "asset_type": "COMMON_STOCK",
            "cik": "320193",
            "composite_figi": "BBG000B9XRY4",
            "currency": "USD",
            "lei": "HWUPKR0MPOU8FGXBT394",
            "mic": "nyse",
            "security": "Apple Inc.",
            "share_figi": "BBG001S5N8V8",
            "ticker": "AAPL"
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "per_page": 100
        }
    }
}
        Returns the news articles from Benzinga.
ticker
Filter by ticker symbol
            Example: AAPL
        
order
Sorting order of the output series
                        Values: desc asc
        
            Default:
            desc
        
date
Specifies the exact date to get the data for
            Example: 2023-05-04
        
start_at
Filter events by start time using a UNIX timestamp
            Example: 1681963910
        
end_at
Filter events by end time using a UNIX timestamp
            Example: 1687209110
        
page
Specific page of a paginated result to be displayed
            Default:
            0
        
page_size
Number of items displayed per page in a paginated result
            Default:
            100
        
            Max:
            100
        
cqs
Filter by cqs symbol
            Example: ACI
        
cik
Filter by cik code
            Example: 320193
        
cusip
Filter by cusip code
            Example: 037833100
        
isin
Filter by isin code
            Example: US0378331005
        
composite_figi
Filter by composite figi code
            Example: BBG000B9XRY4
        
share_figi
Filter by share class figi code
            Example: BBG001S5N8V8
        
lei
Filter by lei code
            Example: HWUPKR0MPOU8FGXBT394
        
{
    "data": [
        {
            "author": "Ananya Gairola",
            "channels": [
                "Economics"
            ],
            "created_at": "2023-06-19T14:14:29Z",
            "images": [
                "https://cdn.benzinga.com/files/imagecache/1024x768xUP/images/story/2023/05/02/ford_-_logo_0.jpg"
            ],
            "record_id": 32911851,
            "tags": [
                "OpenAi"
            ],
            "tickers": [
                "AAPL"
            ],
            "title": "iPhone 15,16 Could Unleash Enhanced Connectivity, Performance, Says Apple Analyst Ming-Chi Kuo",
            "updated_at": "2023-06-19T14:14:30Z",
            "url": "https://www.benzinga.com/news/23/06/32911851/iphone-15-16-could-unleash-enhanced-connectivity-performance-says-apple-analyst-ming-chi-kuo"
        }
    ]
}
        Returns API usage for the current dataset
{
    "api_calls": {
        "limit": 1000,
        "usage": 10
    },
    "api_calls_dataset": {
        "limit": 1000,
        "usage": 10
    },
    "api_calls_price": {
        "limit": 1000,
        "usage": 10
    },
    "api_calls_reference": {
        "limit": 1000,
        "usage": 10
    },
    "api_calls_snapshots": {
        "limit": 1000,
        "usage": 10
    },
    "api_calls_time_series": {
        "limit": 1000,
        "usage": 10
    },
    "api_calls_trades": {
        "limit": 1000,
        "usage": 10
    },
    "historical_api_calls": {
        "limit": 1000,
        "usage": 10
    }
}