Sorry, I didn't know it came with such limitations, but perhaps there's a way to import CSV files
[as a workaround] to the datasheet on your website
[there's a free CSV file on their "Historical Data" tab, but you have to download each page separately (starting from "page 33" and ending on page 41 (9 CSV files)].
Tried to get the data dump from them. Nothing reached my mail so far.
I have a feature request. Is it possible to show Bitcoin address balance on a certain date time? I could not find this utility anywhere and I guess, this would be helpful for many.
Created a tool for this @
https://100bit.co.in/address.php. I have not rigorously tested it though. So, it is good, if you guys may test it with different address and date range and report bugs here.
Love the website and simplicity, if you can add a function so that it the price refreshes live so people don’t have to refresh the website anymore
Done. It now refreshes every 10 minute automatically and the price in respective FIAT currency is shown in the tab title.
Say, I want to know balance of 1BitcoinEaterAddressDontSendf59kuE on 29/02/2016 19:20:21 GMT. How do I proceed?
https://100bit.co.in/address.php?dd=29&mo=02&yyyy=2016&hh=19&mi=20&ss=21&address=1BitcoinEaterAddressDontSendf59kuEDespite having the option to refresh it after 30 seconds manually, is it possible to make the 10-minute interval shorter or even in real time?
Will be unnecessary pressure on free API. I'd better skip it.
It'd be nice to have an alert system together with flashing tab notifications when it hits a certain price
That's an user specific feature, which would require user sign up to alert them at different price target. So, as of yet, it is beyond my scope.
http://preev.com is back! So, any site, that was surviving just doing what preev.com was doing, will now be obsolete.
https://100bit.co.in already offers features that preev.com does not offer.
I'm not really sure what you are looking for exactly. However, here's one site-
https://www.xe.com/currencycharts/?from=BTC&to=BDT&view=10YYou can see the last 10 years price chart in BDT for BTC. I think this can help you. Not sure if you can get data from them or not. They have API for currency but that's a paid tool. I can help you of course if the fee is reasonable for me. Please check if anything is possible from this.
It would be great if you get data from Binance p2p for the last year but that's something would be difficult as far as I know.
I need real time data or data dump of last 10 years either in the following format or something that can be converted to this from Free API...
{
"prices": [
[
Unix_TimeStamp_10_Years_Ago,
Price_10_Years_Ago
],
.
.
.
.
.
.
[
Unix_TimeStamp_Current_Date,
Price_Current_Date
]
]
}