Skip to main content
GET
/
intraday_calculation
/
initial-balance-breakout-by-time
/
{market_type}
/
{ticker}
cURL
curl --request GET \
  --url 'https://api.edgeful.com/intraday_calculation/initial-balance-breakout-by-time/<market_type>/<ticker>?start_date=<start_date>&end_date=<end_date>' \
  --header 'Authorization: Bearer <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

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.

Path Parameters

ticker
string
required
market_type
enum<string>
required
Available options:
forex,
futures,
crypto,
stock

Query Parameters

timeframe
string
default:5min
ib_period
string
default:60min
start_date
string
required
end_date
string
required
ib_breakout_time
number
default:150
start_time
string
default:09:30:00
end_time
string
default:16:00:00
breakout_criteria
string
default:wick
break_type
string
default:all

Type of break to analyze: 'single_break', 'double_break', or 'all'

ib_size
enum<integer>
default:0
Available options:
0,
1,
2,
3,
4,
5
days_to_use
string[]

List of days to yse in the calculation (e.g., ['Monday', 'Friday'])

timezone
string
default:America/New_York

Response

Successful Response