require(quantmod)
wateroasis <- getSymbols("1161.hk", auto.assign=FALSE)
# Then I get the stock prices
>1161.HK
Error: unexpected symbol in "1161.HK"
However, if I tried another ticker such as "AAPL" the problem doesn't exist.
How do I solve this problem?