You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same here. tickrs was an excellent complementary tool for ticker (archannarasappa/ticker). I've noticed ticker still works even though I know both use Yahoo Finance as a data source. Out of curiosity I fired up HTTP Toolkit to compare what API calls each of them send.
Both fetch their data from the same server query1.finance.yahoo.com. ticker gets it's data from endpoint /v7/finance/quote, tickrs on the other hand uses endpoint /v8/finance/chart. I believe the key difference is that before calling the finance endpoint, ticker handles cookie consent (if I'm interpreting correctly):
Thanks @ristomatti it looks like there's a new flow to obtain the required crumb needed for proper authorization. tickrs handles this but it must be outdated now. I'll try to fix this sometime soon.
tickrs
is not showing any stock information.Has this project been abandoned?
The text was updated successfully, but these errors were encountered: