Bitcoin Forum
May 10, 2024, 07:18:16 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to check (percent_change) for Crypto Currencies upon custom dates?  (Read 138 times)
ahmednabil88 (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
November 30, 2017, 04:17:57 AM
 #1

We can check (percent_change) for all Crypto Currencies now
Using coinmarketcap website
https://coinmarketcap.com/all/views/all/
BUT ONLY for 
  • (percent_change) LAST 1 hour
  • (percent_change) LAST 24 hours
  • (percent_change) LAST 7 days


Any help/idea/tool
How to check (percent_change) for Crypto Currencies upon custom dates?
For example
Need to show (percent_change) for Crypto Currencies during this period
  • Start date: 01-01-2017
  • End date: 01-11-2017

1715325496
Hero Member
*
Offline Offline

Posts: 1715325496

View Profile Personal Message (Offline)

Ignore
1715325496
Reply with quote  #2

1715325496
Report to moderator
1715325496
Hero Member
*
Offline Offline

Posts: 1715325496

View Profile Personal Message (Offline)

Ignore
1715325496
Reply with quote  #2

1715325496
Report to moderator
1715325496
Hero Member
*
Offline Offline

Posts: 1715325496

View Profile Personal Message (Offline)

Ignore
1715325496
Reply with quote  #2

1715325496
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715325496
Hero Member
*
Offline Offline

Posts: 1715325496

View Profile Personal Message (Offline)

Ignore
1715325496
Reply with quote  #2

1715325496
Report to moderator
1715325496
Hero Member
*
Offline Offline

Posts: 1715325496

View Profile Personal Message (Offline)

Ignore
1715325496
Reply with quote  #2

1715325496
Report to moderator
1715325496
Hero Member
*
Offline Offline

Posts: 1715325496

View Profile Personal Message (Offline)

Ignore
1715325496
Reply with quote  #2

1715325496
Report to moderator
pooya87
Legendary
*
Offline Offline

Activity: 3444
Merit: 10558



View Profile
November 30, 2017, 04:41:41 AM
 #2

just calculate it on your own!
the price history is out there, you can just open up any exchange that has that coin and check the price at those two dates and then calculate the percentage change of it.
Code:
[(price2 - price 1) / price1] * 100
or
Code:
[(price2 / price1) - 1] * 100

if you are familiar with programming then you can use poloniex chart API to get the price of a specific date

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
HabBear
Hero Member
*****
Offline Offline

Activity: 1106
Merit: 637


View Profile WWW
November 30, 2017, 04:44:38 AM
 #3

Ok, so you're asking specifically about CoinMarketcap. The answer is: You can't choose custom dates. Why? Because the CoinMarketcap site and mobile app don't offer that functionality.

What coin are you interested in historical data for? Google: [insert coin name here] historical prices

This will likely return you a few sites that provide historical price data for the coin you have interest in, and one of these sites should allow you to customize the date range.

If that doesn't work, follow Pooya's advice below:

just calculate it on your own!
the price history is out there, you can just open up any exchange that has that coin and check the price at those two dates and then calculate the percentage change of it.
Code:
[(price2 - price 1) / price1] * 100
or
Code:
[(price2 / price1) - 1] * 100

if you are familiar with programming then you can use poloniex chart API to get the price of a specific date
ahmednabil88 (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
November 30, 2017, 09:33:11 AM
 #4

if you are familiar with programming then you can use poloniex chart API to get the price of a specific date

Good suggestion and instead of manually calc the required (percent_change) for each currency one by one
The programmable app will do
Thanks!
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!