Prices
Snapshot
Get the real-time price snapshot for a ticker.
GET
👋 Overview
The Snapshot API lets you pull the latest real-time price for a given ticker. We cover all actively traded US stocks.
The real-time price is the last price that was traded for the ticker on exchanges like NASDAQ, NYSE, and AMEX.
To get started, please create an account and grab your API key at financialdatasets.ai.
You will use the API key to authenticate your API requests.
🚀 Getting Started
There are only 3 steps for making a successful API call:
- Add your API key to the header of the request as
X-API-KEY
. - Add query params like
ticker
to filter the data. - Execute the API request.
Note: You must provide the ticker
.
💻 Example
Price Snapshot
Authorizations
API key for authentication.
Query Parameters
The ticker symbol.
Response
200 - application/json