Skip to content

Trending Endpoint

Trending Endpoint: "/analytics/trending/entity"

URL Parameters:

  • type= (optional)

    The type= parameter designates the entity type group that is being requested from the endpoint. This is not the same as the entity type used in other endpoints. The available types are:

    • company
    • people
    • region
    • industry
    • topic
    • agency
    • currency

    if no type= is designated, then the top trending entities across all types will be returned.

  • count=

    The count= parameter is used to tell the endpoint how many entities to return.

  • start=

    The start= parameter is used to indicate how far back in time to look for the trending entities. It is a Unix Epoch date integer which included milliseconds which gives you a 13 position integer.

  • end=

    The end= parameter is used to indicate how far back in time to stop looking for the trending entities. It is a Unix Epoch date integer which included milliseconds which gives you a 13 position integer.

Note

start and end are the equivalent of from and to date/timestamps, therefore, start will always be a smaller number than end. Also, if you don't get the timestamp in milliseconds it will not work and will give you the most recent results.

Payload: [] (Empty)

Header: (Standard API Header)

{
    "x-api-key": "{api_key}",
    "Authorization": "{security token}",
    "Content-Type": "application/json",
}

The Trending endpoint will give you back a JSON list of entities that are trending using the start and end date/time stamps that are provided in the URL Parameters.

Example JSON Response:

[
    {
        "id": 6088,
        "external_id": "company_100330908",
        "provider": "provider-1",
        "name": "Pacific Mutual Holding Company",
        "type": "company",
        "type_display": "Company",
        "owners": null,
        "equivalents": [],
        "tmp_short_name": "",
        "popularity": 1,
        "sentiment": 0,
        "cik": null,
        "is_duplicate": null,
        "private": null,
        "owner": null,
        "authorization_bridge": null,
        "created_at": null,
        "updated_at": null,
        "raw_count": 42,
        "moving_average": 2.5,
        "deltaPrimeStdDevDifferenceDelta": 130.2,
        "exchange": 0,
        "issuer": 0,
        "average": null
    },
    {
        "id": 9686942,
        "external_id": "company_100736234",
        "provider": "provider-1",
        "name": "Cellebrite DI Ltd",
        "type": "company",
        "type_display": "Company",
        "owners": [],
        "equivalents": [],
        "tmp_short_name": "''",
        "popularity": 0,
        "sentiment": 0,
        "cik": null,
        "is_duplicate": null,
        "private": null,
        "owner": null,
        "authorization_bridge": null,
        "created_at": "2022-06-02T14:00:54.272Z",
        "updated_at": "2022-06-02T14:00:54.272Z",
        "raw_count": 51,
        "moving_average": 3,
        "deltaPrimeStdDevDifferenceDelta": 57.39999999999999,
        "exchange": 0,
        "issuer": 0,
        "average": null
    },
    {
        "id": 6736713,
        "external_id": "company_100726699",
        "provider": "provider-1",
        "name": "Prosus NV",
        "type": "company",
        "type_display": "Company",
        "owners": [],
        "equivalents": [],
        "tmp_short_name": "PRX:JNB",
        "popularity": 0,
        "sentiment": 0,
        "cik": null,
        "is_duplicate": null,
        "private": null,
        "owner": null,
        "authorization_bridge": null,
        "created_at": null,
        "updated_at": "2024-04-12T21:11:34.395Z",
        "raw_count": 80,
        "moving_average": 1,
        "deltaPrimeStdDevDifferenceDelta": 26.625,
        "exchange": 0,
        "issuer": 0,
        "average": null
    },
    {
        "id": 8105,
        "external_id": "company_100005435",
        "provider": "provider-1",
        "name": "La-Z-Boy Inc",
        "type": "company",
        "type_display": "Company",
        "owners": null,
        "equivalents": [],
        "tmp_short_name": "",
        "popularity": 30,
        "sentiment": 0,
        "cik": null,
        "is_duplicate": null,
        "private": null,
        "owner": null,
        "authorization_bridge": null,
        "created_at": null,
        "updated_at": "2024-04-09T20:38:21.516Z",
        "raw_count": 68,
        "moving_average": 2,
        "deltaPrimeStdDevDifferenceDelta": 25.866666666666667,
        "exchange": 0,
        "issuer": 0,
        "average": null
    },
    {
        "id": 5143,
        "external_id": "company_100597463",
        "provider": "provider-1",
        "name": "Spencer Stuart Inc",
        "type": "company",
        "type_display": "Company",
        "owners": null,
        "equivalents": [],
        "tmp_short_name": "SS0005_PV:PVT",
        "popularity": 41,
        "sentiment": 0,
        "cik": null,
        "is_duplicate": null,
        "private": null,
        "owner": null,
        "authorization_bridge": null,
        "created_at": null,
        "updated_at": null,
        "raw_count": 35,
        "moving_average": 2.3333333333333335,
        "deltaPrimeStdDevDifferenceDelta": 45.49053625633455,
        "exchange": 0,
        "issuer": 0,
        "average": null
    },
    {
        "id": 6086,
        "external_id": "company_100330902",
        "provider": "provider-1",
        "name": "Pacific Life Corp",
        "type": "company",
        "type_display": "Company",
        "owners": null,
        "equivalents": [],
        "tmp_short_name": "",
        "popularity": 1,
        "sentiment": 0,
        "cik": null,
        "is_duplicate": null,
        "private": null,
        "owner": null,
        "authorization_bridge": null,
        "created_at": null,
        "updated_at": "2024-04-09T20:43:11.260Z",
        "raw_count": 42,
        "moving_average": 2.5,
        "deltaPrimeStdDevDifferenceDelta": 44.30769230769229,
        "exchange": 0,
        "issuer": 0,
        "average": null
    },
    {
        "id": 2553,
        "external_id": "company_100356481",
        "provider": "provider-1",
        "name": "Federal Housing Finance Agency",
        "type": "company",
        "type_display": "Company",
        "owners": null,
        "equivalents": [],
        "tmp_short_name": "FDRLH_PV:PVT",
        "popularity": 14,
        "sentiment": 0,
        "cik": null,
        "is_duplicate": null,
        "private": null,
        "owner": null,
        "authorization_bridge": null,
        "created_at": null,
        "updated_at": null,
        "raw_count": 135,
        "moving_average": 3.5,
        "deltaPrimeStdDevDifferenceDelta": 22.09683853572402,
        "exchange": 0,
        "issuer": 0,
        "average": null
    },
    {
        "id": 11333719,
        "external_id": "broker_br01101",
        "provider": "provider-1",
        "name": "KeyBanc Capital Markets Inc",
        "type": "broker",
        "type_display": "Broker",
        "owners": [],
        "equivalents": [],
        "tmp_short_name": "''",
        "popularity": 0,
        "sentiment": 0,
        "cik": null,
        "is_duplicate": null,
        "private": null,
        "owner": null,
        "authorization_bridge": null,
        "created_at": "2024-06-24T16:43:01.244Z",
        "updated_at": "2024-06-24T16:43:01.244Z",
        "raw_count": 46,
        "moving_average": 2,
        "deltaPrimeStdDevDifferenceDelta": 39.86714228969316,
        "average": null
    },
    {
        "id": 1863,
        "external_id": "company_100021292",
        "provider": "provider-1",
        "name": "The Este Lauder Companies Inc.",
        "type": "company",
        "type_display": "Company",
        "owners": null,
        "equivalents": [],
        "tmp_short_name": "",
        "popularity": 40,
        "sentiment": 0,
        "cik": null,
        "is_duplicate": null,
        "private": null,
        "owner": null,
        "authorization_bridge": null,
        "created_at": null,
        "updated_at": "2025-08-18T15:08:54.299Z",
        "raw_count": 149,
        "moving_average": 3.1805555555555554,
        "deltaPrimeStdDevDifferenceDelta": 17.927390875120558,
        "exchange": 0,
        "issuer": 0,
        "average": null
    },
    {
        "id": 4516,
        "external_id": "company_100006987",
        "provider": "provider-1",
        "name": "Omnicare Inc",
        "type": "company",
        "type_display": "Company",
        "owners": null,
        "equivalents": [],
        "tmp_short_name": "",
        "popularity": 8,
        "sentiment": 0,
        "cik": null,
        "is_duplicate": null,
        "private": null,
        "owner": null,
        "authorization_bridge": null,
        "created_at": null,
        "updated_at": null,
        "raw_count": 53,
        "moving_average": 3,
        "deltaPrimeStdDevDifferenceDelta": 33,
        "exchange": 0,
        "issuer": 0,
        "average": null
    }
]

You can format the output using just the information from this JSON structure. The interesting fields are:

  • name
  • deltaPrimeStdDevDifferenceDelta
  • moving_average
  • raw_count
  • type_display (if you are not displaying the results by type)

These fields can be formatted into a Trending Card for display.

Trending Entities


Last update: September 10, 2025
Back to top