Historical Market Cap & Transaction Data
Daily Transaction Data
Return daily transaction data of a given ticker on a certain interval (up to 90 days)
GET
/
daily
/
{ticker}
/
Header
Authorization
string
requiredAuthorization header that should be filled with your Sectors Financial API key.
Path
ticker
string
requiredTicker of the company for which the daily transaction data is to be retrieved.
Query Parameters
start
string
Start date for which the daily transaction data of a given ticker is to be retrieved.
end
string
End date for which the daily transaction data of a given ticker is to be retrieved.
Response
payload
DailyTransactionData[]
required