Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
How to deal with symbols that no longer exist in notebook

In notebook, I am currently trying to find prices on a certain date. I am looking at a sentiment dataset and want to know what the stock price was the date the sentiment data was added to the dataset. I get the following error: NoSuchSymbols: Failed to find securities matching ['GOOGL']. I was wondering as to how to resolve it?