---
title: "Quantitative News Analytics"
method: GET
path: "/api/v2/newsquantified"
tags: ["News Analytics"]
---

# Quantitative News Analytics

`GET /api/v2/newsquantified`

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.

## Query parameters

- `page` integer
- `pagesize` integer
- `updated_since` integer
- `symbols` string
- `date` string
- `date_from` string
- `date_to` string

## Response `200`

Array of quantified news analytics with sentiment scores and metrics

- ModelsNewsquantified[]
  - `_id` string
  - `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_Ratio` string
  - `ATR14` string
  - `AllTicks` string
  - `AllVWAP` string
  - `AnalystAction` string
  - `AnalystActionFrom` string
  - `AnalystActionTo` string
  - `AnalystFirm` string
  - `Close_Vol` string
  - `Comments` string
  - `Curr_Vol` string
  - `Date` string
  - `DayOpen` string
  - `DividendYield%` string
  - `EODClose` string
  - `EODHigh` string
  - `EODLow` string
  - `EODVWAP` string
  - `EPSAction` string
  - `EPSActual` string
  - `Ex` string
  - `Headlines` string
  - `HighExcStdDev` string
  - `L1` string
  - `L2` string
  - `L3` string
  - `L4` string
  - `L5` string
  - `L10` string
  - `L20` string
  - `L75` string
  - `LS` string
  - `LowExcStdDev` string
  - `MainVWAP` string
  - `MaxDnAmt` string
  - `MaxUpAmt` string
  - `MktCap(1000)` string
  - `Mov_Vol` string
  - `NewsSess` string
  - `Open_Vol` string
  - `OpenGap%` string
  - `P1` string
  - `P2` string
  - `P3` string
  - `P4` string
  - `P5` string
  - `P10` string
  - `P20` string
  - `P75` string
  - `PERatio` string
  - `PID` string
  - `PUBt` string
  - `PostVWAP` string
  - `PreVWAP` string
  - `Prev_Vol` string
  - `PrevClose` string
  - `Provider` string
  - `RECt` string
  - `Range%` string
  - `RangeAmt` string
  - `RangeStdDev` string
  - `ReportSess` string
  - `ResourceID` string
  - `Result%` string
  - `Result_Vs_Index%` string
  - `S1` string
  - `S2` string
  - `S3` string
  - `S4` string
  - `S5` string
  - `S10` string
  - `S20` string
  - `S75` string
  - `SPYLast` string
  - `SPYclose` string
  - `ShortInterest%` string
  - `Symb` string
  - `TONHigh` string
  - `TONLast` string
  - `TONLow` string
  - `Topics` string
  - `Vol_Ratio` string
  - `VolumeStdDev` string
  - `created` integer
  - `maxDown%` string
  - `maxUp%` string
  - `prevDay%` string

## Other responses

- `400` — Bad request - invalid date format or parameters
- `404` — Not found - no data available for specified parameters
- `500` — Internal server error

---

[API](https://skmtc.dev/benzinga/apis/data-api-proxy.md) · [All operations](https://skmtc.dev/benzinga/apis/data-api-proxy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/benzinga/data-api-proxy/revisions/ea334a9e2e05/schema)
