Google Finance Reader Release Notes

Google Finance Reader Release Notes

2.0.0.7

  • move to .net 4.7.2

  • move to most recent nuget packages

  • minor refactoring

  • more flexibility when reading last change field

2.0.0.6

  • use newer google api call to replace obsolute call

  • update nuget packages

  • allow changing the mysql port

  • refactoring

2.0.0.5

  • never delete stocks/quotes

2.0.0.4

  • support for currencies

  • ignore sheets that begin with !

  • refactor instance code

  • improve mysql code

2.0.0.3

  • fix anchors and controls to allow window to grow

  • update to newer telerik

2.0.0.2

  • stocks weren't being updated correctly

2.0.0.1

  • prepare update stock mysql command

 

Notes

Stocks

Uses the following sample formulas to pull stock values to create sheets like these:

=GOOGLEFINANCE($C2) =GOOGLEFINANCE($C2, "change") =GOOGLEFINANCE($C2, "volume") =GOOGLEFINANCE($C2, "tradetime")
image-20250627-195428.png
World Indexes
image-20250627-195523.png
TSX 60
image-20250627-195217.png
Dow Jones 30

 

Currencies

Uses the following sample formula to pull currency values

=GOOGLEFINANCE(CONCAT("CURRENCY:", "CADUSD"))
image-20250627-195047.png