Skip to main content
GET
/
v1
/
public
/
screener
Screen entities by macro indicator values
curl --request GET \
  --url https://data.quantoraresearch.com/v1/public/screener \
  --header 'x-api-key: <api-key>'
{
  "data": [
    "<unknown>"
  ],
  "meta": {
    "request_id": "<string>",
    "requestId": "<string>",
    "api_version": "<string>",
    "pagination": {
      "limit": 123,
      "cursor": "<string>",
      "next_cursor": "<string>",
      "has_more": true
    }
  },
  "requestId": "<string>"
}

Authorizations

x-api-key
string
header
required

Query Parameters

filter
string

Required. Comma-separated field:operator:value clauses, AND-ed. e.g. cpi_inflation_yoy:gt:3,unemployment_rate:lt:5. Operators: gt, lt, gte, lte, eq, in ('in' takes pipe-separated values). Fields are canonical indicator slugs from /v1/public/screener/filters.

country
string

Restrict to a single country (ISO code).

freshness
enum<string>

Only consider fresh (non-stale) latest readings.

Available options:
fresh
limit
integer
default:100
Required range: 1 <= x <= 500

Response

Countries/entities whose latest canonical-indicator values satisfy all filters. Screens indicator values only — never SOVEREIGN scores.

data
any[]
required
meta
object
required
requestId
string
required