
Explore CoinMarketCap APIs, including listings, ticker, and global market APIs, to fetch IDs, names, symbols, market cap, and prices, paginate results, and convert currencies.
Create a cryptocurrency top 100 ranker that sorts coins by seven-day and one-hour changes from market cap data, with a refreshed window and the ability to run without opening pie.
Sort and display the top 100 cryptocurrencies by 24-hour change, handle missing api data by replacing none with zero, and validate values before sorting to ensure clean results.
Learn to filter data frames, extract symbols into a list, convert string data to proper json, and safely parse floats while handling None values.
Retrieve data from coinmarketcap API to get current prices by coin ID; connect to the listings API, map symbols to IDs, and store prices in a zero-initialized list.
If you are interested in cryptocurrency and you want to learn python, this course is perfect for you. Take your Python skills to the next level by creating 8 cryptocurrency applications.
Source code for all applications is included in course documentation.
Project 1: CoinMarketCap 'Clone'
This application will get all the data from CoinMarketCap and display the result in a PrettyTable.
Project 2: Cryptocurrency Top 100 Ranker
Allows you to filter all the cryptocurrencies available on CoinMarketCap and it will display the top 100.
Project 3: Write Data to Excel File
Store cryptocurrency information inside of excel workbooks using Python.
Project 4: Portfolio Calculator
This program will help you keep track on you cryptocurrency profit. It calculates profit for each cryptocurrency, profit for total portfolio and others.
Project 5: Cryptocurrency Price Alert
You can set a price above and a price below and the computer will speak to you for exemple: "Bitcoin price is 8000" or "Bitcoin price dropped 6000", also you can run this program in the background.
Project 6: Cryptocurrency Data Analyzer
Create your own cryptoccurency ranking algorithm. You can rank cryptoccurency based on your preferences and view the results in a sorted order. For exemple you can take into consideration the change in the last 2 min, last day, week, month and even year. Or based on volume, number of orders, moving averages and many other parameters. There are dozens of APIs with real time cryptoccurency data available on CoinMarketCap and Binance.
For Projects 7, 8 You Will Need to Have an Binance Account and Python 2.
Project 7: Pump & Dump Trading Bot
We are going to build step by step an simple Pump & Dump Trading Bot for Binance exchange. Do not use it with real money, only for educational purposes.
Project 8: Binance HotKeys Program
Trade cryptocurrencies at the press of a button.
This program is available in the documentation of this course and it has about 300 rows of code that's why we are not going to write it and I am only going to explain you how it works . Do not use it with real money, only for educational purposes.