v1

latestOpenAPI 3.0.02026-07-266091181.5 KB
News Analytics

Quantitative News Analytics

Retrieves quantified news analytics data with sentiment scores, relevance metrics, and market impact indicators. Returns structured data analyzing the quantitative aspects of news coverage including sentiment polarity, article counts, trending scores, and ticker-specific metrics. Use this endpoint to access machine-readable news analytics for algorithmic trading and quantitative research.

get/api/v2/newsquantified

Query parameters

pageinteger

Page number for pagination. Zero-indexed (0 = first page, 1 = second page, etc.). Default: 0

pagesizeinteger

Number of results per page. Default: 1000. Maximum: 1000. Returns most recent data first.

updated_sinceinteger

Unix timestamp in seconds (UTC). Returns newsquantified data updated after this timestamp. Use for incremental updates.

symbolsstring

Comma-separated list of stock ticker symbols to filter results (e.g., AAPL,MSFT,TSLA). Returns analytics for specified securities only.

datestring

Single date in YYYY-MM-DD format (e.g., 2024-12-30). Shorthand for filtering when date_from and date_to are the same. Returns data for this specific date.

date_fromstring

Start date in YYYY-MM-DD format (e.g., 2024-01-01). Returns data from this date forward. Use with date_to for date range queries.

date_tostring

End date in YYYY-MM-DD format (e.g., 2024-12-31). Returns data up to and including this date. Use with date_from for date range queries.

Response

Array of quantified news analytics with sentiment scores and metrics

_idstring
1_Minute%string
5_Minutes%string
10_Minutes%string
30_Minutes%string
30_Seconds%string
60_Minutes%string
90_Minutes%string
120_Minutes%string
ATR_Ratiostring
ATR14string
AllTicksstring
AllVWAPstring
AnalystActionstring
AnalystActionFromstring
AnalystActionTostring
AnalystFirmstring
Close_Volstring
Commentsstring
Curr_Volstring
Datestring
DayOpenstring
DividendYield%string
EODClosestring
EODHighstring
EODLowstring
EODVWAPstring
EPSActionstring
EPSActualstring
Exstring
Headlinesstring
HighExcStdDevstring
L1string
L2string
L3string
L4string
L5string
L10string
L20string
L75string
LSstring
LowExcStdDevstring
MainVWAPstring
MaxDnAmtstring
MaxUpAmtstring
MktCap(1000)string
Mov_Volstring
NewsSessstring
Open_Volstring
OpenGap%string
P1string
P2string
P3string
P4string
P5string
P10string
P20string
P75string
PERatiostring
PIDstring
PUBtstring
PostVWAPstring
PreVWAPstring
Prev_Volstring
PrevClosestring
Providerstring
RECtstring
Range%string
RangeAmtstring
RangeStdDevstring
ReportSessstring
ResourceIDstring
Result%string
Result_Vs_Index%string
S1string
S2string
S3string
S4string
S5string
S10string
S20string
S75string
SPYLaststring
SPYclosestring
ShortInterest%string
Symbstring
TONHighstring
TONLaststring
TONLowstring
Topicsstring
Vol_Ratiostring
VolumeStdDevstring
createdinteger
maxDown%string
maxUp%string
prevDay%string

Example response

[
  {
    "_id": "507f1f77bcf86cd799439011",
    "1_Minute%": "0.2",
    "5_Minutes%": "0.5",
    "10_Minutes%": "0.8",
    "30_Minutes%": "1.2",
    "30_Seconds%": "0.1",
    "60_Minutes%": "1.5",
    "90_Minutes%": "1.8",
    "120_Minutes%": "2.0",
    "ATR_Ratio": "1.1",
    "ATR14": "2.5",
    "AllTicks": "1000",
    "AllVWAP": "153.00",
    "AnalystAction": "Upgrade",
    "AnalystActionFrom": "Hold",
    "AnalystActionTo": "Buy",
    "AnalystFirm": "Goldman Sachs",
    "Close_Vol": "45000",
    "Comments": "Positive earnings surprise",
    "Curr_Vol": "1600000",
    "Date": "2024-01-09",
    "DayOpen": "152.00",
    "DividendYield%": "1.5",
    "EODClose": "156.00",
    "EODHigh": "158.00",
    "EODLow": "151.00",
    "EODVWAP": "155.00",
    "EPSAction": "Beat",
    "EPSActual": "1.50",
    "Ex": "NASDAQ",
    "Headlines": "Apple Announces New Product Launch",
    "HighExcStdDev": "2.1",
    "L1": "150.00",
    "L2": "151.00",
    "L3": "152.00",
    "L4": "153.00",
    "L5": "154.00",
    "L10": "156.00",
    "L20": "157.00",
    "L75": "155.00",
    "LS": "L",
    "LowExcStdDev": "1.8",
    "MainVWAP": "153.50",
    "MaxDnAmt": "2.00",
    "MaxUpAmt": "5.00",
    "MktCap(1000)": "2000000",
    "Mov_Vol": "5.2",
    "NewsSess": "Pre-Market",
    "Open_Vol": "50000",
    "OpenGap%": "0.5",
    "P1": "150.50",
    "P2": "151.50",
    "P3": "152.50",
    "P4": "153.50",
    "P5": "154.50",
    "P10": "156.50",
    "P20": "157.50",
    "P75": "155.50",
    "PERatio": "25.5",
    "PID": "BZ-12345",
    "PUBt": "2024-01-09T10:00:00Z",
    "PostVWAP": "154.00",
    "PreVWAP": "151.00",
    "Prev_Vol": "1500000",
    "PrevClose": "150.00",
    "Provider": "Benzinga",
    "RECt": "2024-01-09T10:30:00Z",
    "Range%": "4.5",
    "RangeAmt": "7.00",
    "RangeStdDev": "1.2",
    "ReportSess": "Q3",
    "ResourceID": "12345678",
    "Result%": "2.45",
    "Result_Vs_Index%": "1.5",
    "S1": "149.00",
    "S2": "148.00",
    "S3": "147.00",
    "S4": "146.00",
    "S5": "145.00",
    "S10": "143.00",
    "S20": "142.00",
    "S75": "144.00",
    "SPYLast": "420.50",
    "SPYclose": "422.00",
    "ShortInterest%": "5.2",
    "Symb": "AAPL",
    "TONHigh": "155.00",
    "TONLast": "153.00",
    "TONLow": "149.00",
    "Topics": "Earnings, Tech",
    "Vol_Ratio": "1.1",
    "VolumeStdDev": "3.5",
    "created": 1704819600,
    "maxDown%": "1.5",
    "maxUp%": "3.2",
    "prevDay%": "1.2"
  }
]