I was wondering how I can access the security identifier as a string (e.g., returning GOOCV VP83T1ZUHROL)Is there a simple command to get the identifier (e.g., Symbol.XXX)

google = self.Symbol("GOOCV VP83T1ZUHROL")

print(google.ID.Market) # USA

print(google.SecurityType) # Equity

print(google.Value) # GOOCV

 

Author