If I use the historical data API to fetch historical SIP trades and quotes, can I assume the data are “point-in-time”, defined as
- data are NOT adjusted for subsequent corporate actions (e.g. splits, divs, spin-offs)
- data are fetched under the ticker symbol at the time (even if there should be a subsequent symbol change)
- data can be fetched for stocks that were subsequently delisted or acquired?
Thanks.