Using a new file (ftp://emi.nasdaq.com/ITCH/BX_ITCH/March%2020/ file S030220-v50-bx.txt.gz), throws an error.
The issue is just a minor change in a pure R function which translates the filename to a date and extracts the exchange.
I am just not sure what date format the file 030220-v50-bx.txt.gz has.
The other files either follow YYYYMMDD.XXX_ITCH_50 or MMDDYYYY.NASDAQ_ITCH50.
Given that the file was uploaded on march the 3rd would indicate a MMDDYY-v50-XXX format that I haven't seen before. I am just a bit thrown off by the March 20 name of the folder.
I am assuming that these S-files (^S\\d{6}-v\\d{2}-[a-z]+) have the format MMDDYY-... .
Using a new file (
ftp://emi.nasdaq.com/ITCH/BX_ITCH/March%2020/
fileS030220-v50-bx.txt.gz
), throws an error.The issue is just a minor change in a pure R function which translates the filename to a date and extracts the exchange. I am just not sure what date format the file
030220-v50-bx.txt.gz
has. The other files either followYYYYMMDD.XXX_ITCH_50
orMMDDYYYY.NASDAQ_ITCH50
. Given that the file was uploaded on march the 3rd would indicate a MMDDYY-v50-XXX format that I haven't seen before. I am just a bit thrown off by the March 20 name of the folder.I am assuming that these S-files (
^S\\d{6}-v\\d{2}-[a-z]+
) have the format MMDDYY-... .