Ethereum price calculator provides a simple API to get the Ethereum price.
Return the current Ethereum price
Usage
https://ethereumpricecalc.com/api?action=price¤cy=<currency>
Replace <currency> with the desired currency.
Available currencies:
Example
https://ethereumpricecalc.com/api?action=price¤cy=USD
Response
{"price":"1284.3","date":"2022-10-16 14:14:00"}
Return the Ethereum price from a specific date.
Usage
https://ethereumpricecalc.com/api?action=price¤cy=<currency>&date=<date>
Replace <currency> with the desired currency.
Available currencies:
Replace <date> with the desired date.
Example
https://ethereumpricecalc.com/api?action=price¤cy=USD&date=2021-01-01
Response
{"price":"729.15","date":"2021-01-01 00:00:00"}