Platinium  : 932.079  $

GOLD :  1925.410  $

SILVER : 23.546  $

1843.11  $
1925.41  $
1925.41  $
1843.11  $

Your Content Goes Here

Teknik Özet Gadget’ı Investing.com Türkiye tarafından sağlanmaktadır.
Industrial Price Day % Weekly Monthly YoY Date

Aluminum

USD/T
2274.00 39.00 -1.69% 1.75% -4.85% -21.41% Sep/14

Bitumen

CNY/T
4210.00 120.00 -2.77% -0.80% -4.36% 38.94% Sep/14

Cobalt

USD/T
51955 0 0.00% 0.00% 10.65% 0.88% Sep/13

Di-ammonium

USD/T
757.50 0.00 0.00% 0.66% 2.36% 18.36% Sep/13

Gallium

CNY/Kg
2875.00 0.00 0.00% -1.37% -8.00% 49.35% Sep/13

Germanium

CNY/Kg
7750 0 0.00% -1.27% -6.63% -10.40% Sep/13

Indium

CNY/Kg
1485 20 -1.33% -1.33% 0.00% -12.65% Sep/13

Iron Ore 62% fe

USD/T
100.43 1.00 -0.99% 3.33% -6.66% -19.11% Sep/14

Kraft Pulp

CNY/T
7796.00 178.00 -2.23% 1.12% 11.31% 21.28% Sep/14

Lead

USD/T
1948.00 3.88 0.20% 2.98% -10.38% -14.37% Sep/13

Magnesium

CNY/T
25550 0 0.00% 0.00% 5.58% -26.79% Sep/13

Manganese

CNY/T
31.75 0.00 0.00% 0.00% 0.00% -7.97% Sep/13

Molybdenum

USD/Kg
40.50 0.00 0.00% 8.00% 14.08% -12.43% Sep/13

Neodymium

CNY/T
805000 10,000 1.26% 1.26% -18.27% 5.23% Sep/13

Nickel

USD/T
24257 280 -1.14% 12.66% 10.57% 23.52% Sep/13

Palladium

USD/t.oz
2172.17 67.82 3.22% 6.20% 1.10% 8.31% 19:58

Polyethylene

CNY/T
8286.00 0.00 0.00% 2.01% 5.43% -4.65% Sep/14

Polypropylene

CNY/T
8196.00 112.00 -1.35% 0.18% 3.30% -6.08% Sep/14

Polyvinyl

CNY/T
6600.00 194.00 -2.86% -2.12% 0.52% -34.81% Sep/14

Rhodium

USD/t oz.
14400 300 -2.04% 1.41% -2.70% 22.03% Sep/14

Soda Ash

CNY/T
2660.00 0.00 0.00% 0.38% 0.00% 12.59% Sep/14

Tellurium

CNY/Kg
467.50 2.50 0.54% 1.63% 8.09% -11.37% Sep/13

Tin

USD/T
21380 81 -0.38% 0.82% -13.51% -36.31% Sep/13

Urea

USD/T
850.00 0.00 0.00% 1.19% 13.33% 80.85% Sep/13

Urea Ammonium

EUR/MT
682.50 0.00 0.00% 0.74% 12.07% 116.67% Sep/13

Zinc

USD/T
3246.50 19.50 0.60% 3.94% -8.90% 5.58% Sep/14

$url = ‘https://api.tradingeconomics.com/indicators’;
$headers = array(
“Accept: application/xml”,
“Authorization: Client guest:guest”
);
$handle = curl_init();
curl_setopt($handle, CURLOPT_URL, $url);
curl_setopt($handle, CURLOPT_HTTPHEADER, $headers);
curl_setopt($handle, CURLOPT_RETURNTRANSFER, true);

$data = curl_exec($handle);
curl_close($handle);
//parse your data to satisfy your needs….
//showing result
echo($data);