Stocks (Python SDK)
The Python SDK from Market Data provides methods designed to streamline your use of the following Stocks endpoints. These intuitive methods provide a seamless interface, effectively masking the intricacies involved in managing HTTP requests and responses.
Stocks Endpointsโ
๐๏ธ Prices
Retrieve the latest price for any supported stock symbol with the Python SDK prices method, raw or in human-readable form.
๐๏ธ Candles
Retrieve historical price candles for any supported stock symbol with the Python SDK candles method, raw or human-readable.
๐๏ธ Quotes
Retrieve live quotes for any supported stock symbol with the Python SDK quotes method, raw or in human-readable form.
๐๏ธ Earnings
Retrieve reported and upcoming earnings data for any supported stock symbol with the Python SDK earnings method.
๐๏ธ News
Retrieve news articles for any supported stock symbol with the Python SDK news method, raw or in human-readable form.