Stocks API
The following endpoints are covered by the Stocks API via these functions:
stocks_trades=> Tradesstocks_quotes_nbbo=> Quotes (NBBO)stocks_last_trade_symbol=> Last Trade for a Symbol v2stocks_last_quote_symbol=> Last Quote for a Symbol v2stocks_daily_open_close=> Daily Open/Closestocks_grouped_daily_bars=> Grouped Daily Barsstocks_previous_close=> Previous Closestocks_aggregates_bars=> Aggregates (Bars)stocks_snapshot_all_tickers=> Snapshot All Tickersstocks_snapshot_ticker=> Snapshot Tickerstocks_snapshot_gainers_losers=> Snapshot Gainers/Losers
Detailed information on each function can be extracted in Julia. For example;
using PolygonIO
julia>?tickers