F2011B / ami2py

Python Package for reading an amibroker database
MIT License
20 stars 6 forks source link

get_dict_for_symbol() does not work if symbol name starts with "^" #3

Closed helpme1 closed 2 years ago

helpme1 commented 2 years ago

I notice that get_dict_for_symbol() does not work for symbols that start with "^" and "~'. An example would be the yahoo symbol for S&P 500 "^GSPC".

This will be a problem for most yahoo stock indices.

Thanks for your work. It is useful for Amibroker users.

F2011B commented 2 years ago

I implemented the fix. However, the automatic build chain is currently broken. Therefore, no new version was deployed on pypi. Please use the git repo and try it. Would be nice if you can close the ticket if it works for you!

helpme1 commented 2 years ago

I implemented the fix. However, the automatic build chain is currently broken. Therefore, no new version was deployed on pypi. Please use the git repo and try it. Would be nice if you can close the ticket if it works for you!

Thank you for the quick action. I have verified that the fix works. I will close the ticket.