mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 15:35:22 +02:00
* User tickers as primary lookup symbol instead of isin * Add security price provider * Fetch security prices in bulk to improve sync performance * Fetch prices in bulk, better mocking for tests
11 lines
160 B
YAML
11 lines
160 B
YAML
one:
|
|
ticker: AAPL
|
|
date: <%= Date.current %>
|
|
price: 215
|
|
currency: USD
|
|
|
|
two:
|
|
ticker: AAPL
|
|
date: <%= 1.day.ago.to_date %>
|
|
price: 214
|
|
currency: USD
|