Skip to main content
Server path: /benzinga-market-data | Type: Application | PCID required: Yes

Tools

ToolDescription
benzinga_market_data_get_barsGet the delayed quotes.
benzinga_market_data_get_moversReturns market movers
benzinga_market_data_get_quote_delayedGet the delayed quotes.
benzinga_market_data_get_quote_delayed_1Get the delayed quotes.
benzinga_market_data_get_shortinterestGet short interest data
benzinga_market_data_get_trending_tickersGet per-ticker trend metrics (time buckets)
benzinga_market_data_get_trending_tickers_listGet trending tickers (aggregated list)

benzinga_market_data_get_bars

Get the delayed quotes. Parameters:
ParameterTypeRequiredDefaultDescription
symbolsstringNoOne or more comma separated symbols to specify companies to get data for.
fromstringNoDate to query from point in time. Sorted by published date. If “YTD” Sets from to the first trading day of the current year. Some other valid values: “1MONTH”, “1m”, “1M” (all meaning “1 month from today”), “1d”, “1D” (both meaning “1 day from today”).
tostringNoDate to query to point in time. Sorted by published date.
intervalstringNoThe candle intervals to use, i.e., 5 minute bars, daily bars, etc. Some valid values: 1MONTH, 1W, 1D, 1H (1 hour), 2H, 3H, 4H, 5M (5 minutes), 10M, 15M, 30M. Defaults to an appropriate value based on the period of data requested: i.e., 5 minutes bars if less than 5 days, daily bars if greater.

benzinga_market_data_get_movers

Returns market movers Parameters:
ParameterTypeRequiredDefaultDescription
maxResultsintegerNoMax numbers of gainers/losers to return. Limit 1000.
fromstringNoFrom session or timestamp. * yyyy-mm-dd * yyyy-mm-ddThh:mm:ii:ss * 1d, -1w, -1y, YTD
tostringNoTo session or timestamp. * yyyy-mm-dd * yyyy-mm-ddThh:mm:ii:ss
sessionstringNoThe market session to report for. PRE_MARKET and AFTER_MARKET will return movers only for the one session. Multi-day movers always use official regular session closing prices. REGULAR is default.
screenerQuerystringNoFilters movers by screener query. A screener query is a list of conditions separated by a semicolon. Some examples * marketcap_gt_1b * close_gt_5 * sector_in_technology,healthcare * marketcap_gt_300m;marketcap_lt_2b

benzinga_market_data_get_quote_delayed

Get the delayed quotes. Parameters:
ParameterTypeRequiredDefaultDescription
symbolsstringNoOne or more comma separated symbols to specify companies to get data for.
isinstringNoOne or more comma separated isin symbols to specify companies to get data for.
cikstringNoOne or more comma separated cik identifiers to specify companies to get data for.

benzinga_market_data_get_quote_delayed_1

Get the delayed quotes. Parameters:
ParameterTypeRequiredDefaultDescription
symbolsstringYesOne or more comma separated symbols to specify companies to get data for.
isinstringNoOne or more comma separated isin symbols to specify companies to get data for.
cikstringNoOne or more comma separated cik identifiers to specify companies to get data for.

benzinga_market_data_get_shortinterest

Get short interest data Parameters:
ParameterTypeRequiredDefaultDescription
symbolsstringYesOne or more comma-separated ticker symbols (e.g., TSLA,AAPL)
finraReportbooleanNoIf true, includes additional FINRA-related short interest data.
pageintegerNoPage number for paginated results (starts from 0).
pageSizeintegerNoNumber of results per page.
fromstringNoThe start date for querying short interest data (format: YYYY-MM-DD).
tostringNoThe end date for querying short interest data (format: YYYY-MM-DD).

Get per-ticker trend metrics (time buckets) Parameters:
ParameterTypeRequiredDefaultDescription
intervalstringNoTime-bucket interval for metrics.
tickersstringYesComma-separated list of tickers.

Get trending tickers (aggregated list) Parameters:
ParameterTypeRequiredDefaultDescription
timeframestringNoAggregation window for trends.
date_fromstringNoStart date (inclusive) in ISO 8601 format YYYY-MM-DD.
date_tostringNoEnd date (inclusive) in ISO 8601 format YYYY-MM-DD.
time_fromstringNoStart time (24-hour) in HH:MM.
time_tostringNoEnd time (24-hour) in HH:MM.