From ed842a357671b8e6e950960a4a0bd1eaeabd58c8 Mon Sep 17 00:00:00 2001 From: Brandon Wortman Date: Tue, 26 Nov 2024 19:38:23 -0500 Subject: [PATCH] Add Yahoo Finance CSV test file #2288 --- test/import/ok-yahoo-finance.csv | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/import/ok-yahoo-finance.csv diff --git a/test/import/ok-yahoo-finance.csv b/test/import/ok-yahoo-finance.csv new file mode 100644 index 000000000..a1fd7d209 --- /dev/null +++ b/test/import/ok-yahoo-finance.csv @@ -0,0 +1,4 @@ +Symbol,Current Price,Date,Time,Change,Open,High,Low,Volume,Trade Date,Purchase Price,Quantity,Commission,High Limit,Low Limit,Comment +VT,91.455,2023/10/03,13:32 EDT,-1.2249985,92.07,92.3,91.26,952010,20231002,89.0,1100.0,,,,gregtergtfre +CHDVD.SW,143.96,2023/10/03,17:35 CEST,-1.219986,145.16,145.48,143.64,22495,20231011,100.0,232.0,,,,test +CHSPI.SW,130.92,2023/10/03,17:35 CEST,-1.2599945,132.04,132.5,130.76,150348,20230810,134.0,252.0,,,,test \ No newline at end of file