Open leonbaldo opened 2 years ago
I have the same issue.. if I use: investpy.search_quotes(text='Franklin U.s. Opportunities Fund A (acc) Usd', products=['funds'], countries=['luxembourg'], n_results=1) it found it, but when i try to get more info cant found it
The ones i tried and failed are this: {"id_": 1161427, "name": "Pictet - Robotics P Usd", "symbol": "0P00016UT6", "country": "luxembourg", "tag": "/funds/lu1279333675", "pairtype": "funds", "exchange": "Luxembourg"} {"id": 1172997, "name": "Ab Sustainable Us Thematic A Usd", "symbol": "0P00000SR1", "country": "luxembourg", "tag": "/funds/lu0124676726", "pairtype": "funds", "exchange": "Luxembourg"} {"id": 1170463, "name": "Ab Sicav I-sustainable Global Thematic Portfolio A", "symbol": "0P00000I4F", "country": "luxembourg", "tag": "/funds/lu0069063385", "pairtype": "funds", "exchange": "Luxembourg"} {"id": 1168901, "name": "Franklin U.s. Opportunities Fund A(acc)usd", "symbol": "0P00000BM0", "country": "luxembourg", "tag": "/funds/lu0109391861", "pair_type": "funds", "exchange": "Luxembourg"}
I add the next ones:
spain,Morgan Stanley Investment Funds - Us Growth Fund A,0P00000BN2,ms-us-growth-fund-a-usd,1073187,Morgan Stanley Investment Management (ACD) Limited,LU0073232471,equity,USD,
luxembourg,Ab - International Health Care Portfolio A Acc,0P00000I45,intl-health-care-portfolio-a-accu,1037295,AllianceBernstein (Luxembourg) S.à r.l.,LU0058720904,equity,USD,
Need edit and add the Usd
in the name, cuz u have 2 similar Funds one for EUR and one for USD
Dear @alvarobartt,
first of all thank you for the great platform you developed for python users, you've achieved a wonderful result and you must be really proud!
I'm trying to exploit your project to track some funds. I managed to track only some of them; in fact I can't find the way to track some funds (e.g. 'Jpmorgan Funds - Global Healthcare Fund D (acc) - Usd LU0432979960'; 'Jpmorgan Funds - Global Socially Responsible Fund D (acc) - Usd - LU0117882547'; 'Pictet-clean Energy R Usd - LU0280431049' ) I saw that they are accessible on investing.com both on the website itself and using the link you have provided in your documentation, but I can't retrieve the information via Investpy.
Are you able to track them? If so, the answer is that i'm doing something wrong but by searching with both the isin code and the fund name, i don't get any result.
Thank you in advance, Carry on with the great ML and your great projects,
Leonardo