"price_history"
formula returns a table of the daily Open, High, Low, Close & Volume (OHLCV) values for a given market. Both quote and base volumes are included.=CRYPTOFINANCE("exchange_name:BTC/USD", "price_history")
=CRYPTOFINANCE("KRAKEN:BTC/USD", "price_history")
KRAKEN:BTC/USD
market:=CRYPTOFINANCE("BTC/USD", "price_history")
"Kraken":BTC/USD"
is used as a placeholder for the exchange and market in the examples below.=CRYPTOFINANCE("KRAKEN:BTC/USD", "price_history", "2021")
=CRYPTOFINANCE("OPENSEA:MUTANT-APE-YACHT-CLUB", "price_history", "ytd")
=CRYPTOFINANCE("KRAKEN:BTC/USD", "price_history", "2020Q3")
=CRYPTOFINANCE("OPENSEA:MUTANT-APE-YACHT-CLUB", "price_history", "2022Q1")
=CRYPTOFINANCE("KRAKEN:BTC/USD", "price_history", "2021-01")
=CRYPTOFINANCE("OPENSEA:MUTANT-APE-YACHT-CLUB", "price_history", "2022-01")
=CRYPTOFINANCE("KRAKEN:BTC/USD", "price_history", "1m")
=CRYPTOFINANCE("OPENSEA:MUTANT-APE-YACHT-CLUB", "price_history", "1m")
=CRYPTOFINANCE("KRAKEN:BTC/USD", "price_history", "3m")
=CRYPTOFINANCE("KRAKEN:BTC/USD", "price_history", "1y")
=CRYPTOFINANCE("OPENSEA:MUTANT-APE-YACHT-CLUB", "price_history", "1y")
=CRYPTOFINANCE("KRAKEN:BTC/USD", "price_history", "2y")