1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 15:35:22 +02:00
Maybe/test/fixtures/security/prices.yml

12 lines
186 B
YAML
Raw Normal View History

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