Alexander Druz

Results 18 comments of Alexander Druz

Hi @andreaiacoponi, I'm glad it works for you now. Regarding many installed packages, I assume you either got update in many packages, or you previously installed `justeft-scraping` without `all` extra...

Hi @blackwiz4rd, can you give me an example of such to be able to reproduce and check the behavior?

Hi @daniele96l, country is already built in, just use alpha-2 code: ```python import justetf_scraping justetf_scraping.load_overview(country="GB") ``` > ... > 82 rows × 42 columns or the country name: ```python justetf_scraping.load_overview(country="England")...

Hi @ffffuturexu, do you have any example, so I could check the behavior?

Hi @ffffuturexu, there are indeed multiple tickers for the same ISIN. The only way I see to retrieve this info is to parse HTML page ([e.g.](https://www.justetf.com/en/etf-profile.html?isin=IE00BM8R0J59)). What I noticed though...

Hi @ffffuturexu, from my experience the country is the only parameter that changes ticker. Unfortunately, changing exchange and/or currency didn't really changed the ticker for me. BTW, did you double-check...

Hi @ffffuturexu, little late, but anyway. > First, I have developed my own function to query information by ticker using requests, by referring to your source code in [overview.py](https://github.com/druzsan/justetf-scraping/blob/main/justetf_scraping/overview.py). This...

Hi @andreaiacoponi, at mine it works consistemtly. Do you still have an issue?