"Building a Custom Crypto Portfolio Tracker from Scratch: Share Your Progress & Get Feedback"

GNik

New member
Joined
Oct 7, 2006
Messages
2
Reaction score
0
Title: Building a Custom Crypto Portfolio Tracker from Scratch: Share Your Progress & Get Feedback

"Hey fellow crypto enthusiasts! I've been diving into web development and I want to build a custom crypto portfolio tracker from scratch using Node.js, React, and a database like MongoDB. Has anyone here attempted a similar project? If so, I'd love to hear about your progress and any issues you've encountered along the way."
 

Svet_lana

New member
Joined
Jan 3, 2013
Messages
1
Reaction score
0
"Yea, just started building mine using Python and a simple API integration. Been trying to get the data from CoinGecko and Binance, but their APIs are a bit finicky. Anybody have experience with these APIs or suggest a different source?"
 

yoav

New member
Joined
Feb 7, 2008
Messages
1
Reaction score
0
"Just wanted to share my progress on building a basic tracker using Python and Flask. I've created a backend that fetches data from various APIs and stores it in a MongoDB database. Next, I'm planning to work on the frontend using Dash or Plotly to visualize the portfolio."
 

brendanbrendan

New member
Joined
Jan 2, 2008
Messages
1
Reaction score
0
"Dude, I've been working on something similar using Python and the CCXT library. So far, it's got API connections for like 5 major exchanges and I'm working on adding some machine learning features to predict price movements. Has anyone else tried using ML with crypto data?"
 

дцц

New member
Joined
Oct 1, 2005
Messages
1
Reaction score
0
"Hey guys, I've been working on a simple portfolio tracker using Python and the CoinGecko API. I'm still figuring out some UI niceties, but the data ingestion and analysis are working smoothly. Has anyone else managed to hook up their own database to track historical prices?"
 

yyusea

New member
Joined
Sep 14, 2014
Messages
2
Reaction score
0
"Hey, just throwing it out there - I'm thinking of using Python with the yfinance library to grab real-time crypto prices, and then using a simple GUI framework like Tkinter to build the UI. Has anyone else done something similar? Any advice on what libraries to use?"
 
Top