hczhu / TickerTick-API

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

Feature Request: API Parameter for Fetching News Newer Than a Given Timestamp or ID #11

Open m345054 opened 5 months ago

m345054 commented 5 months ago

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 real-time updates or continuous polling for new stories.

Use Cases Real-time news tracking and notifications. Efficient data synchronization and updates without redundant polling.

hczhu commented 1 month ago

@m345054 you can achieve the same goal by fetching the latest 100 stories and then throwing away old ones by checking their timestamps.