twelvedata / twelvedata-python

Twelve Data Python Client - Financial data API & WebSocket
https://twelvedata.com
MIT License
392 stars 57 forks source link

[Feature Request] python with_beta() is missing #60

Closed majikbyte closed 1 year ago

majikbyte commented 1 year ago

Hello Midas,

I tried to use the beta technical indicator endpoint using python: ts = td.time_series(parameters omitted here).with_beta()

I received the following error:

'TimeSeries' object has no attribute 'with_beta'

Thanks,

Matt

midasSSS commented 1 year ago

Fixed in 525b01491d6792357e659c5a5c32c8a628046cb4

majikbyte commented 1 year ago

Thanks Midas,

On a related note, is this beta calculation based on the S&P 500 for US equities?

Thanks,

Matt

midasSSS commented 1 year ago

This question should be addressed to Twelve Data support since it is related to the API and not this package.