Back to Browse

Demo: Getting Started with Polygon.io + Python

12.2K views
Feb 14, 2023
3:53

In this tutorial series, you will learn how to access real-time and historical stock market data using Polygon.io's APIs and the Python programming language. Polygon.io offers a financial data platform that provides market data for stocks, options, forex, and crypto. You can access this data programmatically using Python and their official client library. The tutorial will cover how to authenticate with an API key, install the client library, and call functions to access various market data. The video also includes a demo script that shows how to get daily aggregate bars for a particular stock. By the end of the tutorial, you will be able to retrieve stock market data from Polygon.io using Python. Links: - https://polygon.io/ - https://polygon.io/docs/stocks/getting-started - https://github.com/polygon-io/client-python 0:00 - Intro 0:48 - Stocks API Documentation 1:04 - Python client library for the Polygon.io 1:38 - Instal Python client library 1:51 - Examples 2:38 - Get a Polygon.io API key 3:17 - Run example with API key

Download

0 formats

No download links available.

Demo: Getting Started with Polygon.io + Python | NatokHD