Giter Site home page Giter Site logo

pydatablog / coinsta Goto Github PK

View Code? Open in Web Editor NEW
47.0 3.0 6.0 97 KB

A Python package for acquiring both historical and current data of cryptocurrencies

Home Page: https://medium.com/python-data/coinsta-a-python-package-for-cryptocurrency-data-67e5417182a7

License: BSD 3-Clause "New" or "Revised" License

Python 100.00%
cryptocurrency coinmarketcap python pandas current-cryptocurreny-data scraper

coinsta's Introduction

Hi there ๐Ÿ‘‹

coinsta's People

Contributors

pydatablog 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

coinsta's Issues

Unable to scrap certain coin symbols

Some symbols such as yoyow and gxc is not recognized.

coinsta.exceptions.WrongCoinCode: 'YOYOW' is unavailable on CoinMarketCap.com. Please check the website for the right ticker information code

Converting BTC values to GBP and EUR

Hi Bernard

I'm currently using the following code which derives the current value of BTC against US Dollars:

# import the Current class
from coinsta.core import Current

# get current market information on a specified crypto
btc_current = Current.get_current('btc') # a pandas dataframe object

#print(btc_current)
btc_current_price = btc_current.loc['price'] [0]
print(btc_current_price)

However, as I live in the UK, it would be really useful to be able to derive the current value of BTC against GBP (British Pounds), and maybe even EUR (Euros)!

Best regards,
Niall

Detail of data

Hi!

Are the OHLC candles daily? I didn't understand it from readme. Is there any intent to support more detailed data, perhaps minute candles?

Jan

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.