167 Commits

Author SHA1 Message Date
Palash Tyagi
e9d53e48f7 refactor: update documentation to use "Quantamental DataFrame" terminology 2024-11-19 00:26:51 +00:00
Palash Tyagi
6c6a656efb redoing-deps. 2024-11-18 14:31:23 +00:00
Palash Tyagi
6ea183419a updated python ntoebook 2024-11-18 01:03:14 +00:00
Palash Tyagi
b72a9b3441 update documentation and organization of the msyrs Rust library 2024-11-18 01:03:03 +00:00
Palash Tyagi
213ea72b20 add Python wrapper for downloading JPMaQS indicators as DataFrame 2024-11-18 01:02:51 +00:00
Palash Tyagi
5c8263d03e add download module to Python API 2024-11-18 01:02:42 +00:00
Palash Tyagi
bba5acd724 python working with notebook! 2024-11-17 23:58:47 +00:00
Palash Tyagi
09f74916e8 python imports working! 2024-11-17 20:44:05 +00:00
Palash Tyagi
861fadf733 output logging 2024-11-17 15:20:18 +00:00
Palash Tyagi
5b4370a6a8 add imports 2024-11-17 15:20:05 +00:00
Palash Tyagi
e9be07bd1e updating nb 2024-11-17 05:33:50 +00:00
Palash Tyagi
41e544d5bf adding filter layer to jpmaqsdownload 2024-11-17 05:12:21 +00:00
Palash Tyagi
d4721a0b79 update module structure 2024-11-17 02:02:31 +00:00
Palash Tyagi
566c7be71d working! 2024-11-15 01:32:19 +00:00
Palash Tyagi
ee19862036 working! 2024-11-14 23:50:15 +00:00
Palash Tyagi
ab30aa2380 feat: add documentation for JPMaQSDownloadGetIndicatorArgs struct and its default implementation 2024-11-14 17:09:07 +00:00
Palash Tyagi
e8b5cc4354 adding docs 2024-11-14 17:08:57 +00:00
Palash Tyagi
03b94fa462 wip, testing is_quantamental_dataframe 2024-11-14 16:54:27 +00:00
Palash Tyagi
fee5ae4de8 re-run notebook 2024-11-14 13:42:59 +00:00
Palash Tyagi
8f809ccbc9 adding lib section to TOML 2024-11-14 13:15:20 +00:00
Palash Tyagi
9fe2c5d6fb feat: add utils module and integrate metrics into save_indicators_as_csv function 2024-11-14 02:02:44 +00:00
Palash Tyagi
4338c7d6d3 docs: update comment to format file path in code documentation for clarity 2024-11-14 02:02:26 +00:00
Palash Tyagi
59a34f0220 docs: update README with Jupyter setup instructions and add test notebook for data download 2024-11-14 02:02:00 +00:00
Palash Tyagi
abf699f38c feat: add utils/dftools, is_quantamental_dataframe function to validate DataFrame structure 2024-11-14 01:21:20 +00:00
Palash Tyagi
4775e9e504 fix: update .gitignore to exclude Jupyter checkpoints, Python bytecode, and log files 2024-11-14 01:20:53 +00:00
Palash Tyagi
09a2da68d6 docs: add documentation for save_indicators_as_csv function in jpmaqsdownload.rs 2024-11-14 01:20:47 +00:00
Palash Tyagi
356e442400 refactor: remove commented-out save_indicators_as_csv function in jpmaqsdownload.rs 2024-11-14 00:07:38 +00:00
Palash Tyagi
248d9bd96f fix: add .venv/ to .gitignore to exclude virtual environment files 2024-11-13 22:52:17 +00:00
Palash Tyagi
5bcc1da4f0 fix: enhance save_path handling in JPMaQSDownload to ensure valid directory structure 2024-11-13 16:48:20 +00:00
Palash Tyagi
9e1197662e fix: update print statement to use save_path instead of folder_path in JPMaQSDownload 2024-11-13 13:14:09 +00:00
Palash Tyagi
0978cb0a67 docs: add example usage for JPMaQSDownload in jpmaqsdownload.rs 2024-11-13 12:18:36 +00:00
Palash Tyagi
332ed9ec25 refactor: reorder module declarations in download/mod.rs for consistency 2024-11-13 10:29:00 +00:00
Palash Tyagi
ad92f10633 refactor: reorganize DQCatalogueResponse and related structs for clarity 2024-11-13 10:28:49 +00:00
Palash Tyagi
b04a67c1d2 docs: include README in lib.rs and update package metadata in Cargo.toml 2024-11-13 01:31:51 +00:00
Palash Tyagi
188039bc35 docs: update README with new features and tasks for saving to disk 2024-11-13 01:21:27 +00:00
Palash Tyagi
d05618f106 refactor: adjust batch size for ticker downloads and simplify main function logic 2024-11-13 01:08:57 +00:00
Palash Tyagi
a091ec2b88 refactor: update folder path handling in JPMaQSDownload 2024-11-13 00:57:11 +00:00
Palash Tyagi
6cf7a2f174 working 2024-11-13 00:35:07 +00:00
Palash Tyagi
c69454fe2f working 2024-11-12 23:56:37 +00:00
Palash Tyagi
c9971dc2e3 working 2024-11-12 22:27:41 +00:00
Palash Tyagi
6bb51905b8 working with docs 2024-11-12 21:31:52 +00:00
Palash Tyagi
91aa5762d6 working 2024-11-12 02:01:35 +00:00
Palash Tyagi
289cd9cc0b working! 2024-11-11 17:11:00 +00:00
Palash Tyagi
d506fd23c4 Update dependencies: add futures and tokio; bump tokio version to 1.41.1 2024-11-11 00:05:15 +00:00
Palash Tyagi
b3d36411f8 Add DQTimeseriesRequestArgs struct and related methods; update requester module 2024-11-10 23:56:39 +00:00
Palash Tyagi
c3a49abdf7 working 2024-11-10 00:00:04 +00:00
Palash Tyagi
fe1c348dc7 working... 2024-11-09 22:21:17 +00:00
Palash Tyagi
b7bccf342d working... 2024-11-09 21:57:28 +00:00
Palash Tyagi
8ae35d2981 working as expected 2024-11-09 20:06:01 +00:00
Palash Tyagi
8ef47925d3 download IS slower than Go-lang 2024-11-08 17:10:38 +00:00