I am sure you have answered this before, but I couldn't find it by Searching. I have AT&T (NYSE) in my portfolio and have recently added Telus (TSX). In the Symbols list section of the script for I have them listed as:
T,2011-01-21,,N,N,,,
T.TO,2021-01-28,,N,N,,,
To keep them separate in the PS spreadsheet I use "US." as a preface to the symbol for US securities and "CA." for Canadian securities. So in the Symbol Rename section of the script I have:
T,US.T
T.TO,CA.T
For results, I get both _T_.txt and _T.TO_.txt files in the Quotes folder. I also get values for both US.T and CA.T in the quotes.csv file.
Unfortunately the values for both symbols are the same - the stock price for Telus???
Comments
T.TO,CA.T
T,US.T
If that does not help, then can you please open script file spMakeAllDataFiles.ps1
and check very end of the file, and make sure that rename lines are like this: If lines look different, then you need to download latest script.
Let me know if that does not help.