Where to Download Cryptocurrency Data? [Free + No Email] – Be on the Right Side of Change (2024)

by Jean Rousseau

2.7/5 - (4 votes)

Do you want to analyze and plot the data of Bitcoin (BTC), Ethereum (ETH), Cardano (ADA) and other cryptocurrencies but you don’t know where to find a reliable data source? I had the same problem a couple of hours ago when writing a Python script to plot the relative price of altcoins versus BTC. This article is the one I’ve been looking for—and I hope it’ll be helpful to you as well.

Let’s get started with my top data source right away!

CryptoDataDownload.com

This is my preferred data source because it’s updated and very fine-granular data:

  • Daily, Hourly, Minute data sets
  • Spot and physical market
  • CSV format
  • Downloadable by Python script

Here’s how they describe their data set:

“We track and produce files for Daily, Hourly, and Minute(!) time series pricing data for the spot/physical market. Each file is easily downloadable in CSV format and can be consumed automatically by Python scripts or other automated processes. In each file, you will find the below/following fields. This OHLC (Open/High/Low/Close) pricing data is updated each day and is taken directly from the exchange(s). Please reach out if you find discrepancies or errors in the data that need to be addressed” (source)

Here are some of their specific data sets from Binance stock exchange. Each link directly leads to the CSV file:

You can download these CSV data sets in your own Python script using the pandas library:

import pandas as pd # Needed to use unverified SSLimport sslssl._create_default_https_context = ssl._create_unverified_context# For example: BTC/USD dataurl = "https://www.cryptodatadownload.com/cdd/Binance_BTCUSDT_d.csv"df = pd.read_csv(url, delimiter=",", skiprows=[0]) print(df) 

You can replace the URL field with the custom URL with your data from the list above. The code downloads the BTC/USD historic data that looks like this:

 unix date ... Volume USDT tradecount 0 1.622333e+12 2021-05-30 00:00:00 ... 1.690781e+09 965806.0 1 1.622246e+12 2021-05-29 00:00:00 ... 3.949843e+09 2169643.0 2 1.622160e+12 2021-05-28 00:00:00 ... 4.926261e+09 2659178.0 3 1.622074e+12 2021-05-27 00:00:00 ... 3.361414e+09 2102182.0 4 1.621987e+12 2021-05-26 00:00:00 ... 4.113718e+09 2432319.0 ... ... ... ... ... ... 1379 1.503274e+09 2017-08-21 ... 2.770592e+06 NaN 1380 1.503187e+09 2017-08-20 ... 1.915636e+06 NaN 1381 1.503101e+09 2017-08-19 ... 1.508239e+06 NaN 1382 1.503014e+09 2017-08-18 ... 4.994494e+06 NaN 1383 1.502928e+09 2017-08-17 ... 2.812379e+06 NaN [1384 rows x 10 columns]

Feel free to play with this in our interactive Jupyter Notebook here:

Where to Download Cryptocurrency Data? [Free + No Email] – Be on the Right Side of Change (1)

The interactive notebook opens in a new tab.

To summarize, the best way to download cryptocurrency data is via this link: https://www.cryptodatadownload.com/data/

CoinMetrics.io

You can also download specific data sets at CoinMetrics.io:

Where to Download Cryptocurrency Data? [Free + No Email] – Be on the Right Side of Change (2)

If you want to download, for example, Bitcoin data, you can use the dropdown menu, select “Bitcoin”, and click download like so:

Where to Download Cryptocurrency Data? [Free + No Email] – Be on the Right Side of Change (3)

When opening the data set with Excel, it has the following CSV format:

Where to Download Cryptocurrency Data? [Free + No Email] – Be on the Right Side of Change (4)

You can download a ZIP file with all data via this link: https://coinmetrics.io/newdata/all.zip. This will download the ZIP file, extract it to obtain the following rich data set:

Where to Download Cryptocurrency Data? [Free + No Email] – Be on the Right Side of Change (5)

At the point of this writing, the ZIP file has 113 different data sets for different cryptocurrencies.

However, I haven’t found direct download links that can be used in a Python script—probably, they want to sell the API for a premium price. However, all those data sets can be manually downloaded for free in a safe and secure way.

To summarize, the second best way to download cryptocurrency data is via this link: https://coinmetrics.io/community-network-data/

Other Cryptocurrency Download Links

In various forums, some links are thrown around. I think they’re not as good as the options provided above, but I’ll include them here for comprehensibility as well:

All Cryptocurrencies

Bitcoin

Ether

If you have any additional data sets of interest, and/or you want to improve your Python skills, consider subscribing and send me an email by replying to any of our Python content emails here:

Where to Download Cryptocurrency Data? [Free + No Email] – Be on the Right Side of Change (6)

Jean Rousseau

Jean is a tech enthusiast with a love for AI and machine learning innovations, particularly LLMs. Beyond contributing insightful articles to our blog, Jean has worked as a Python, Rust, and Go coder for one of the leading tech firms in the world.

Where to Download Cryptocurrency Data? [Free + No Email] – Be on the Right Side of Change (2024)

FAQs

Where can I download cryptocurrency data? ›

With CoinLedger, you can download a csv file for Excel containing data from all of your cryptocurrency transactions. Let's walk through the process. Connect your wallets and exchanges to CoinLedger.

How to get cryptocurrency historical data? ›

CryptoTick, a service offered by CoinAPI, is a platform designed for easy access to cryptocurrency historical data. It's an ideal solution for those who need quick and straightforward access to market data without the complexities often associated with technical data retrieval.

How can I get free crypto right now? ›

How to Get Free Crypto: 10 Ways to Earn Free Crypto in 2024
  1. Airdrops.
  2. Faucets.
  3. Browsers and search engine rewards.
  4. Crypto credit and debit cards.
  5. Play-to-earn games.
  6. Which games give free crypto?
  7. Referrals.
  8. Crypto savings accounts.
1 day ago

How to get data from crypto exchanges? ›

Method 1: Official APIs

Most cryptocurrency trading platforms provide official APIs, which give access to historical and current data about prices, trading volumes, and other relevant details. These APIs are typically well-documented and offer a dependable method for directly obtaining data from the exchanges.

How do I download all crypto transactions? ›

Enter your Bitcoin wallet addresses into CoinLedger.
  1. Let the platform pull off your transactions from the Bitcoin blockchain.
  2. Download your Bitcoin csv file!
  3. And that's it! Once you're done, you can connect other relevant wallets and exchanges to get a complete record of your cryptocurrency transactions.

Where is the best place to find information about cryptocurrency? ›

The 12 best crypto news outlets
  • BeInCrypto. ...
  • The Block. ...
  • Bitcoin Magazine. ...
  • Blockworks. ...
  • Coin Bureau. ...
  • The Defiant. ...
  • Reddit. ...
  • X / Twitter. X (formerly known as Twitter) can help you find the latest and breaking topics in cryptocurrencies.

What is the database where all cryptocurrency transactions are recorded? ›

A blockchain is a distributed database or ledger shared among a computer network's nodes. They are best known for their crucial role in cryptocurrency systems for maintaining a secure and decentralized record of transactions, but they are not limited to cryptocurrency uses.

Where can I find crypto market data? ›

dxFeed provides access to normalized real-time, delayed and historical market data for all main cryptocurrencies from the top 20+ crypto exchanges. dxFeed is connected directly to the exchanges and brings high speed, resilience and flexibility to data management.

Where is crypto currency data stored? ›

Cryptocurrency is stored in digital wallets. Cryptocurrency received its name because it uses encryption to verify transactions. This means advanced coding is involved in storing and transmitting cryptocurrency data between wallets and to public ledgers. The aim of encryption is to provide security and safety.

What is the app that gives free cryptocurrency? ›

Coinbase learn and earn

One of the largest crypto exchanges in the world, Coinbase has an excellent learn and earn crypto program where you can earn free crypto on Coinbase. All you need to do to take part is sign up for a Coinbase account, then you can start learning by watching videos and answering quiz questions.

How to earn 1 Bitcoin for free? ›

How to earn free cryptocurrency: 11 easy ways
  1. Sign up with an exchange. ...
  2. Crypto staking. ...
  3. Free NFTs. ...
  4. Learn and earn. ...
  5. Crypto savings account. ...
  6. Crypto lending. ...
  7. Get cash from a brokerage. ...
  8. Participate in an airdrop.
Jun 28, 2024

How do you make $100 a day trading cryptocurrency? ›

If you're new to crypto day trading, here's what you need to know to make money. The most effective way to make $100 a day with cryptocurrency is to invest approximately $1000 and monitor a 10% increase on a single pair. This approach is more realistic than investing $200 and tracking a 50% increase on the pair.

How to download cryptocurrency data? ›

CryptoDataDownload was one of the very first to offer free historical cryptocurrency data in an easy to download format (CSV) all in one place. CryptoDataDownload continues to lead in the industry by providing risk estimation, tools, and analytics that are essential to big picture decision making.

Where to get info on new crypto? ›

The data aggregator CoinMarketCap lists new coins and tokens daily, and Top ICO List details new ICOs. X and Telegram are also popular social media platforms for new coin announcements.

What is Amberdata? ›

Amberdata is the leading data company for Blockchain and Digital Asset market data. Combining validated blockchain and crypto market data from the top exchanges into a unified platform and API, Amberdata enables customers to build data-powered applications to develop and maintain an edge over their competition.

How to download cryptocurrency data to Excel? ›

In Excel, use the "DATA" tab and select 'From Web' to import data from the API. Follow the prompts to connect to the API and retrieve live price data for your chosen cryptocurrencies.

Where is crypto data stored? ›

In a blockchain, data is stored in a decentralized manner across a network of computers or nodes where blocks are chained together. Each block stores transactions, and when a block is full, a new block is created and linked to the previous one, forming a chain.

How do I get Coinmarketcap data? ›

To access CoinMarketCap's data through their API, you'll need to generate an API key. Here's a step-by-step guide on how to do it: Go to pro.coinmarketcap.com/signup and create an account if you don't already have one. Once logged in, navigate to the Account section.

Top Articles
Best Penny Stocks Under $2 to Buy Today
Can Non-U.S. Citizens Buy Stocks of U.S. Companies?
Bj 사슴이 분수
Inducement Small Bribe
Pangphip Application
Otterbrook Goldens
Brgeneral Patient Portal
GAY (and stinky) DOGS [scat] by Entomb
Tiraj Bòlèt Florida Soir
South Ms Farm Trader
Our Facility
Builders Best Do It Center
Mens Standard 7 Inch Printed Chappy Swim Trunks, Sardines Peachy
Craigslist Pikeville Tn
Nitti Sanitation Holiday Schedule
Animal Eye Clinic Huntersville Nc
National Office Liquidators Llc
Beebe Portal Athena
Craigslist Portland Oregon Motorcycles
Conan Exiles: Nahrung und Trinken finden und herstellen
My Homework Lesson 11 Volume Of Composite Figures Answer Key
Ahn Waterworks Urgent Care
Best Nail Salons Open Near Me
R. Kelly Net Worth 2024: The King Of R&B's Rise And Fall
Riversweeps Admin Login
Living Shard Calamity
Harrison County Wv Arrests This Week
Violent Night Showtimes Near Johnstown Movieplex
Accuradio Unblocked
Receptionist Position Near Me
Our 10 Best Selfcleaningcatlitterbox in the US - September 2024
Darknet Opsec Bible 2022
Salemhex ticket show3
3473372961
Khatrimmaza
Melissa N. Comics
Craigslist Maryland Baltimore
The 38 Best Restaurants in Montreal
Ewwwww Gif
Kgirls Seattle
Tokyo Spa Memphis Reviews
Überblick zum Barotrauma - Überblick zum Barotrauma - MSD Manual Profi-Ausgabe
Insideaveritt/Myportal
Tgirls Philly
Rage Of Harrogath Bugged
Craigslist Minneapolis Com
Menu Forest Lake – The Grillium Restaurant
Shiftselect Carolinas
Zalog Forum
Syrie Funeral Home Obituary
Varsity Competition Results 2022
Latest Posts
Article information

Author: Van Hayes

Last Updated:

Views: 5771

Rating: 4.6 / 5 (66 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Van Hayes

Birthday: 1994-06-07

Address: 2004 Kling Rapid, New Destiny, MT 64658-2367

Phone: +512425013758

Job: National Farming Director

Hobby: Reading, Polo, Genealogy, amateur radio, Scouting, Stand-up comedy, Cryptography

Introduction: My name is Van Hayes, I am a thankful, friendly, smiling, calm, powerful, fine, enthusiastic person who loves writing and wants to share my knowledge and understanding with you.