yfinance Crypto symbol list

0 votes

I am using yfinance in python to get crypto symbol pair prices. It gives real time data via its yf.download(tickers=tickers, period=period, interval=interval) function in a very nice format. I am wondering if there is any function in yfinance to pull out all the supported crypto-pairs without doing any web scraping.

Mar 14, 2022 in Blockchain by Soham
• 9,730 points
3,388 views

1 answer to this question.

0 votes

After what I know about, YahooFinance uses CoinMarketCap to retrieve crypto market information. CoinMarketCap offers the API you request here which is not for free.

I would recommend you to transfer to the Binance API. It includes the endpoint GET /api/v1/exchangeInfo as documented here: https://github.com/binance/binance-spot-api-docs/blob/master/rest-api.md

answered Mar 24, 2022 by Rahul
• 9,690 points

Related Questions In Blockchain

0 votes
1 answer

Crypto algorithm list

The learning here is that cyphers and ...READ MORE

answered Apr 7, 2022 in Blockchain by Aditya
• 7,680 points
2,404 views
+1 vote
8 answers

How is Blockchain a linked list?

Blockchain is similar to Single Linked List ...READ MORE

answered Aug 3, 2018 in Blockchain by Omkar
• 69,180 points
15,100 views
0 votes
1 answer

Where can I find the reference format for crypto-config.yaml and configtx.yaml Hyperledger Fabric files?

The sample config files in the Hyperledger ...READ MORE

answered Jun 27, 2018 in Blockchain by aryya
• 7,460 points
1,868 views