Compare commits

...

2 Commits
v0.2.0 ... main

3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ would obviously make the whole thing unnecessary. It only provides very basic fu
which is:
1. Grap the history of a specific stock
2. Select a specific period of time (via parameters `start` and `end`)
2. Select a specific period of time
3. Directly convert the data to another currency¹
4. CLI and library accessibility

View File

@ -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

View File

@ -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