client-python
client-python copied to clipboard
TickerNews class does not populate the `insights` field.
Is your feature request related to a problem? Please describe.
- The
TickerNewsclass provided by the library does not populate theinsightsfield bylist_ticker_newsmethod. - When making direct JavaScript requests for the same handle, the
insightsfield is present and populated.
Describe the solution you'd like
- The library should correctly populate the
insightsfield for allTickerNewsclass 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
insightsfield likely contains valuable information related to the ticker news. - This issue creates inconsistencies between using the library and making requests directly.