Python Forum
IDE for Finance TIME SERIES Data
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IDE for Finance TIME SERIES Data
#1
Hi there,
Appreciate reading this question.
I'm looking for some directions on the below questions:
1. Is there any IDE to generate python code for finance time series?
2. Is there any IDE which has integration with thinkorswim or interactive brokers?
3. Which IDE has better visual/graphical capabilities for finance time series?

Thank you very much in advance!!
Reply
#2
Answering your question first, then answering what I think you really meant....
1. Recommend Jupyter Labs for an Integrated Development Environment (IDE), get through Anaconda. Reason being that you can execute segments of code ("cells") and not have to execute the entire program from each modification.
2. I know of no IDE that specifically integrates with those vendors
3. The IDEs all support the same libraries.

Now, what you are probably really asking about is Python APIs for accessing the data, and/or libraries. I would still use Jupyter Labs, and use TDA's API calls to get the data (https://developer.tdameritrade.com/). Would also look into TOSDataBridge.
For display, would use the matplotlib library of functions.

Broadly, you make the calls to the API, get a JSON object that you will put into a Pandas dataframe. Massage the data (the term is wrangle, but I like massage) and display using matplotlib.
Reply
#3
Regarding "visual/graphical capabilities for finance time series?" you may be interest in https://pypi.org/project/mplfinance/
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Help: Conversion of Electricity Data into Time Series Data SmallGuy 3 1,159 Oct-04-2023, 03:31 PM
Last Post: deanhystad
  Time Series Production Process Problem Mzarour 1 2,100 Feb-28-2023, 12:25 PM
Last Post: get2sid
  reduce time series based on sum condition amdi40 0 1,079 Apr-06-2022, 09:09 AM
Last Post: amdi40
  How to accumulate volume of time series amdi40 3 2,260 Feb-15-2022, 02:23 PM
Last Post: amdi40
  Recommendations for ML libraries for time-series forecast AndreasPython 0 1,862 Jan-06-2021, 01:03 PM
Last Post: AndreasPython
  Find two extremum in data series Sancho_Pansa 0 1,674 Dec-04-2020, 02:06 PM
Last Post: Sancho_Pansa
  Time Series forecating with multiple independent variables Krychol88 1 1,823 Oct-23-2020, 08:11 AM
Last Post: DPaul
  how to handling time series data file with Python? aupres 4 2,926 Aug-10-2020, 12:40 PM
Last Post: MattKahn13
  Changing Time Series from Start to End of Month illmattic 0 1,827 Jul-16-2020, 10:49 AM
Last Post: illmattic
  HELP- DATA FRAME INTO TIME SERIES- BASIC bntayfur 0 1,733 Jul-11-2020, 09:04 PM
Last Post: bntayfur

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020