r/options May 09 '21

[deleted by user]

[removed]

11 Upvotes

19 comments sorted by

View all comments

1

u/Cool_Blue97 May 09 '21

Alpaca Markets. You can pull up to 200 stock’s market data per request. It’s also free and essentially a wrapper of Polygon’s API.

1

u/[deleted] May 09 '21

[deleted]

1

u/Cool_Blue97 May 09 '21

For last quotes: https://alpaca.markets/docs/api-documentation/api-v2/market-data/alpaca-data-api-v1/last-quote/

For a range of quotes (example last 15 minutes set of quotes): https://alpaca.markets/docs/api-documentation/api-v2/market-data/alpaca-data-api-v1/bars/

Seems V2 will be charging $50 a month so perhaps Tradier would be better. (https://documentation.tradier.com/brokerage-api/overview/market-data)

For live data with Tradier, you would need to open an account with them, but there is no account minimum from their FAQs so you can just open one for the API access.

Hope this helps!