I am looking to upload a lot of financial data from bloomberg into mysql to start constructing a proprietary financial db.
For now only basic stock data, but will expand options and fundamental data.
-1000+ tickers
-1-min price (bid, ask, last), volumn
For someone who has gone through building his own db, can you please shed some light on an efficient way to upload the data? I just plan to download in csv files 1-by-1 then upload to mysql using a script.
For now only basic stock data, but will expand options and fundamental data.
-1000+ tickers
-1-min price (bid, ask, last), volumn
For someone who has gone through building his own db, can you please shed some light on an efficient way to upload the data? I just plan to download in csv files 1-by-1 then upload to mysql using a script.