ymyke
ymyke
Thanks for the great project! I installed pdb++ yesterday and it worked like a charm, including tab completion. Today, pdb++ still works but the tab completion part stopped working. The...
Hi @alvarobartt – thanks for all the great work here! Are you still actively maintaining the package? It feels like commits are rather sparse and open issues are piling up....
Use tessa package to work around some of the common issues like 429 or seemingly non-existent assets
I wrote the [**tessa package**](https://github.com/ymyke/tessa) to make my life easier when trying to retrieve price information for financial assets. Main features: - Unified access to investing and coingecko information. Uses...
Two issues with `get_bond_historical_data`: 1. Doesn't accept country parameter even though there is even a `get_bond_countries` function. 2. Returns a dataframe without currency information.
@alvarobartt See also https://github.com/alvarobartt/investpy/issues/557 – please accept this to add a hint to the package to your Readme.
I have a couple of minimized compose windows, like so:  When I press Esc to get back to the main screen, the leftmost window gets opened. Not sure if...
The `history()` function doesn't return the currency the prices are in. In order to get the currency, one has to invoke the `get_info()` function, which is rather costly – on...
Searching via Yahoo no longer works, i.e., yields no results. Example: ```python from tessa.search.yahoo import yahoo_search res = yahoo_search("apple") res.p() ``` Produces only empty buckets/results. This also causes the test...
I'm guessing this is going too far for Simplify, but I wanted to put this out there as input. I used to be an enthusiastic user of Simplify and then...