marcopaganini / quotes-exporter

Quotes exporter for prometheus (Supports stocks, ETFs and funds)
9 stars 3 forks source link

Bump github.com/piquette/finance-go from 1.0.0 to 1.1.0 #5

Closed umatare5 closed 1 year ago

umatare5 commented 1 year ago

What

SSIA.

I checked that quotes-exporter can retrieve symbols after this change.

  $ curl "http://localhost:9340/price?symbols=VTIAX"
  $ ./quotes-exporter
  2023/05/16 23:28:46 Listening on port 9340
  2023/05/16 23:28:53 URL: /price?symbols=VTIAX
  2023/05/16 23:28:53 Retrieved VTIAX (Vanguard Total International St), price: 30.220000, volume: 0

@marcopaganini Would you please review this PR?

Why

Fix following issue.