giokxan / repo

0 stars 0 forks source link

Simple price ticker for Kraken and BTCTurk #1

Open giokxan opened 6 years ago

giokxan commented 6 years ago

Hello,

I'm trying to write a simple python or php code, it needs show a=(Kraken eth price * EUR/TRY exchange rate), then b=BTCturk eth price and b/a value. Can you help me?

Thanks

jevogel commented 6 years ago

I'll give you some help with Python since I don't know much about PHP.

I would first start by finding Python modules to interact with the APIs.

Those feed you responses in different formats. You can read the project docs for each to figure out how to parse the responses and turn them into a ticker.