Compare commits

..

No commits in common. "main" and "v0.2.0" have entirely different histories.
main ... v0.2.0

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
2. Select a specific period of time (via parameters `start` and `end`)
3. Directly convert the data to another currency¹
4. CLI and library accessibility

View File

@ -1,5 +1,5 @@
"""
SimpleStockData is a simple library providing an API to access basic stock prices based on Yahoo Finances.
micronEC: Simple, easy-to-use hardware counter. Raspberry Pico basis. 16*2 LCD display. micronEC.
Copyright (C) 2024 Benjamin Burkhardt
This program is free software: you can redistribute it and/or modify

View File

@ -1,5 +1,5 @@
"""
This is an example about accessing share price history and gathering information about companies using their ticker name on Yahoo! finances.
micronEC: Simple, easy-to-use hardware counter. Raspberry Pico basis. 16*2 LCD display. micronEC.
Copyright (C) 2024 Benjamin Burkhardt
This program is free software: you can redistribute it and/or modify