<aside> 💡 Q: Activities are missing symbols
Some data returned from Questrade is missing symbols. They instead are returning some sort of external identifier. We return the activity, but we cannot map a symbol in our database.
</aside>
Ex. Data
{
"price": 2.79,
"action": "",
"quantity": 0,
"netAmount": 1542.51,
"commission": 0,
"description": "TIDAL TRUST II YIELDMAX COIN OPTION INCOME STRATEGY ETF DIST ON 552 SHS REC 04/05/24 PAY 04/08/24",
"grossAmount": 0,
"isPortfolio": false,
"researchURL": "",
"tradeNowURL": "/trading/#!/quote/T042403",
"activityType": "Dividends",
"equitySymbol": "T042403",
"accountNumber": "53025815",
"settlementDate": "2024-04-08T00:00:00",
"currencyDisplay": "USD",
"transactionDate": "2024-04-08T00:00:00"
}