Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
outdated post
#2
Things to ponder:

Excel VBA will limit you to Ms windows, and windows tools.

To make your code global, and usable from non ms tools I'd use pandas.

There are several options for storing your data, to a CSV as you suggest, but a more flexible method would be to store to a simple database like sqlite. Or simple save the pandas dataframe, using pickle see: https://pandas.pydata.org/pandas-docs/st...ickle.html
Reply


Messages In This Thread
outdated post - by detlefschmitt - Feb-10-2021, 10:09 AM
RE: Exporting Stock Fundamental Data to a CSV file with yahoo_fin - by Larz60+ - Feb-10-2021, 11:16 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to get outdated files? ErnestTBass 2 2,572 Nov-18-2020, 01:24 PM
Last Post: ErnestTBass

Forum Jump:

User Panel Messages

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