Author

Topic: Hourly data on alt coins historically? (Read 106 times)

full member
Activity: 644
Merit: 100
January 15, 2018, 09:31:17 AM
#13
Is it possible to use tradingview? U can write on their base. They have all required info from almost all exchanges. Or u need use API of exchanges. U can also look QT trader it is open source and uses APIs of a lot of exchanges.
member
Activity: 210
Merit: 12
January 15, 2018, 08:46:54 AM
#12
I think coinmarket cap has all the info you need. The data is live there so you can check in whenever you want.
hero member
Activity: 1470
Merit: 655
January 15, 2018, 08:27:53 AM
#11
I need a database with at least top 100 altcoins for a couple months to a year with hourly prices.

use Poloniex API although i think they don't have hourly price! instead they have 2 hour, half hour, daily, even 5 minute!

https://poloniex.com/public?command=returnChartData¤cyPair=BTC_XMR&start=1405699200&end=9999999999&period=14400

change currencyPair for any pair that Poloniex has. and the start and end times are obviously UNIX timestamps so change them according to your need.
newbie
Activity: 28
Merit: 0
January 15, 2018, 08:08:40 AM
#10
coinmarketcap.com can give you a lot of information it includes the historical graph of the coins from the start of the coin in the exchange and into the current period of time.
hero member
Activity: 824
Merit: 500
CryptoTalk.Org - Get Paid for every Post!
January 14, 2018, 09:39:17 AM
#9
Yes coinmarketcap has a lot of data but I need to be able to query this in my program. Only one I can parse from their site is daily prices.

I read somewhere that CMC will soon announce API access to their DB with historical data, but it will be paid.
The other option is to make a DB with current 5 min ticks from CMC and make your own historical DB over time.
member
Activity: 1022
Merit: 10
January 14, 2018, 09:33:34 AM
#8
one account for a life time is enough for programmer with good knowledge to plotly...

hero member
Activity: 1008
Merit: 533
January 14, 2018, 05:00:30 AM
#7
It is already answered  Smiley
Coinmarketcap is only the place you can find this information. Most of the application and website takes th datas they use from coinmarketcap.
newbie
Activity: 68
Merit: 0
January 14, 2018, 04:50:44 AM
#6
No I just need past data for simulations, not real time.
member
Activity: 221
Merit: 10
January 14, 2018, 03:57:19 AM
#5
Do you want to do high-frequency trading strategies? So why not just connect to the exchange's API.
newbie
Activity: 68
Merit: 0
January 14, 2018, 03:42:54 AM
#4
Yes coinmarketcap has a lot of data but I need to be able to query this in my program. Only one I can parse from their site is daily prices.
member
Activity: 100
Merit: 10
January 14, 2018, 03:10:44 AM
#3
Hi all,

I am writing a program where I simulate some investment ideas but I need a database with at least top 100 altcoins for a couple months to a year with hourly prices.

Anyone knows where I can find this info?


Thanks in advance.
Coinmarketcap have the price for all the exchange even just 1 coin.
newbie
Activity: 28
Merit: 0
January 14, 2018, 03:07:34 AM
#2
I guess coinmarketcap.com gives you a detailed information about all of the coins in the market. Try to look the website and see if you can find it there.
newbie
Activity: 68
Merit: 0
January 14, 2018, 03:06:14 AM
#1
Hi all,

I am writing a program where I simulate some investment ideas but I need a database with at least top 100 altcoins for a couple months to a year with hourly prices.

Anyone knows where I can find this info?


Thanks in advance.
Jump to: