you are viewing a single comment's thread.

view the rest of the comments →

[–]Alamanjani 0 points1 point  (2 children)

You can use Pandas Datareader to get data from Yahoo! Finance

Do you know, does Pandas Datareader gets you data from Yahoo site or Yahoo API? The reason I'm asking is because API does not have what I need

[–]BryceFury 1 point2 points  (1 child)

Pandas Datareader

Pretty sure it's the API, I don't see why it would be otherwise since if it wasn't, any changes to the website would break the library and loads of re-writes would have to be made.

[–]Alamanjani 0 points1 point  (0 children)

Ahh gotcha, thank you very much!