Get All Lookups

Get All Lookups

GET https://data.closingbell.co/api/v1/lookups

Gets all lookups ever logged.

Query Parameters

Name
Type
Description

api_key

string

Your API key

page

number

The page number.

{
    "success": true,
    "code": 200,
    "data": [
        {
            "platform": "slack",
            "group_id": 1,
            "user_id": "U02Q3JM27",
            "symbol": "AAPL",
            "created_at": 1613450677,
            "created_at_date": "2021-02-16 04:44:37"
        },
        ...
    ]
}

Last updated

Was this helpful?