Simple console application to get the closing price of gold, silver, palladium or platinum for the previous day. Can be scheduled to run daily or used manually..
Remove the need for a trailing / in the configuration for currency and the metals. Configuration should just need USD not USD/ and XAU not XAU/. This can be handled in the Uri builder in code. Simple change, doesn't affect functionality, but I should have done it this way from the start, or at least when I changed this from a quick and dirty utility myself to one to share.
Remove the need for a trailing / in the configuration for currency and the metals. Configuration should just need USD not USD/ and XAU not XAU/. This can be handled in the Uri builder in code. Simple change, doesn't affect functionality, but I should have done it this way from the start, or at least when I changed this from a quick and dirty utility myself to one to share.