Commit Graph

25 Commits

Author SHA1 Message Date
29035e4765
Fixed bad issue with the short program description in the license notices description 2024-01-19 20:32:13 +01:00
4bdf21f5c6
Removed confusing note in README.md about how to select a specific period of time 2024-01-19 20:27:29 +01:00
0ea5f2a500
Changed license from Unlicense to GPLv3. New minor release coming. 2024-01-19 20:23:52 +01:00
9be1b992e6
Added some docs about using SimpleStockData as a library. Some small refactorings. 2024-01-19 20:20:02 +01:00
273b2010d7
Some small changes to README.md including reformatting and another feature 2024-01-19 19:55:28 +01:00
5abbef1fa2
Added links to Yahoo!© finance's terms of use as in the yfinance's library README (https://github.com/ranaroussi/yfinance) 2024-01-19 19:14:16 +01:00
8a290f6c64 Update README.md 2024-01-19 18:02:54 +00:00
7837d0ee40
Fixed wrong conversion factor from GBp to GBP. NOW WORKING :) 2024-01-19 18:53:37 +01:00
4a1d24c562
Fixed strange bug when trying to get the history of AZN.L as it was in GBp, not GBP. Also, some refactoring.
The issue was that with some shares, there is a currency with lowercase letters with means they are just a fraction of the all-uppercase equivalent (e.g. with AZN.L: GBp is 1/1000 of GBP). Now this is fixed, and newly discovered lowercase exceptions can be added in the init function by adding it to the currency_exceptions dictionary.
2024-01-19 18:39:01 +01:00
1d731eec10
example1.py now demonstrating basic capabilities. 2024-01-17 22:33:15 +01:00
9dff170bb7
Got things to work finally.
Still things to do (one bug discovered, see TODOs)
2024-01-17 22:30:05 +01:00
62cbceba6f NOT FINISHED (but working so far). End of workflow. Coming back tomorrow (hopefully). 2023-11-30 22:09:28 +01:00
baf6614491 Now using the new method (renamed to _create_exchange_dataframe).
Also, some optimizations and fixes were added.
2023-11-30 21:28:15 +01:00
ac87844b9b Implemented _generate_exchange_dataframe creating or updating an internal conversion table. 2023-11-30 20:50:49 +01:00
fe5433684f Corrected wrong promises in README.md :) 2023-11-26 22:16:21 +01:00
51a9d8d673 Implemented first wrappers: get_info and _get_history for Ticker.info and Ticker.history() 2023-11-26 22:15:11 +01:00
5ad88bbc00 Did some appearance tweaks in README.md 2023-11-26 21:31:08 +01:00
110d27dea9 Complete Rewrite of the About section 2023-11-26 21:28:38 +01:00
3463ffe84d Added requirements notice in README.md 2023-11-26 21:17:56 +01:00
07fc08e553 Added more requirements 2023-11-24 23:21:45 +01:00
e5f6f4215f Fixed missing ` leading to wrong representation 2023-11-24 23:08:54 +01:00
d402f7e7f6 Added simple numbering for better readability in README.md 2023-11-24 23:07:48 +01:00
c5003b9665 Added Installation section with legal disclaimer in README.md 2023-11-24 23:06:41 +01:00
a70b1c2466 Added LICENSE.md 2023-11-24 23:00:54 +01:00
8baf100d30 Added README.md 2023-11-24 23:00:37 +01:00