Forum Discussion
felipe gregório
Feb 26, 2018Copper Contributor
Cryptocurrency analysis project
Hello. I would like help creating a chart to analyze certain information. This information I can collect through the site https://api.coinmarketcap.com/v1/ticker/ follows model of the extraction of d...
Donald_Genes_
Oct 23, 2021Brass Contributor
I can help you
First you need how to use logical function to manipulate the data
and then extract the time from the date
Send me a full details on my email or DM..I can help
First you need how to use logical function to manipulate the data
and then extract the time from the date
Send me a full details on my email or DM..I can help
- Oro91120Feb 14, 2024Copper Contributor
Donald_Genes_ the easiest way is to use a third party to get the data. If you need market data only, cryptosheet is good. If you want to pull your wallets data from Binance for example, https://linkyflow.com is a better options.
If you want to do it without, you will need to go deep in VBA to get the data, or create your own addin.