For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 1

Is it possible to pull in TRBC Economic Sector as a time series in Eikon Data API?

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpython
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Upvotes
Accepted
18k 21 12 20

Hi @danny.mullins1

TR.TRBCECONOMICSECTOR should be used with get_data() function.

You can use "Data Item Browser" to check supported parameters.

TR.TRBCECONOMICSECTOR does not support timeseries so you can only get the current value.



ahs.png (46.4 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Upvotes
1 0 0 1

ek.get_timeseries(rics,

start_date='2017-01-01',

end_date='2018-02-23',

fields='TR.TRBCECONOMICSECTOR',

interval='MONTHLY'

)
does not seem to work

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea