👋 Overview
The Snapshot API lets you pull a price snapshot for a given ticker. We cover all actively traded US stocks. 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.📊 Available Tickers
You can fetch a list of available tickers with aGET
request to:
https://api.financialdatasets.ai/prices/snapshot/tickers/
🚀 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.
ticker
.
💻 Example
Price Snapshot
Authorizations
API key for authentication.
Query Parameters
The ticker symbol.
Response
Price snapshot response