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,700 points
1,417 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: https://pro-api.coinmarketcap.com/v1/exchange/market-pairs/latest

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

The direct endpoint would be https://api.binance.com/api/v1/exchangeInfo

answered Mar 24, 2022 by Rahul
• 9,670 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
884 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,210 points
12,853 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 Fabric main ...READ MORE

answered Jun 27, 2018 in Blockchain by aryya
• 7,450 points
1,161 views
0 votes
1 answer
+1 vote
1 answer

Protocols used in a distributed/dlt system for the nodes to establish communication

yes all are over TCP/IP connections secured ...READ MORE

answered Aug 6, 2018 in Blockchain by aryya
• 7,450 points
1,129 views
0 votes
1 answer

Truffle tests not running after truffle init

This was a bug. They've fixed it. ...READ MORE

answered Sep 11, 2018 in Blockchain by Christine
• 15,790 points
1,663 views
0 votes
1 answer

Hyperledger Sawtooth vs Quorum in concurrency and speed Ask

Summary: Both should provide similar reliability of ...READ MORE

answered Sep 26, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
1,215 views
0 votes
1 answer

How to get a list of Coinbase CryptoCurrency Coins

The following code: import requests ...READ MORE

answered Apr 8, 2022 in Blockchain by Rahul
• 9,670 points
1,072 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP