Skip to main content
GET
/
stocks
/
{symbol}
Get Stock Data
curl --request GET \
  --url https://api.tradewatch.io/stocks/{symbol} \
  --header 'api-key: <api-key>'
{
  "symbol": "<string>"
}

Authorizations

api-key
string
header
required

Authentication via API key header

Path Parameters

symbol
string
required

Response

Successful Response

symbol
string | null