.ticker.yaml 361 B

12345678910111213141516171819202122
  1. # ~/.ticker.yaml
  2. show-summary: true
  3. show-tags: true
  4. show-fundamentals: true
  5. show-separator: true
  6. show-holdings: true
  7. interval: 5
  8. currency: EUR
  9. watchlist:
  10. - GME
  11. - AMRS
  12. - AMC
  13. lots:
  14. - symbol: "GME"
  15. quantity: 56.0
  16. unit_cost: 237.00
  17. - symbol: "AMRS"
  18. quantity: 10.0
  19. unit_cost: 17.00
  20. - symbol: "AMC"
  21. quantity: 10.0
  22. unit_cost: 48.00