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

12 lines
160 B
YAML
Raw Permalink Normal View History

one:
ticker: AAPL
date: <%= Date.current %>
price: 215
currency: USD
two:
ticker: AAPL
date: <%= 1.day.ago.to_date %>
price: 214
currency: USD