Skip to content

Could Crypto Functionality be Added? #49

Discussion options

You must be logged in to vote

Hi @sahelanthropussy, indeed you can currently do that with investiny.search_assets e.g.

from investiny import search_assets

results = search_assets(query="bitcoin")
print(results)
>>> [{'symbol': 'BTC/USD', 'full_name': 'Bitfinex:BTC/USD', 'description': 'Bitcoin US Dollar', 'type': 'Forex', 'ticker': '945629', 'exchange': 'Bitfinex'}, {'symbol': 'BTC/USD', 'full_name': 'Investing.com:BTC/USD', 'description': 'Bitcoin', 'type': 'Index', 'ticker': '1057391', 'exchange': 'Investing.com'}, {'symbol': 'WGMI', 'full_name': 'NASDAQ:WGMI', 'description': 'Valkyrie Bitcoin Miners ETF', 'type': 'ETF', 'ticker': '1187014', 'exchange': 'NASDAQ'}, {'symbol': 'CRYP', 'full_name': 'NYSE:CRYP', 'descr…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alvarobartt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants