vincentarelbundock / WDI

R package to download World Bank data
http://vincentarelbundock.github.io/WDI
212 stars 61 forks source link

daily/monthly/quarterly data #26

Closed vincentarelbundock closed 7 years ago

vincentarelbundock commented 8 years ago

From an email:

Vincent, I got the following with a WDIsearch:

WDIsearch("Stock Markets") indicator name
[1,] "DSTKMKTXD" "Stock Markets, US$" [2,] "DSTKMKTXN" "Stock Markets, LCU"

And replaced the formulas (which did not produce values in the earlier emails) with the above numbers, and produced monthly values.

http://api.worldbank.org/countries/chn;bra/indicators/DSTKMKTXD?date=2009M01:2010M08

Abbreviated example:

wb:data Stock Markets, US$,,,/wb:indicator Brazil/wb:country wb:date2010M08/wb:date wb:value98.14421329725/wb:value wb:decimal0/wb:decimal /wb:data wb:data Stock Markets, US$,,,/wb:indicator Brazil/wb:country wb:date2010M07/wb:date wb:value93.99118676983/wb:value wb:decimal0/wb:decimal /wb:data wb:data Stock Markets, US$,,,/wb:indicator Brazil/wb:country wb:date2010M06/wb:date wb:value90.86708797275/wb:value wb:decimal0/wb:decimal /wb:data wb:data Stock Markets, US$,,,/wb:indicator Brazil/wb:country wb:date2010M05/wb:date wb:value89.5377288438/wb:value wb:decimal0/wb:decimal /wb:data
vincentarelbundock commented 7 years ago

Duplicate: https://github.com/vincentarelbundock/WDI/issues/13