FinNLP icon indicating copy to clipboard operation
FinNLP copied to clipboard

Democratizing Internet-scale financial data.

Results 18 FinNLP issues
Sort by recently updated
recently updated
newest added

I simply pasted the example code for Reddit and it errored out.. Downloading by pages...: 0%| | 0/3 [00:00

bug

Whether to consider supporting Cryptocurrency market information?BTC\ETH...

enhancement

trs = res.xpath("/html/body/div[1]/div[4]/div[2]/div[2]/div[2]/table/tbody/tr") this xpath will get an empty list. change to trs = res.xpath('//table/tbody/tr')

bug

I ran into this error when running the same cell you provided in the readme ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) This error is specifically from this line: news_downloader...

bug

I get this error: `Traceback (most recent call last): File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.10/runpy.py", line 86, in _run_code exec(code, run_globals) File "/media/yfprime/763D304F18FA13FA/tbot1/venv/lib/python3.10/site-packages/main.py", line...

**It would be possible to develop, add, connect some API or use those that are available to also be able to use private / proprietary accounts of the main networks...

It would be possible to also connect personal accounts such as Twitter / X for sentiment analysis, tweets and so on instead of using the information and APIs that are...