Stellar (XLM) Cryptocurrency Dataset
Data from September 17, 2014 to November 29, 2021
@kaggle.adebayo_stellar_cryptocurrency_dataset
Data from September 17, 2014 to November 29, 2021
@kaggle.adebayo_stellar_cryptocurrency_dataset
Stellar (XLM) is an open network that allows money to be moved and stored. When it was released in July 2014, one of its goals was boosting financial inclusion by reaching the world’s unbanked — but soon afterwards, its priorities shifted to helping financial firms connect with one another through blockchain technology.
The network’s native token, lumens, serves as a bridge that makes it less expensive to trade assets across borders. All of this aims to challenge existing payment providers, who often charge high fees for a similar service.
If all of this sounds familiar, it is worth noting that Stellar was originally based on the Ripple Labs protocol. The blockchain was created as a result of hard fork, and the code was subsequently rewritten.
Learn more: https://www.stellar.org/lumens
Three CSVs of trading data for Stellar XLM cryptocurrency from September 17, 2014 to November 29, 2021:
Column Attributes (all prices are in USD):
Stellar XLM dataset downloaded from Yahoo Finance.
DeFi, crypto and blockchain.
CREATE TABLE xlm_usd_daily_09_17_14_12_31_21 (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);CREATE TABLE xlm_usd_monthly_09_17_14_12_31_21 (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);CREATE TABLE xlm_usd_weekly_09_17_14_12_31_21 (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);Anyone who has the link will be able to view this.