client-jvm
client-jvm copied to clipboard
Incorrect mapping of "lastTrade.exchange" in the stocks snapshot API response
In the code, e is specified as an exchangeId: https://github.com/polygon-io/client-jvm/blob/master/src/main/kotlin/io/polygon/kotlin/sdk/rest/stocks/Snapshots.kt#L90
In the API docs it is x, as it is in the actual API response https://polygon.io/docs/stocks/get_v2_snapshot_locale_us_markets_stocks_tickers
Hey @v3rm0n, thanks for the heads up. I'll check this out.
Any plans on fixing this?