mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 23:45:21 +02:00
* First pass at security price reference
* Data cleanup
* Synth security fetching does better with a mic_code
* Update test suite
😭
* Update schema.rb
* Update generator.rb
11 lines
164 B
YAML
11 lines
164 B
YAML
one:
|
|
security: aapl
|
|
date: <%= Date.current %>
|
|
price: 215
|
|
currency: USD
|
|
|
|
two:
|
|
security: aapl
|
|
date: <%= 1.day.ago.to_date %>
|
|
price: 214
|
|
currency: USD
|