Compare commits
1 Commits
d45f782a5e
...
0fa61a585e
Author | SHA1 | Date | |
---|---|---|---|
0fa61a585e |
@ -4,7 +4,7 @@
|
|||||||
YESTERDAY=$(date -d "yesterday" +%Y-%m-%d)
|
YESTERDAY=$(date -d "yesterday" +%Y-%m-%d)
|
||||||
echo "Starting price tracking for $YESTERDAY" >&2
|
echo "Starting price tracking for $YESTERDAY" >&2
|
||||||
|
|
||||||
# Function to get and process price data for a currency
|
# Fetch and process rates for a fiat currency
|
||||||
get_price_data() {
|
get_price_data() {
|
||||||
local currency=$1
|
local currency=$1
|
||||||
local data avg open24 last
|
local data avg open24 last
|
||||||
|
Loading…
x
Reference in New Issue
Block a user