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
Zach Gollwitzer 453a54e5e6
Add security prices provider (Synth integration) (#1039)
* 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
2024-08-01 19:43:23 -04:00

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