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

hello, I am trying to use the Finnhub_Date_Range to download news on Sandp 500 (^GSPC). The **news_downloader.download_date_range_stock(start_date, end_date, stock)** works well. But when i try **news_downloader.gather_content()** , it returns the...

run: ``` # Finnhub (Yahoo Finance, Reuters, SeekingAlpha, CNBC...) from finnlp.data_sources.news.finnhub_date_range import Finnhub_Date_Range start_date = "2023-01-01" end_date = "2023-01-03" config = { "use_proxy": "us_free", # use proxies to prvent ip...

`from finnlp.data_sources.news.finnhub_date_range import Finnhub_Date_Range start_date = "2023-01-01" end_date = "2023-01-02" config = { "use_proxy": "us_free", # use proxies to prvent ip blocking "max_retry": 5, "proxy_pages": 5, "token": "ck22t49r01qng12gonugck22t49r01qng12gonv0" # Available...

Hi, I think you had a typo in below demo code: `downloader = Stocktwits_Streaming(config) downloader.download_date_range_stock(stock, pages)` "download_date_range_stock" should be "download_streaming_stock" instead. As "download_date_range_stock" is not implemented in Stocktwits_Streaming.

bug

twiter can not download AttributeError: 'DataFrame' object has no attribute 'created_at' ![image](https://github.com/AI4Finance-Foundation/FinNLP/assets/16677082/2a53a846-c5f8-4fd8-b7d2-c27fa3735c70)

bug