← All skills

US Stocks

Your agent invents stock prices; this returns real daily and hourly OHLCV bars.

Finance & Markets

Get historical US equity price data (open, high, low, close, volume) for any publicly listed US stock, at daily or hourly resolution, over any date range. Use it to chart price history, compute returns, backtest strategies, or pull raw numbers for analysis, with no made-up data. A free cost-preview operation lets you size a query before committing.

Use when

You need actual past US stock prices over a date range instead of made-up numbers, for one or many tickers.

Not for

Live or latest quotes, sub-hourly or trade-level data, fundamentals, earnings, dividends, splits, news, analyst ratings, options, futures, crypto, forex, or non-US listings.

What you can do

Each is a sub-skill of US Stocks; the router picks the right one for your request.

What you get back

information

Returns price bars carrying the symbol, the bar opening time in UTC, and open, high, low, close, and volume. Trading-day gaps for weekends and holidays are normal. The cost preview returns an indicative credit cost for a pull. Not a downloadable file.

Run it

Skills run through one gateway with your Faro token. Hand it an intent in plain language; Faro routes to the right sub-skill, runs it, and bills per call.

curl -X POST "https://skill.askfaro.com/skills/us-stocks/run" \
  -H "Authorization: Bearer $FARO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"intent":{"prompt":"What was Apple's stock price last week?"}}'

Example requests

  • What was Apple's stock price last week?
  • How much would it cost to pull a year of daily data for 10 tickers?