Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
29035e4765 | |||
4bdf21f5c6 |
@ -6,7 +6,7 @@ would obviously make the whole thing unnecessary. It only provides very basic fu
|
|||||||
which is:
|
which is:
|
||||||
|
|
||||||
1. Grap the history of a specific stock
|
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¹
|
3. Directly convert the data to another currency¹
|
||||||
4. CLI and library accessibility
|
4. CLI and library accessibility
|
||||||
|
|
||||||
|
@ -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
|
Copyright (C) 2024 Benjamin Burkhardt
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -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
|
Copyright (C) 2024 Benjamin Burkhardt
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
Loading…
Reference in New Issue
Block a user