GET api/CheckSupportedStocks?ticker={ticker}

Checks whether a given ticker exists in TaapiStocks. Returns true if supported, false otherwise.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ticker

Stock ticker symbol to check (e.g., AAPL, MSFT).

string

Required

Body Parameters

None.

Response Information

Resource Description

true if ticker exists in TaapiStocks; false if not.

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.