mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 15:35:22 +02:00
12 lines
186 B
YAML
12 lines
186 B
YAML
|
one:
|
||
|
isin: US0378331005 # AAPL
|
||
|
date: <%= Date.current %>
|
||
|
price: 215
|
||
|
currency: USD
|
||
|
|
||
|
two:
|
||
|
isin: US0378331005 # AAPL
|
||
|
date: <%= 1.day.ago.to_date %>
|
||
|
price: 214
|
||
|
currency: USD
|