5

Is there a way to get BTC-E older ticks? On their api docs I only found how to get the current Tick.

Nick ODell
  • 29,396
  • 11
  • 72
  • 130

1 Answers1

3

Not from Btc-e though you can probably get them from bitcoin charts or start keeping your own and then just query that (thats what I did.) Btc-e's API sucks, but heres a project that makes several API calls not in their official documentation.

Loourr
  • 3,050
  • 4
  • 17
  • 35
  • 2
    The 'trades not in their documentation' are just documented elsewhere... https://btc-e.com/page/2 (open up the API bit at the bottom of the FAQ). They are separate because they are part of the public api. – Public Profile Dec 19 '13 at 06:39