mirror of
https://github.com/we-promise/sure.git
synced 2026-04-09 07:14:47 +00: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
12 lines
160 B
YAML
12 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
|