Borsalara Göre Günlük Fiyatlar
Bu ay fiyat girişinde bulunan Borsalar
(mysql): select a.borsa_kod, a.borsa_adi from borsalar a, urun_fiyat b
where a.borsa_kod=b.borsa_kod and b.tarih>='2013-05-01' group by a.borsa_kod order by a.borsa_adi
(Toplam 18 Borsa)
| Borsa Adı | Son Veri Giriş Tarihi
(mysql): select date_format(tarih,'%d.%m.%Y') as tar from urun_fiyat where borsa_kod='5AN10' and tarih>='2013-05-01' order by tarih desc
|
| ANKARA TICARET BORSASI
| 17.05.2013 |
(mysql): select date_format(tarih,'%d.%m.%Y') as tar from urun_fiyat where borsa_kod='5AY10' and tarih>='2013-05-01' order by tarih desc
| AYDIN TICARET BORSASI
| 17.05.2013 |
(mysql): select date_format(tarih,'%d.%m.%Y') as tar from urun_fiyat where borsa_kod='5CO20' and tarih>='2013-05-01' order by tarih desc
| CORUM TICARET BORSASI
| 17.05.2013 |
(mysql): select date_format(tarih,'%d.%m.%Y') as tar from urun_fiyat where borsa_kod='5DE10' and tarih>='2013-05-01' order by tarih desc
| DENIZLI TICARET BORSASI
| 10.05.2013 |
(mysql): select date_format(tarih,'%d.%m.%Y') as tar from urun_fiyat where borsa_kod='5DÜ10' and tarih>='2013-05-01' order by tarih desc
| DÜZCE TİCARET BORSASI
| 16.05.2013 |
(mysql): select date_format(tarih,'%d.%m.%Y') as tar from urun_fiyat where borsa_kod='5ED10' and tarih>='2013-05-01' order by tarih desc
| EDIRNE TICARET BORSASI
| 17.05.2013 |
(mysql): select date_format(tarih,'%d.%m.%Y') as tar from urun_fiyat where borsa_kod='5ED20' and tarih>='2013-05-01' order by tarih desc
| EDREMİT TİCARET BORSASI
| 14.05.2013 |
(mysql): select date_format(tarih,'%d.%m.%Y') as tar from urun_fiyat where borsa_kod='5ER20' and tarih>='2013-05-01' order by tarih desc
| ERZURUM TICARET BORSASI
| 13.05.2013 |
(mysql): select date_format(tarih,'%d.%m.%Y') as tar from urun_fiyat where borsa_kod='5ES10' and tarih>='2013-05-01' order by tarih desc
| ESKISEHIR TICARET BORSASI
| 17.05.2013 |
(mysql): select date_format(tarih,'%d.%m.%Y') as tar from urun_fiyat where borsa_kod='5GI10' and tarih>='2013-05-01' order by tarih desc
| GIRESUN TICARET BORSASI
| 16.05.2013 |
(mysql): select date_format(tarih,'%d.%m.%Y') as tar from urun_fiyat where borsa_kod='5IS20' and tarih>='2013-05-01' order by tarih desc
| ISTANBUL TICARET BORSASI
| 17.05.2013 |
(mysql): select date_format(tarih,'%d.%m.%Y') as tar from urun_fiyat where borsa_kod='5IZ10' and tarih>='2013-05-01' order by tarih desc
| IZMIR TICARET BORSASI
| 15.05.2013 |
(mysql): select date_format(tarih,'%d.%m.%Y') as tar from urun_fiyat where borsa_kod='5KO10' and tarih>='2013-05-01' order by tarih desc
| KONYA TİCARET BORSASI
| 17.05.2013 |
(mysql): select date_format(tarih,'%d.%m.%Y') as tar from urun_fiyat where borsa_kod='5NE10' and tarih>='2013-05-01' order by tarih desc
| NEVŞEHİR TİCARET BORSASI
| 03.05.2013 |
(mysql): select date_format(tarih,'%d.%m.%Y') as tar from urun_fiyat where borsa_kod='5OR10' and tarih>='2013-05-01' order by tarih desc
| ORDU TICARET BORSASI
| 20.05.2013 |
(mysql): select date_format(tarih,'%d.%m.%Y') as tar from urun_fiyat where borsa_kod='5PO10' and tarih>='2013-05-01' order by tarih desc
| POLATLI TICARET BORSASI
| 17.05.2013 |
(mysql): select date_format(tarih,'%d.%m.%Y') as tar from urun_fiyat where borsa_kod='5TR10' and tarih>='2013-05-01' order by tarih desc
| TRABZON TICARET BORSASI
| 17.05.2013 |
(mysql): select date_format(tarih,'%d.%m.%Y') as tar from urun_fiyat where borsa_kod='5UZ10' and tarih>='2013-05-01' order by tarih desc
| UZUNKOPRU TICARET BORSASI
| 10.05.2013 |
|