File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ public async Task GetSymbolChangesAsyncTests()
3535 [ InlineData ( "GSM" ) ]
3636 [ InlineData ( "AGS.BR" ) ]
3737 [ InlineData ( "PPL.TO" ) ]
38+ [ InlineData ( "CKN.L" ) ]
3839 [ InlineData ( "TSLA" ) ]
3940 [ InlineData ( "AAP" ) ]
4041 [ InlineData ( "MTG" ) ]
@@ -178,6 +179,7 @@ public async Task GetEnterpriseValueQuarter(string symbol)
178179 [ InlineData ( "GSM" ) ]
179180 [ InlineData ( "BZZUY" ) ]
180181 [ InlineData ( "MPW" ) ]
182+ [ InlineData ( "RET.BR" ) ]
181183 public async Task GetIncomeStatement ( string symbol )
182184 {
183185 var result = await api . GetIncomeStatementAsync ( symbol , Period . Annual , 10000 ) ;
@@ -253,6 +255,7 @@ public async Task GetCashFlowStatementPerQuarter(string symbol)
253255 [ InlineData ( "MTG" ) ]
254256 [ InlineData ( "GSM" ) ]
255257 [ InlineData ( "BZZUY" ) ]
258+ [ InlineData ( "XOM" ) ]
256259 public async Task GetBalanceSheetStatement ( string symbol )
257260 {
258261 var result = await api . GetBalanceSheetStatementAsync ( symbol , Period . Annual , 10000 ) ;
You can’t perform that action at this time.
0 commit comments