English 中文(简体)
C#中ya鱼融资的超速率下载数据
原标题:Download data for forex rates from yahoo finance in C#
  • 时间:2012-01-15 13:47:03
  •  标签:
  • c#

我想利用C#来开发应用,从亚hoo金融中下载不同货币配对的数据。 所需要的价值是投标、投标、最后价、高价、低价、变化、变化等,以及使用hoo提供的服务如下:

http://finance.yahoo.com/d/quotes.csv?s=EURUSD=X&s=USDJPY=X&f=sl1d1t1bahg&e=.csv

but, it is not returning all the values. Any idea how to get all the values.

问题回答

是的。 页: 1

雅虎不关心你们想要的东西——他们提供具体服务。 你发现,这并不提供你想要的东西。 因此,在什么地方可以做到这一点。

尽管如此,这也有助于了解你想要做些什么。

首先,投标/出价很难获得,因为没有交换,这是极具中间商的依赖。

第二。 变化无足轻重——人们曾经听到过所谓的“cal”吗?

你们要看的是雅虎的“下载引号”。 确切地说,这给你一份引证文件。 更不要说。

还有其他服务和产品。 如果雅虎没有完全满足你的需要,那么你现在就坚持使用这一文本。

您可能会发现你的任务“激励”,这里是:

并且,你可以在此找到现有标签清单:。 下载雅虎数据





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签