Introduction to the Course
Let's begin with an overview of the course, its prerequisites, and its intended audience.
We'll cover the following
What is financial market data?
A financial market is where traders can exchange financial
In this course, we’ll learn about the Polygon API, which provides various endpoints to fetch financial market data.
What is an API?
An API is a software gateway that allows different software components to communicate with each other. It helps expose the capabilities of an application to the outer world, allowing for programmatic access to the application’s data.
Consider the case of a service like Polygon that provides financial market data. Building and exposing an API for this service will allow others to programmatically fetch the data this service offers, such as the details of stock splits.
Many popular services like YouTube, Reddit, and Google Maps also provide APIs for extended use cases. These services allow authorized clients to access their resources.
Prerequisites
This course assumes you have the following:
Basic knowledge of APIs and how they work.
Fundamental knowledge of the JavaScript programming language.
Basic understanding of the terminologies used in the stock market.
Intended audience
This course is for any individual who wants to learn how to use and integrate the Polygon API in JavaScript. The target audience for this course is:
- Students who are new to the world of APIs and want to understand their basic usage.
- Professionals who have extensive experience with other similar APIs and want to explore the Polygon API.