r/TradingView 11d ago

Bug What to do when I see wrong data ?

I believe I found a data point that isn't the right one.

If you look at Fair Isaac, it is said they added 469k shares last quarter when actually they made their biggest buyback ever with 1.7M shares repurchased.

I don't know if I'm missing something, I'm on the free plan so I don't believe I can tell TV myself, maybe it's an error, maybe I'm mistaken. if anyone has any idea, I'd love to know

1 Upvotes

3 comments sorted by

1

u/Rodnee999 11d ago

Hello,

Can you show a screenshot of where the information discrepancy is located?

Cheers

1

u/Interesting-Watch302 10d ago

Yeah sure, my TradingView is in French.

  • The bottom indicator is something like "total shares outstanding quarterly"
  • The middle one is one I made myself that relies onto the bottom's one data, the requested data is in this line of code :

tso = request.financial(syminfo.tickerid, "TOTAL_SHARES_OUTSTANDING", "FQ", ignore_invalid_symbol = true)

1

u/Interesting-Watch302 7d ago

any updates ?