Skip to main content
GET
/
dictionary
/
asset-price-series
Get Asset Price Series
curl --request GET \
  --url https://api.bron.org/dictionary/asset-price-series
{
  "points": [
    {}
  ]
}

Query Parameters

baseSymbolId
string
required

The base symbol ID to get the price chart for

period
enum<string>
required

Chart period (1h, 1d, 1w, 1m, 1y, all). See details

Available options:
1h,
1d,
1w,
1m,
6m,
1y,
all

Response

OK

points
object[]
required

Time series of close prices, oldest first