TickerTick-API icon indicating copy to clipboard operation
TickerTick-API copied to clipboard

TickerTick API: stock news API

Results 10 TickerTick-API issues
Sort by recently updated
recently updated
newest added

Listing some false positives I found when using the API. Will add comment when I will find more: $FB: https://www.dailymail.co.uk/femail/article-10406125/Royal-fans-gush-Charles-Spencers-resemblance-young-Prince-Harry.html?ito=1490&ns_campaign=1490&ns_mchannel=rss&utm_campaign=TickerTick&utm_medium=website&utm_source=tickertick.com $FB: https://www.mirror.co.uk/news/uk-news/parents-uks-biggest-family-radfords-25955913?utm_campaign=TickerTick&utm_medium=website&utm_source=tickertick.com is it because of the `share to facebook`...

Would be great to query by timestamp. For example, those cases in README could have a `(and () before_utc: 1636624740000)` and `(and () after_utc: 1636624740000)`

I'm trying to compile a list of API use cases here: https://github.com/hczhu/TickerTick-API#api-use-cases Could you comment on this issue about your use case, if you have been using TickerTick API? @zhangjs...

Currently, the TickerTick API does not support fetching news stories that are newer than a specific timestamp or story ID. This feature would be extremely beneficial for applications that require...

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...

Thanks for the great work. With hours ago you can get the news for a specific date back in time. But what would be cool would be to add a...

Is there an option to set the n limit of stories per symbol in the query string? For example, fetching stories with TSLA and WM will return an overwhelming amount...

Hello @hczhu, thanks for your work on this API and for making it publicly available. I have been playing with it and found an issue. Please refer to the example...

I have a python script pinging the TickerTick API every 1 minute to retrieve articles for Tesla; however over the last day the script has missed out on logging some...

This would work similar to the feed endpoint but it would send an event through the ws once a new article has been added. This would help to keep server...