Skip to main content
GET
/
stocks
/
{symbol}
/
scores
Financial Health Scores
curl --request GET \
  --url https://api.tradewatch.io/stocks/{symbol}/scores \
  --header 'api-key: <api-key>'
{
  "data": "<unknown>",
  "symbol": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://tradewatch.io/docs/llms.txt

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

Authorizations

api-key
string
header
required

Authentication via API key header

Path Parameters

symbol
string
required

Stock ticker symbol (e.g., 'AAPL', 'TSLA').

Query Parameters

name
string
default:all

Score model to compute. One of: piotroski (Piotroski F-Score, 0–9, measures earnings quality and financial strength), altman-z (Altman Z-Score, predicts bankruptcy risk), beneish-m (Beneish M-Score, detects potential earnings manipulation), or all to return all three models in a single response (default: all).

Response

Successful Response

data
any

Endpoint-specific response payload. Structure varies by endpoint and parameters.

symbol
string | null

Stock ticker symbol the data relates to (e.g., 'AAPL', 'TSLA'). Null for market-wide endpoints.