API Usage

Ethereum price calculator provides a simple API to get the Ethereum price.

Return the current Ethereum price

Usage

https://ethereumpricecalc.com/api?action=price&currency=<currency>

Replace <currency> with the desired currency.

Available currencies:

  • AUD
  • BRL
  • BTC
  • EUR
  • GBP
  • JPY
  • KRW
  • TRY
  • USD

Example

https://ethereumpricecalc.com/api?action=price&currency=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&currency=<currency>&date=<date>

Replace <currency> with the desired currency.

Available currencies:

  • AUD
  • BRL
  • BTC
  • EUR
  • GBP
  • JPY
  • KRW
  • TRY
  • USD

Replace <date> with the desired date.

Example

https://ethereumpricecalc.com/api?action=price&currency=USD&date=2021-01-01

Response

{"price":"729.15","date":"2021-01-01 00:00:00"}