Home
Services
Marketplace
Community
Login
Announcement
Career
Economy & Market
How it work
Programming
Quantitative Model
Trading Strategy
Ng Pui Tsun
How to access news data feed to do sentiment analysis?
Programming
How to access news data feed and how to change the parameter of news data feed function?
And does it output a dataframe or a dictionary?
0
0
Posted on : 2022-10-12 15:24:14.735560
Email
Facebook
3,224
Bumblebee
According to the Web API Tech Doc, there are 2 ways to get news data.
You can refer to the Navie News Trade example as well.
1. News Stream (
https://algogene.com/TechDoc#NewsDataFeed
) - the output is an object
2. getHistoricalNews (
https://algogene.com/TechDoc#QueryHistoryNews
) - the output is json
0
0
Posted on : 2022-10-13 13:14:32.295833
1