mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 15:35:22 +02:00
11 lines
182 B
YAML
11 lines
182 B
YAML
one:
|
|
from_currency: EUR
|
|
to_currency: GBP
|
|
rate: 1.0986
|
|
date: <%= Date.current %>
|
|
|
|
two:
|
|
from_currency: EUR
|
|
to_currency: GBP
|
|
rate: 1.0926
|
|
date: <%= 1.day.ago.to_date %>
|