I know how to pull data from coinmarketcap into an excel sheet already but it's not efficient. So I need a way to download the data to a text file so I can grab it from there with my excel workbook.
So is there anyone that knows How to pull data to a text file from Coinmarketcap.com API?
I'd greatly appreciate it if someone can help me on this
EDIT: I openned this topic in economics also. But couldnt remove this one. So mods, feel free to remove this topic from here. Thank you
This is actually the correct place for the thread, the thread on economics should probably be closed.
How would you want this as a text file? Right now the following URL is JSON:
https://api.coinmarketcap.com/v1/ticker/You can just convert that to text, although it may not be as easy to handle
For example:
https://pastebin.com/PHG0bf5g