GithubHelp home page GithubHelp logo

akcarsten / bitfinex_api Goto Github PK

View Code? Open in Web Editor NEW
40.0 40.0 25.0 29 KB

Python client for the Bitfinex REST API

Home Page: https://medium.com/coinmonks/how-to-get-historical-crypto-currency-data-954062d40d2d

License: MIT License

Python 100.00%

bitfinex_api's People

Contributors

akcarsten avatar alejandrocoria avatar dependabot[bot] avatar martincpt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

bitfinex_api's Issues

Data is limited to 1900 rows 0r 8000 data points

bitfinex_btcusd.xlsx

i have run the collectdata.py script for the fetching the per minute or 1 min trade data for BTC/USD pair for the past five years . But what i found that the the data rows are limited to 1900 rows and data size to 63 kb and timestamp to 1556342280000. I have attached the downloaded data .csv file for reference. Please guide any code issues. we must get 2800000 rows for five years data.

Issue of bitfinex_api

Good Afternoon Dr. Klein,

I hope this email finds you well.

I saw your webpage on Kaggle for cryptocurrencies. I think what you provided there are very useful and helpful. Thank you very much for sharing them.

I tried the Python programme that you shared, and downloaded some data of bitcoin. However, I found that the Bitfinex API seems unstable.

I sent an email to your email box [email protected]

Few issues

'id' changed to 'order_id'
'type' changed to 'order_type'
'exchange' changed to 'bitfinex'
amount and price have to be decimal strings (e.g. '1.00')

def cancel_all(self):
return self.api_call('/v1/positions', {}).json()

changed to
def position():

example not running

`import bitfinex

key = 'YOUR_PUBLIC_KEY'
secrete = 'YOUR_SECRETE_KEY'

api = bitfinex.api_v1(key, secrete)
my_balance = api_bitfinex.balance()`
I tried running the above example as explained in readme to retrieve balance and it gives the error api_bitfinex is not defined

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.