guptarohit / cryptoCMD

Cryptocurrency historical price data library in Python. Data from https://coinmarketcap.com.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get OHLC of Today?

gloomie opened this issue · comments

This is a(n):

  • New feature
  • Update to an existing feature
  • Error
  • Proposal to the Repository

Details:

How to get the OHLC data for the current unfinished day, as most of other APIs provide? Obviously, the Close (and HL) will be temporary from "live" data until the day ends.

Thanks!