Found 32 repositories(showing 30)
man-c
Python wrapper for the CoinGecko API
ymyke
tessa – simple, hassle-free access to price information of financial assets
nikit0ns
The Telegram Bot with Cryptocurrency price and some other cool features.
JBLarson
Utility for analyzing market data using the PyCoinGecko library for the CoinGecko API
notaconduit
This dashboard uses sentiment analysis to display the price data and news sentiment data for a selected stock or crypto.
ashioyajotham
Finance
Junkiez
Flask&VueJS CryptoMarketCap web app
conda-forge
A conda-smithy repository for pycoingecko.
InvisUA-creator
testing_pycoingecko
kingsamgad
Using pycoingecko Api
mohamednader973
pycoingecko API in python
danielvmnztr
Thanks @man-c 🫶🏼
MichaelFoisy
Bitcoin api using pycoingecko
vectorloom
No description available
SpawNKZ
No description available
fogacagabriel
Nesse arquivo eu utilizo a PycoinGecko, API que obtém dados de criptomoedas a partir da corretora coin gecko, para obter dados do preço de Bitcoin dos ultimos 30 dias, e plotá-los por meio da biblioteca plotly
ArefehK78
No description available
lizzard2003
This uses the API CoinGecko
cryptoraft
Rust wrapper for the CoinGecko API
Siddhubn
📌 Bitcoin Price Analysis & NBA Team Data Exploration A Python script that analyzes Bitcoin price trends using the CoinGecko API and explores NBA team performance using the NBA API. The script fetches data, processes it into structured formats, and visualizes key insights.
PitaFontes
No description available
seanteoh1234
No description available
xrorrdev
bot that get crypto prices using coingecko API through pycoingecko module
pibara
Just a little script that uses pycoingecko to monitor a portfolio and do some other stuff
Jake-Eickmeier
A project wherein I aim to analyze cryptocurrencies in search of repeatable patterns, trends, relationships, and interesting features. Powered by CoinGecko API: https://www.coingecko.com/en/api (using CoinGecko API wrapper pycoingecko https://github.com/man-c/pycoingecko)
shoaibulhaque
A Python program that uses the CoinGecko API and PyCoinGecko wrapper to generate candlestick graphs for cryptocurrency prices.
Scarping last 30 days bitcoin price movement Data from Coingecko API using use the PyCoinGecko Python Wrapper
CS-Ponkoj
Using pycoingecko library to fetch bitcoin price data from " https://www.coingecko.com/ " site. Used plotly Candlestick plot to visualize the trends as html format.
CristianoPizzamiglio
A simple script that leverages the pycoingecko library to write crypto-related data to an Excel file of the top 100 coins.
naveenkumar-j
In this Bitcoin price visualizer, we will be using the CoinGecko API to create one of these candlestick graphs for Bitcoin. We will use the API to get the price data for 30 days with 24 observation per day, 1 per hour. We will find the max, min, open, and close price per day meaning we will have 30 candlesticks and use that to generate the candlestick graph. Although we are using the CoinGecko API we will use a Python client/wrapper for the API called PyCoinGecko. PyCoinGecko will make performing the requests easy and it will deal with the endpoint targeting.