Get the latest FII(Foreign Institutional Investor) and DII(Domestic Institutional Investor) data from Moneycontrol.
library(nser)
#> Creating a generic function for 'toJSON' from package 'jsonlite' in package 'googleVis'
fdii()
#> DATE FII Rs Crores FII Rs Crores.1 FII Rs Crores.2
#> 1 Gross Purchase Gross Sales Net Purchase / Sales
#> 2 Month till date 5,041.77 6,895.23 -1,853.46
#> 3 02-May-2022 5,041.77 6,895.23 -1,853.46
#> DII Rs Crores DII Rs Crores.1 DII Rs Crores.2
#> 1 Gross Purchase Gross Sales Net Purchase / Sales
#> 2 6,621.75 4,670.65 1,951.10
#> 3 6,621.75 4,670.65 1,951.10