Author

Topic: Historical OHLC market data (Read 395 times)

JWT
newbie
Activity: 57
Merit: 0
August 12, 2017, 11:55:04 AM
#5
Any other more userfriendly options?
sr. member
Activity: 287
Merit: 250
July 26, 2017, 07:43:25 PM
#4
You can use gekko, it can import OHLC data directly from selected exchanges: https://gekko.wizb.it/docs/features/importing.html
JWT
newbie
Activity: 57
Merit: 0
July 26, 2017, 01:08:12 PM
#3
Thanks
legendary
Activity: 2926
Merit: 1131
July 25, 2017, 06:10:57 PM
#2
not sure if it is OHLC:
http://api.bitcoincharts.com/v1/csv/

edit:
https://poloniex.com/support/api/
and you can get it directly from poloniex API, but lowest period is 300 seconds:
Quote
returnChartData

Returns candlestick chart data. Required GET parameters are "currencyPair", "period" (candlestick period in seconds; valid values are 300, 900, 1800, 7200, 14400, and 86400), "start", and "end". "Start" and "end" are given in UNIX timestamp format and used to specify the date range for the data returned. Sample output:

[{"date":1405699200,"high":0.0045388,"low":0.00403001,"open":0.00404545,"close":0.00427592,"volume":44.11655644,
"quoteVolume":10259.29079097,"weightedAverage":0.00430015}, ...]

Call: https://poloniex.com/public?command=returnChartData¤cyPair=BTC_XMR&start=1405699200&end=9999999999&period=14400
JWT
newbie
Activity: 57
Merit: 0
July 25, 2017, 04:36:51 PM
#1
Hello.
I am looking for 1 minute BTC and altcoins market data.
Is there any place where it's possible to download it?
Or maybe there are some standalone data downloader?
Any help would be appreciated.

Thank You.
Jump to: