client-jvm
client-jvm copied to clipboard
The official JVM client library SDK, written in Kotlin, for accessing the Polygon REST and WebSocket API.
I am subscribing to all trades and quotes using PolygonWebSocketClient.kt in my attached listener I am receiving Raw Messages with byteArray despite looking at the stack trace seeing the SDK...
Hello, The universal snapshot endpoint returns the Ticker symbol. This is not reflected sadly in the API. So I am forced as a workaround to call the search ticker endpoint...
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
> To use the SDK in a Gradle project: > > repositories { > jcenter() > maven { url "https://jitpack.io" } > } jcenter is deprecated: "JCenter Maven repository is...
https://github.com/polygon-io/client-jvm/blob/master/src/main/kotlin/io/polygon/kotlin/sdk/rest/options/Snapshots.kt#L116 Both the options contract and options chain API reference says this field is in the details object. However, it seems to be missing from the Java library. https://polygon.io/docs/options/get_v3_snapshot_options__underlyingasset___optioncontract https://polygon.io/docs/options/get_v3_snapshot_options__underlyingasset
Fixes #93 Relevant part from https://polygon.io/docs/stocks/get_v2_last_nbbo__stocksticker
A diff between this client library's spec and our hosted spec was found. The client may need an update to match any changes in our API. See the diff below:...
A diff between this client library's spec and our hosted spec was found. The client may need an update to match any changes in our API. See the diff below:...
A diff between this client library's spec and our hosted spec was found. The client may need an update to match any changes in our API. See the diff below:...
A diff between this client library's spec and our hosted spec was found. The client may need an update to match any changes in our API. See the diff below:...