1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 23:45:21 +02:00
Maybe/test/fixtures/security/prices.yml
Josh Pigford 490f44589e
Some checks are pending
Publish Docker image / ci (push) Waiting to run
Publish Docker image / Build docker image (push) Blocked by required conditions
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
2024-10-29 15:37:59 -04:00

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