Skip to main content
GET
/
historic_data_screener
cURL
curl --request GET \
  --url 'https://api.edgeful.com/historic_data_screener?market_type=<market_type>&tickers=<tickers>' \
  --header 'Authorization: Bearer <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://edgeful.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

market_type
enum<string>
required

type of market to fetch data for. use all to fetch stocks and futures together.

Available options:
all,
stock,
futures
tickers
string
required

comma-separated list of ticker symbols to retrieve (e.g., ES,NQ,CL).

session_name
string
default:NY

trading session to fetch data for; one of NY, LONDON, ASIA.

Response

Successful Response