Skip to main content
GET
/
v1
/
stocks
/
open-close
Get Daily Ticker Summary
curl --request GET \
  --url https://api.aries.com/v1/stocks/open-close \
  --header 'Authorization: Bearer <token>'
{
  "afterHours": 238.5993,
  "close": 237.87,
  "from": "2025-01-15",
  "high": 238.96,
  "low": 234.43,
  "open": 234.635,
  "preMarket": 233.79,
  "status": "OK",
  "symbol": "AAPL",
  "volume": 39822169
}

Documentation Index

Fetch the complete documentation index at: https://finance.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.

Query Parameters

ticker
string
required

Stock ticker symbol, such as AAPL. Use the exact ticker for the company you want to research.

Example:

"AAPL"

date
string<date>
required

Date in YYYY-MM-DD format. Enter the specific calendar date you want to query.

Example:

"2024-01-15"

adjusted
boolean

Whether to adjust historical prices for stock splits. Use true for normalized charting and false for raw market data.

Example:

true

Response

Successful response

afterHours
number

After hours price

close
number

Closing price

from
string

Date in YYYY-MM-DD format. Enter the specific calendar date you want to query.

high
number

High price

low
number

Low price

open
number

Opening price

preMarket
number

Pre-market price

status
string

Status of the response

symbol
string

Stock ticker symbol, such as AAPL. Use the exact ticker for the company you want to research.

volume
number

Trading volume

otc
boolean

Whether the security is OTC