us-stock-market-nyse-nasdaq-dow

Query NYSE, NASDAQ, and Dow Jones stock quotes via OneKey Gateway.

48|11|Updated Apr 2, 2025
One-click install
npx skills add https://github.com/aiagenta2z/onekey-gateway --skill us-stock-market-nyse-nasdaq-dow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: us-stock-market-nyse-nasdaq-dow
Source: https://github.com/aiagenta2z/onekey-gateway/tree/main/skills/us-stock-market-nyse-nasdaq-dow
Command: npx skills add https://github.com/aiagenta2z/onekey-gateway --skill us-stock-market-nyse-nasdaq-dow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve timely US stock market data (NYSE, NASDAQ, and Dow Jones indices) using OneKey Gateway without managing multiple API keys and endpoints.

Core Features & Use Cases

  • Get real-time quotes for a user-specified list of US stock symbols (e.g., TSLA, MSFT, GOOG) via FinanceAgent.
  • Unified access to NYSE, NASDAQ, and major indices through a single OneKey router key.
  • Use Case: Financial analysts can pull current prices into dashboards or alerts with a single integrated workflow.

Quick Start

Set your OneKey router access key and run a stock-quote query to fetch data.

Frequently Asked Questions about us-stock-market-nyse-nasdaq-dow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get real-time stock quotes for NYSE and NASDAQ tickers?

To get real-time stock quotes for NYSE and NASDAQ tickers, pass a symbol_list containing tickers like TSLA or MSFT to the FinanceAgent router. The query returns a JSON payload with data arrays and optional message fields for current market prices.

What is the OneKey Gateway router used for in US stock market data retrieval?

The OneKey Gateway router provides unified access to US stock market data across NYSE, NASDAQ, and Dow Jones components. It eliminates the need to manage multiple API keys and endpoints by routing all financial data requests through a single access key.

Do I need a specific access key to query Dow Jones stock data?

Yes, you need a valid DEEPNLP_ONEKEY_ROUTER_ACCESS key to query Dow Jones stock data. This key authenticates your CLI or HTTP requests sent through the agent router using the required OneKey Gateway package.

Can I fetch stock data for multiple symbols like TSLA, MSFT, and GOOG in a single request?

Yes, you can fetch stock data for multiple symbols like TSLA, MSFT, and GOOG in a single request. You provide these tickers as a symbol_list to the FinanceAgent router, which retrieves the quotes and returns them together in one JSON payload.

What format does the stock quote response use when querying through the FinanceAgent?

The stock quote response uses a JSON format containing data arrays and optional message fields. This structured payload is returned by the FinanceAgent router when you query US stock market symbols through the OneKey Gateway.

What are the limitations of using OneKey Gateway for US stock market data?

A key limitation is the dependency on the @aiagenta2z/onekey-gateway package and a valid DEEPNLP_ONEKEY_ROUTER_ACCESS key. Without these prerequisites, you cannot execute CLI or HTTP requests to retrieve NYSE, NASDAQ, or Dow Jones stock quotes.