Skip to content

Commit

Permalink
Added Ticker datasets for NSE and LSE exchanges (#1128)
Browse files Browse the repository at this point in the history
* Added an Indian stock exchange (NSE) scips

* Added London Stock Exchange scrips
  • Loading branch information
ChiragMangukia authored Mar 16, 2024
1 parent 2a30274 commit d6c8926
Show file tree
Hide file tree
Showing 3 changed files with 2,176 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/main/java/net/datafaker/providers/base/Stock.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ public String nyseSymbol() {
return resolve("stock.symbol_nyse");
}

public String nseSymbol() { return resolve("stock.symbol_nse"); }

public String lseSymbol() { return resolve("stock.symbol_lse"); }

}
Loading

0 comments on commit d6c8926

Please sign in to comment.