How can I get symbol data using python for MT5?

 
I'm reading the documentation and its not clear. The symbol info function is supposed to get the data but it gets a whole range of irrelevant data. I am just looking to get data such as "high, low, open, close" data for each symbol, such as the last 200 increments for a specified dataframe to use in my own program. https://www.mql5.com/en/docs/python_metatrader5/mt5symbolinfo_py 
 
I have figured it out, thank you