Skip to content

Import Data from DBNomics

Find the Series on DBNomics

Every timeseries on DBNomics has a unique identifier that can be found in the URL in the format:

https://db.nomics.world/UNIQUE_ID

Example:

DbNomics example

How to Push to Rose

We can then use that UNIQUE_ID to push the timeseries to Rose using the :push(rosecode, UNIQUE_ID) function on dbnomics. This will link the rosecode you assign to the underlying DBNomics series and can later be referenced by viewing SHOW TREE on any chart.

Example:

dbnomics:push(usa.cmd.flour.all.purpose.white.usd.per.lb.m.bls.dbnomics, BLS/ap/APU0000701111)
Expected Result:

DbNomics example