hczhu / TickerTick-API

TickerTick API: stock news API
MIT License
71 stars 6 forks source link

Curated list with ticker / tags information #10

Open m345054 opened 6 months ago

m345054 commented 6 months ago

Hello,

I'm curious if it's possible to selectively retrieve curated news articles that include ticker information.

For instance, I can gather news specifically about FAANG companies by using the link https://api.tickertick.com/feed?q=(or tt:meta tt:aapl tt:amzn tt:nflx tt:goog), which requires specifying the tickers.

However, what if I want to access the latest curated/market news articles without providing specific tickers but still receive the ticker information to identify which stock the article is related to?

hczhu commented 6 months ago

Hi,

It doesn't support that way. You can use a query T:curated, but the returned news stories won't have tickers (or tags) attached. I'll make a change to support it. btw, if you are looking for historical data, I've recently released a dataset and each news story has tickers attached. See https://github.com/hczhu/TickerTick-API/releases/tag/dataset-2023-11-23

m345054 commented 6 months ago

Hi, thank you that would be awesome. Unfortunately I need the latest news so I can't use the dataset.

m345054 commented 6 months ago

Hi, is there any update on this?

hczhu commented 6 months ago

Hi, is there any update on this?

I haven't yet started the work. Can you share your use case, like on a website or something?

m345054 commented 6 months ago

I would like to create an app with AI that analyzes stock news based on the output of LLMs.