Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Curated list with ticker / tags information #10

Open
m345054 opened this issue Dec 23, 2023 · 5 comments
Open

Curated list with ticker / tags information #10

m345054 opened this issue Dec 23, 2023 · 5 comments
Assignees

Comments

@m345054
Copy link

m345054 commented Dec 23, 2023

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
Copy link
Owner

hczhu commented Dec 24, 2023

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
Copy link
Author

m345054 commented Dec 25, 2023

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

@m345054
Copy link
Author

m345054 commented Jan 9, 2024

Hi, is there any update on this?

@hczhu
Copy link
Owner

hczhu commented Jan 9, 2024

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?

@hczhu hczhu self-assigned this Jan 9, 2024
@m345054
Copy link
Author

m345054 commented Jan 9, 2024

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

Repository owner deleted a comment from rajsinghsengar Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@hczhu @m345054 and others