tastyware / tastytrade

An unofficial Python SDK for Tastytrade!
MIT License
98 stars 33 forks source link

get_equity() returns wrong info #152

Closed Conceptron closed 1 week ago

Conceptron commented 3 weeks ago

instruments.Equity.get_equity(session, 'NVDL') returns info about Novadel pharma (a stock that was delisted back in 2017) instead of "GraniteShares 2x Long NVDA Daily ETF"

The tastytrade website seems to use a different API "https://vast.tastyworks.com/symbols/search/NVDL" to get symbol information

Graeme22 commented 3 weeks ago

Interesting! This seems like a problem with the API, not the SDK, so I'd recommend you write Tasty support directly.