-
Notifications
You must be signed in to change notification settings - Fork 286
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
- The
TickerNews
class provided by the library does not populate theinsights
field bylist_ticker_news
method. - When making direct JavaScript requests for the same handle, the
insights
field is present and populated.
Describe the solution you'd like
- The library should correctly populate the
insights
field for allTickerNews
class instances.
Describe alternatives you've considered
- Manually fetching the data using pure JavaScript requests. However, this is not ideal as it bypasses the convenience provided by the library.
Additional context
- The
insights
field likely contains valuable information related to the ticker news. - This issue creates inconsistencies between using the library and making requests directly.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity