Ally Invest · Example Payload

Get Market Clock Example

BrokerageInvestingTradingFinanceStocksOptionsMarket DataSelf-Directed

Get Market Clock Example is an example object payload from Ally Invest, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

response

Example Payload

Raw ↑
{
  "response": {
    "id": "1",
    "elapsedtime": "0.008",
    "error": "Success",
    "status": {
      "current": "open",
      "next": "closed",
      "change": "3600"
    },
    "message": "Market is open. Closes in 1 hour."
  }
}