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": [
    {
      "baseSymbolId": "<string>",
      "price": "<string>",
      "timestamp": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developer.bron.org/llms.txt

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

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)

Response

OK

points
object[]
required

Time series of close prices, oldest first