OpenBB-finance / OpenBB

Investment Research for Everyone, Everywhere.
https://openbb.co
Other
33.54k stars 3.06k forks source link

[Feature] Support for asynchronous requests and data exports #7

Closed bryanhoulton closed 3 years ago

bryanhoulton commented 3 years ago

In true algotrading fashion having support for data exports would be really helpful (csv probably) for those trying to perform other analysis on the data without directly building onto the terminal itself. Maybe an abstract Data class with methods for flexible loading/exporting would be best for this, but you're the expert. Also, support for multiple ticker data requests would be useful when trying to compile and export this data, so some implementation of asyncio could be beneficial there in the long term for those trying to gather large quantities of data on slower connections.

Also, I love these small Easter egg type things: print("Hope you made money today. Good bye my lover, good bye my friend.\n")

DidierRLopes commented 3 years ago

Thank you for feedback.

That is indeed a good idea! If you want to work on it, feel free to create a PR for it. Otherwise I'll get this done at some point in the future :)

DidierRLopes commented 3 years ago

This has now been done by #119 !

Will close this issue on that basis :)