polygon-io / client-php

The official PHP client library for the Polygon REST APIs.
https://polygon.io
MIT License
31 stars 24 forks source link

added missing enpoints for lastest trade for symbol v2, last quote fo… #13

Closed ersin-demirtas closed 3 years ago

ersin-demirtas commented 3 years ago

Stock API (Last Trade for a Symbol v2) /v2/last/trade/{stocksTicker} Stock API (Last Quote for a Symbol v2) /v2/last/nbbo/{stocksTicker} Forex API (Snapshot - Ticker) /v2/snapshot/locale/global/markets/forex/tickers/{ticker}

Resolved missing endpoints https://github.com/polygon-io/client-php/issues/12