diff --git a/SimpleStockData.py b/SimpleStockData.py index 0acc825..dbcd3d0 100755 --- a/SimpleStockData.py +++ b/SimpleStockData.py @@ -1,5 +1,5 @@ """ -micronEC: Simple, easy-to-use hardware counter. Raspberry Pico basis. 16*2 LCD display. micronEC. +SimpleStockData is a simple library providing an API to access basic stock prices based on Yahoo Finances. Copyright (C) 2024 Benjamin Burkhardt This program is free software: you can redistribute it and/or modify diff --git a/examples/info_and_history_example.py b/examples/info_and_history_example.py index 3d3907a..54cb320 100644 --- a/examples/info_and_history_example.py +++ b/examples/info_and_history_example.py @@ -1,5 +1,5 @@ """ -micronEC: Simple, easy-to-use hardware counter. Raspberry Pico basis. 16*2 LCD display. micronEC. +This is an example about accessing share price history and gathering information about companies using their ticker name on Yahoo! finances. Copyright (C) 2024 Benjamin Burkhardt This program is free software: you can redistribute it and/or modify