Last Tickers Update

Last tickers update

GET https://api.finalle.ai/last_tickers_update

Get last tickers successful update

Path Parameters

Name
Type
Description

api_key*

String

Your API key

On success, returns the timestamp (string ISO format) of the last successful tickers update.

Example

For the request:

https://api.finalle.ai/last_tickers_update?api_key=*

The output is:

{
    "data": {
        "last_update": "2023-11-27T13:57:38.653000"
    },
    "request_id": "YOUR_REQUEST_ID",
    "result": "success"
}

Last updated