mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-03 04:25:21 +02:00
First pass at security price reference (#1388)
* 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
This commit is contained in:
parent
bf695972e4
commit
490f44589e
16 changed files with 155 additions and 88 deletions
4
test/fixtures/security/prices.yml
vendored
4
test/fixtures/security/prices.yml
vendored
|
@ -1,11 +1,11 @@
|
|||
one:
|
||||
ticker: AAPL
|
||||
security: aapl
|
||||
date: <%= Date.current %>
|
||||
price: 215
|
||||
currency: USD
|
||||
|
||||
two:
|
||||
ticker: AAPL
|
||||
security: aapl
|
||||
date: <%= 1.day.ago.to_date %>
|
||||
price: 214
|
||||
currency: USD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue