@ DdlV

1.96 might be too old. Could you try Zorro 2.35 and above?

For those symbols which returned "!forbidden", could you try

Code
curl -X GET \
    -H "APCA-API-KEY-ID: <YOUR_ALPACA_KEY>" \
    -H "APCA-API-SECRET-KEY:<YOUR_ALPACA_SECRETE>"\
    https://data.alpaca.markets/v2/stocks/SO/snapshot


SO is one of them, replace it with other symbols if you want to. What is the response from Alpaca?

BTW, the "." after the PH is not a bug. It was added by Zorro for indicating the progress of the operation.