• All submissions to this site are governed by Second Life Project Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you have read, understood, and agreed to those terms.
MAINTENANCE ANNOUNCEMENT - JIRA will undergo maintenance starting 1:00am PDT through 3:00am on Saturday 2010.03.20. Please do not enter issues during this time as the system maybe restarted.
Issue Details (XML | Word | Printable)

Key: WEB-582
Type: New Feature New Feature
Status: Closed Closed
Resolution: Won't Finish
Priority: Normal Normal
Assignee: Unassigned
Reporter: Haravikk Mistral
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
3. Second Life Website - WEB

Create XML feed for market data

Created: 03/Apr/08 05:32 AM   Updated: 04/Apr/08 02:49 AM
Component/s: Lindex
Affects Version/s: Not Versioned
Fix Version/s: Not Versioned

Time Tracking:
Not Specified


 Description  « Hide
This is simply a proposal to have commonly available market-data made accessible as XML somewhere, so that it can be accessed by LSL scripts, or external sites, more easily, and independently of any changes to the web-site(s) themselves.

So for example, I might be able to access some standard URL and get the following value:

<?xml version='1.0' encoding='UTF-8'?>
<MarketData timestamp="123456789">
<LindexExchangeRates>
<LindexExchangeRate currency="USD">270.12345</ExchangeRate>
<LindexExchangeRates>
</MarketData>

This way to fetch information on US dollars, I just look up the LindexExchangeRate tag for "USD" and pull the value from that. This way it's nice and standardised.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Haravikk Mistral added a comment - 04/Apr/08 02:49 AM
Seems I was a bit hasty creating this, there are feeds available already.